-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Initial implementation of partitions (Create statement) #8691
Initial implementation of partitions (Create statement) #8691
Conversation
Signed-off-by: Thirumalai-Shaktivel <[email protected]>
Signed-off-by: Manan Gupta <[email protected]>
Signed-off-by: Thirumalai-Shaktivel <[email protected]>
Signed-off-by: Thirumalai-Shaktivel <[email protected]>
Signed-off-by: Thirumalai-Shaktivel <[email protected]>
Signed-off-by: Thirumalai-Shaktivel <[email protected]>
Signed-off-by: Thirumalai-Shaktivel <[email protected]>
Hi @GuptaManan100, this PR is ready |
Anything else I need to fix?? If not, then this is good to go in... (I will send another PR for partition_definition and subpartition_definition) |
Apart from these requested changes, everything looks good to me! Great work |
Signed-off-by: Thirumalai-Shaktivel <[email protected]>
Signed-off-by: Thirumalai-Shaktivel <[email protected]>
Hi @GuptaManan100, thanks for the review. I made all the changes as you suggested... |
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.
This looks good to me! 😺
The unit tests seem to be failing, could you take a look |
It seems all the tests are passing in my local system, I don't know where the issue is!! |
can you rebase from main and push it |
Signed-off-by: ritwizsinha <[email protected]>
Signed-off-by: ritwizsinha <[email protected]>
Signed-off-by: Manan Gupta <[email protected]>
Signed-off-by: Manan Gupta <[email protected]>
Looks good to me! |
Signed-off-by: ritwizsinha <[email protected]>
Signed-off-by: Manan Gupta <[email protected]>
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.
LGTM all things parsing! Nice work!
Thanks for reviewing and merging the code!! |
Description
This PR adds grammar and AST structs and format funcs for partition operation subpartitions, partition/subpartition options.
Keywords related to partition statements are added. Sufficient partition cases were added to test the grammar change. Further partition grammar will be added in later PRs.
Related Issue(s)
Checklist
Deployment Notes