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

[VL] Fix field name parsing in Subfield #7330

Merged
merged 1 commit into from
Sep 25, 2024
Merged

Conversation

rui-mo
Copy link
Contributor

@rui-mo rui-mo commented Sep 24, 2024

What changes were proposed in this pull request?

Parse the field names into Subfield directly without using the Tokenizer in Velox, which matches with Presto's semantics.

Fixes: #7282
Fixes: #6843

How was this patch tested?

With unit test.

@github-actions github-actions bot added the VELOX label Sep 24, 2024
Copy link

Thanks for opening a pull request!

Could you open an issue for this pull request on Github Issues?

https://github.com/apache/incubator-gluten/issues

Then could you also rename commit message and pull request title in the following format?

[GLUTEN-${ISSUES_ID}][COMPONENT]feat/fix: ${detailed message}

See also:

@rui-mo rui-mo force-pushed the wip_subfield branch 2 times, most recently from fab214c to cd561aa Compare September 24, 2024 07:14
@zhouyuan
Copy link
Contributor

CC @zhli1142015

@rui-mo
Copy link
Contributor Author

rui-mo commented Sep 25, 2024

@zml1206 Would you like to take a look? Thanks.

Copy link
Contributor

@zml1206 zml1206 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thank you.

@rui-mo rui-mo merged commit cca659a into apache:main Sep 25, 2024
44 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
4 participants