GitHub user mapleFU created a discussion: Are we able to avoid reassign field-id when building TableMetadata?
`TableMetadataBuilder::new` will always reassign_id for input. However, here I have some existing data files and may want to respect existing ids. But `reassign_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) ? GitHub link: https://github.com/apache/iceberg-rust/discussions/1668 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
