-
Notifications
You must be signed in to change notification settings - Fork 36
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
Generate table properties if DDL contain default values #1387
base: feature/teradata_support
Are you sure you want to change the base?
Generate table properties if DDL contain default values #1387
Conversation
@sriram251-code this change is agnostic to all dialects as it is in generation side, so this needs changes in both ANLTR as well as other dialect functional tests. |
@sundarshankar89 implemented in antlr and sqlglot please review. |
|
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.
Looks good small nit:
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
@sriram251-code Can you recreate this PR. |
@sriram251-code can this PR be closed? |
closes #1384
This PR introduces a feature to generate table properties when a DDL includes default values.