RussellSpitzer edited a comment on pull request #3533:
URL: https://github.com/apache/iceberg/pull/3533#issuecomment-966551983
> @aokolnychyi, what is the problem that you're fixing here?
We hit a bug when reading the position column over batch boundaries. In
general this manifests if you attempt to read the column as getting a null
where a Long should be.
```
Caused by: java.lang.IllegalStateException: Value at index is null
at
org.apache.iceberg.shaded.org.apache.arrow.vector.BigIntVector.get(BigIntVector.java:112)
```
This has downstream effects of any vectorized read which uses the result of
the _pos column (like applying deletes)
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]