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

[Native] Use Flex/Bison to parse types and remove dependency on antlr4 runtime #21334

Closed
majetideepak opened this issue Nov 7, 2023 · 1 comment · Fixed by #21357
Closed

Comments

@majetideepak
Copy link
Collaborator

Prestissimo parses types in PrestoToVeloxQueryPlan using antlr4.
Parsing types can also be implemented using Flex/Bison.
We already use Flex/Bison to compute decimal precision/scale values in Velox.
This helps remove the dependency on antlr4 runtime.

@majetideepak majetideepak changed the title [Native] Use Flex/Bison to parse types and remove dependency on antrl4 runtime [Native] Use Flex/Bison to parse types and remove dependency on antlr4 runtime Nov 8, 2023
@majetideepak
Copy link
Collaborator Author

Another option is to extend the Velox HiveTypeParser. See discussion here facebookincubator/velox#7502

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

Successfully merging a pull request may close this issue.

1 participant