-
Notifications
You must be signed in to change notification settings - Fork 12
HCK-14321: Update Grammar & Visitor to Parse Streaming Tables #310
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
HCK-14321: Update Grammar & Visitor to Parse Streaming Tables #310
Conversation
VitaliiBedletskyi
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know in DeltaLake, we have an inconsistency that we use different parsers for RE from file and RE from instance logics.
SQLBase grammar - for RE DDL from instance
Hive grammar - for RE DDL from file
I don't see updates for sqlBaseToCollectionsVisitor.js. So then I have a question: Do we plan to do it in a separate PR, or how do we handle it?
@VitaliiBedletskyi RE from the instance will be a separate task |
|
793fbfd
into
feat/target-DeltaLake-streaming-tables



Technical details
Added grammar rules and visitor methods to streaming table properties