syun64 commented on PR #5017: URL: https://github.com/apache/iceberg/pull/5017#issuecomment-1152917077
Hi @rdblue I fixed an issue where one of the sqlStatements was explicitly using "key" instead of NAMESPACE_PROPERTY_KEY. Now all the tests are succeeding except for this particular one mentioned on this PR: https://github.com/apache/iceberg/pull/4825 > Task :iceberg-spark:iceberg-spark-3.2_2.12:test 1552 tests completed, 1 failed, 126 skipped > Task :iceberg-spark:iceberg-spark-3.2_2.12:test FAILED ``` testOlderThanTimestamp java.lang.AssertionError: Should delete only 2 files expected:<2> but was:<3> ``` -- 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]
