ajantha-bhat opened a new pull request, #6461: URL: https://github.com/apache/iceberg/pull/6461
Currently, `sort-order-id` is only persisted in `TableMetadata` when data is written from Spark. But [as per spec](https://iceberg.apache.org/spec/#manifests), it has to be stored in `data_file` of `manifest_entry` also. This issue was initially observed from `_files` metadata table. After debugging found that metadata table code is fine but the writer itself not writing it to manifest. -- 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]
