dentiny opened a new issue, #1499: URL: https://github.com/apache/iceberg-rust/issues/1499
### Is your feature request related to a problem or challenge? Hi community, I'm confused why do we need to reassign field id on table (metadata) creation? Imagine such a case, iceberg table is periodically flushed / persisted, after data file in parquet have been persisted locally or remotely. When table metadata is created, all field ids within schema get reassigned, which means we have mismatch for parquet file and iceberg metadata -> query engine would fail. I'm wondering if that's necessary? Or we could provide an option to avoid? ### Describe the solution you'd like _No response_ ### Willingness to contribute None -- 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]
