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

   This refactors the existing Variant class structure to avoid breaking 
changes when the Variant interfaces are moved to core. This requries:
   
   * `PhysicalType` should not be a static class in `Variants`, which will not 
move
   * `VariantMetadata` should not extend `Variants.Serialized`, which should 
not be exposed
   * Adds `writeTo` and `sizeInBytes` to `VariantMetadata` to be able to 
serialize back to a `ByteBuffer` without `Serialized`.


-- 
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