rdblue edited a comment on pull request #1517:
URL: https://github.com/apache/iceberg/pull/1517#issuecomment-707862285
Looks like tests are failing with this:
```
org.apache.iceberg.flink.source.TestFlinkInputFormat >
testPartitionTypes[format=orc] FAILED
java.lang.NullPointerException
at
org.apache.flink.api.common.typeutils.base.array.BytePrimitiveArraySerializer.copy(BytePrimitiveArraySerializer.java:54)
at
org.apache.flink.api.common.typeutils.base.array.BytePrimitiveArraySerializer.copy(BytePrimitiveArraySerializer.java:33)
at
org.apache.iceberg.flink.TestHelpers.copyRowData(TestHelpers.java:75)
at
org.apache.iceberg.flink.TestHelpers.readRowData(TestHelpers.java:89)
at
org.apache.iceberg.flink.TestHelpers.readRows(TestHelpers.java:101)
at
org.apache.iceberg.flink.source.TestFlinkInputFormat.runFormat(TestFlinkInputFormat.java:105)
at
org.apache.iceberg.flink.source.TestFlinkInputFormat.run(TestFlinkInputFormat.java:66)
```
----------------------------------------------------------------
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]