nastra commented on PR #7996:
URL: https://github.com/apache/iceberg/pull/7996#issuecomment-1622031268
```
TestCommitReporting > addAndDeleteDataFiles() FAILED
java.lang.NullPointerException
at org.apache.iceberg.TestTables.create(TestTables.java:91)
at
org.apache.iceberg.TestCommitReporting.addAndDeleteDataFiles(TestCommitReporting.java:42)
TestCommitReporting > addAndDeleteManifests() FAILED
java.lang.NullPointerException
at org.apache.iceberg.TestTables.create(TestTables.java:91)
at
org.apache.iceberg.TestCommitReporting.addAndDeleteManifests(TestCommitReporting.java:157)
TestCommitReporting > addAndDeleteDeleteFiles() FAILED
java.lang.NullPointerException
at org.apache.iceberg.TestTables.create(TestTables.java:91)
at
org.apache.iceberg.TestCommitReporting.addAndDeleteDeleteFiles(TestCommitReporting.java:87)
```
this is most likely failing because `TestCommitReporting` is extending
`TableTestBase` (which still uses JUnit4 lifecycle hooks)
--
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]