rzhang10 opened a new pull request, #4525:
URL: https://github.com/apache/iceberg/pull/4525

   This is the first PR to implement the spec pr #4301 
   
   It augments the `NestedField` API with default values and adds logic to 
`SchemaParser` for serializing default values with schema.
   The default value is represented in memory as `JsonNode` and validated 
against their corresponding Iceberg schema types.
   
   This PR will be the basis of the later PRs to support default value r/w 
semantics in each data type X compute engine.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to