Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix a parse_uri query bug #1740

Merged
merged 2 commits into from
Jan 26, 2024

Conversation

thirtiseven
Copy link
Collaborator

Fixes #1735

This pr fixes s small bug in the parse_uri query kernel: If the last value of key in query part has length of exactly strlen(query)-3 or 0, and query with a key that can't match, gpu will returns last value.

Tested the kernel with kaggle dataset and got passed, I think now it is correct enough.

Signed-off-by: Haoyang Li <[email protected]>
Signed-off-by: Haoyang Li <[email protected]>
@thirtiseven
Copy link
Collaborator Author

build

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] match parse_url QUERY behavior when url contains no protocol
2 participants