-
Notifications
You must be signed in to change notification settings - Fork 36
[#2039] Support default value semantics - first PR: API changes #63
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
Conversation
api/src/test/java/org/apache/iceberg/types/TestNestedFiledDefaultValues.java
Outdated
Show resolved
Hide resolved
|
I feel we should wait for some time to get early feedback from the community to make sure we agree on a high level. This should help reduce churn in our codebase. Most of my comments in apache/iceberg#2496 (review) are valid for the latest set of changes pushed by @shenodaguirguis and I hope they can be addressed before we merge this internally. |
wmoustafa
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.
LGTM
Adding defaultValue and its APIs to Iceberg Types.NestedField to support default values semantics (issue #2039).
This is PR 1 of 5.
For detailed problem and solution check defaultValueSupport.md