Replies: 1 comment
-
Asked the same question in the slack channel, seems to follow the java/python standard: https://apache-iceberg.slack.com/archives/C05HTENMJG4/p1752195510725039 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
TableMetadataBuilder::new
will always reassign_id for input. However, here I have some existing data files and may want to respect existing ids. Butreassign_ids
would not respect these ids. How could I build these id without reassign ( But I may need some checks to ensure the passed input is right) ?Beta Was this translation helpful? Give feedback.
All reactions