Guosmilesmile commented on issue #15347: URL: https://github.com/apache/iceberg/issues/15347#issuecomment-3924690771
> I was able to reproduce this bug in the tests by changing the string [here](https://github.com/apache/iceberg/blob/a3c538f647a113cf61dbfd7855d9c71da8c722ba/parquet/src/test/java/org/apache/iceberg/parquet/TestParquet.java#L250) to "false" and flipping the boolean in the assertion [here](https://github.com/apache/iceberg/blob/a3c538f647a113cf61dbfd7855d9c71da8c722ba/parquet/src/test/java/org/apache/iceberg/parquet/TestParquet.java#L265) to false. This resulted in the test failing as stats were still being written for the int_field. @GabrielM98 There’s a small issue with the reproduction steps in the test case. You changed the `int_field` setting to `false`, but the assertion you updated is checking `string_field`. I tried setting the properties for both fields to `false`, and the `Statistics` I got back were all empty. Could you provide more details, or confirm which Iceberg version you’re using? Thanks! -- 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]
