Planet-X commented on issue #17538: URL: https://github.com/apache/iceberg/issues/17538#issuecomment-5206141638
Related trino PR that triggered the issue can be found here: https://github.com/trinodb/trino/pull/30612 This is the test that triggers the issue, where it is mitigated by not writing statistics: https://github.com/Planet-X/trino/blob/1602f911f9a7db96c95474aaf6228483c4a0ecbb/plugin/trino-iceberg/src/test/java/io/trino/plugin/iceberg/catalog/rest/TestIcebergRestCatalogSnapshotLoadingMode.java#L72-L74 It fails without the `iceberg.extended-statistics.collect-on-write`-property. -- 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]
