-
Notifications
You must be signed in to change notification settings - Fork 392
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
[#1590] docs: Add doc for column default value #2003
Conversation
934d5ca
to
097fdcb
Compare
097fdcb
to
281d658
Compare
|
||
:::note | ||
When Gravitino loads a table from a catalog that supports default value, if Gravitino is unable to parse the default value, it will use an [Unparsed Expression](./expression.md#unparsed-expression) to preserve the original default value, ensuring that the table can be loaded successfully. | ||
::: |
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 think you should list some of the expressions you supported for column default value. Also point the "unparsed-expression" for others you don't support.
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.
Also update the case to add default value support here.
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.
fixed
281d658
to
cc147ff
Compare
What changes were proposed in this pull request?
Add doc for column default value
Why are the changes needed?
Fix: #1590
Does this PR introduce any user-facing change?
no
How was this patch tested?
no need