Open asfimport opened 2 years ago
Any updates or workaround on this? I'm unable to read any arrow files produced by python due to this issue.
at org.apache.arrow.memory.ArrowBuf.checkIndex(ArrowBuf.java:701)
at org.apache.arrow.memory.ArrowBuf.setBytes(ArrowBuf.java:955)
at org.apache.arrow.vector.BaseFixedWidthVector.reAlloc(BaseFixedWidthVector.java:451)
at org.apache.arrow.vector.BaseFixedWidthVector.setValueCount(BaseFixedWidthVector.java:732)
at org.apache.arrow.vector.VectorSchemaRoot.setRowCount(VectorSchemaRoot.java:240)
at org.apache.arrow.vector.VectorLoader.load(VectorLoader.java:86)
at org.apache.arrow.vector.ipc.ArrowReader.loadRecordBatch(ArrowReader.java:220)
at org.apache.arrow.vector.ipc.ArrowFileReader.loadNextBatch(ArrowFileReader.java:166)
at org.apache.arrow.vector.ipc.ArrowFileReader.loadRecordBatch(ArrowFileReader.java:197)```
I've relabeled this as Java
and not Python
. Though I suppose it is an integration. It looks like the Java
reader is not able to load a file produced by Python? Can you supply an example file that fails with this error?
Hello,
Groupby + applyinPandas results in following error. We need some parameter to tune buffer size.
Reporter: Shubham Chhabra
Note: This issue was originally created as ARROW-15983. Please see the migration documentation for further details.