fafacao86 commented on issue #14805: URL: https://github.com/apache/iceberg/issues/14805#issuecomment-3635117977
> [@fafacao86](https://github.com/fafacao86) can you please elaborate in what case it would be useful to assign a UUID when building the table through `TableBuilder`? Thank you for your reply! I'm working on an OLAP database. We have a class called SnapTable which serves as an abstraction of all types of tables(Native tables, Iceberg tables etc), all table DDL operation will firstly modify SnapTable in-memory, and when commiting changes we change the underlying iceberg table. On table create, we first create a snaptable, assign a UUID to it, and initialize some resources keyed by that UUID, but when commiting changes I find it hard to pass the UUID to Iceberg table using TableBuilder. -- 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]
