danielhumanmod opened a new pull request, #518: URL: https://github.com/apache/incubator-xtable/pull/518
## *Important Read* Aim to address #112 ## What is the purpose of the pull request Create a UUID type in OneType and handle it appropriately in all converters. Only Iceberg has a concept of a UUID and it is a fixed size byte array in the underlying parquet files. We should aim to preserve the metadata that this byte array came from a UUID for round trip conversions. ## Brief change log - Add a `UUID` type in InternalType - Handle UUID internal type in Iceberg/Delta/Avro(for Hudi) Converters as a fixed-size byte array - Adding unit tests ## Verify this pull request This pull request is already covered by existing tests, all existing tests should pass -- 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]
