You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A dataBuf.clear() might be required here before setting limit and position? Otherwise in my parquet reader I get
java.lang.IllegalArgumentException
at java.nio.Buffer.position(Buffer.java:244)
at com.ibm.crail.memory.OffHeapBuffer.position(OffHeapBuffer.java:46)
at com.ibm.crail.core.CoreStream.prepareAndTrigger(CoreStream.java:239)
at com.ibm.crail.core.CoreStream.dataOperation(CoreStream.java:105)
at com.ibm.crail.core.CoreInputStream.read(CoreInputStream.java:77)
...
The text was updated successfully, but these errors were encountered:
crail/client/src/main/java/com/ibm/crail/core/CoreStream.java
Line 235 in 8055c50
A
dataBuf.clear()
might be required here before settinglimit
andposition
? Otherwise in my parquet reader I getThe text was updated successfully, but these errors were encountered: