pitrou commented on pull request #56:
URL: https://github.com/apache/arrow-testing/pull/56#issuecomment-772617773


   Ok, I edited the JSON files by hand to remove the offending field and now 
Java manages to read them (**cringe**), though it fails to instantiate the 
compression:
   ```
   java.lang.IllegalArgumentException: Compression type not supported: 0
        at 
org.apache.arrow.vector.compression.CompressionUtil.createCodec(CompressionUtil.java:57)
        at org.apache.arrow.vector.VectorLoader.load(VectorLoader.java:59)
        at 
org.apache.arrow.vector.ipc.ArrowReader.loadRecordBatch(ArrowReader.java:205)
        at 
org.apache.arrow.vector.ipc.ArrowFileReader.loadNextBatch(ArrowFileReader.java:153)
        at 
org.apache.arrow.vector.ipc.ArrowFileReader.loadRecordBatch(ArrowFileReader.java:184)
        at 
org.apache.arrow.tools.Integration$Command$3.execute(Integration.java:205)
        at org.apache.arrow.tools.Integration.run(Integration.java:118)
        at org.apache.arrow.tools.Integration.main(Integration.java:69)
   ```
   


----------------------------------------------------------------
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]


Reply via email to