pvary commented on pull request #1495: URL: https://github.com/apache/iceberg/pull/1495#issuecomment-704864268
@massdosage: Could you please double check the tests? I have tried to repro without luck. Here is what I have done: - I have fetched the latest code, rebased my changes. - I have downloaded OpenJDK 11 (openjdk 11.0.8 2020-07-14) and run the following tests: ``` ./gradlew cleanTest :iceberg-data:test --tests TestMetricsRowGroupFilter ./gradlew cleanTest :iceberg-parquet:test --tests TestDictionaryRowGroupFilter ``` Sadly I was not able to repro the case. 😞 My only solace (is this word appropriate here?) is that the travis tests are also green. Also both `data` and `parquet` packages are only dependent on `iceberg-api`/`iceberg-core`/`iceberg-parquet`/`iceberg-orc` which I did not change in this patch ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
