You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2020/10/13 16:31:42 UTC

[GitHub] [iceberg] rdblue edited a comment on pull request #1517: Flink: apply row-level delete when reading

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org