JosephLenton commented on issue #2929: URL: https://github.com/apache/iceberg-rust/issues/2929#issuecomment-5132547900
I can code up a PR for this if there is interest. One question I have however is I believe the Iceberg UUID type is added in the V3 spec, and `arrow_schema_to_schema` has no awareness of the spec in use. If someone were using V2 tables, then they wouldn't want the conversion to Iceberg UUID, and would instead want it kept as `FixedSizeBinary(16)`. Is this a concern, or something we care about? -- 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]
