leekeiabstraction commented on PR #2040:
URL: https://github.com/apache/fluss/pull/2040#issuecomment-3585548811
Integ tests are failing with stack traces that seem related to Arrow*Writer
changes
```
Error: org.apache.fluss.server.kv.KvTabletTest.testPartialUpdateAndDelete
Time elapsed: 0.043 s <<< ERROR!
java.lang.IndexOutOfBoundsException: index: 0, length: 1 (expected: range(0,
0))
at
org.apache.fluss.shaded.arrow.org.apache.arrow.memory.ArrowBuf.checkIndexD(ArrowBuf.java:319)
at
org.apache.fluss.shaded.arrow.org.apache.arrow.memory.ArrowBuf.chk(ArrowBuf.java:306)
at
org.apache.fluss.shaded.arrow.org.apache.arrow.memory.ArrowBuf.getByte(ArrowBuf.java:508)
at
org.apache.fluss.shaded.arrow.org.apache.arrow.vector.BitVectorHelper.setBit(BitVectorHelper.java:82)
at
org.apache.fluss.shaded.arrow.org.apache.arrow.vector.IntVector.set(IntVector.java:160)
at
org.apache.fluss.row.arrow.writers.ArrowIntWriter.doWrite(ArrowIntWriter.java:38)
at
org.apache.fluss.row.arrow.writers.ArrowFieldWriter.write(ArrowFieldWriter.java:59)
at org.apache.fluss.row.arrow.ArrowWriter.writeRow(ArrowWriter.java:201)
```
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]