arrow.enable_null_check_for_get
causes change in the behavior of VarBinaryVector#getObject
#469
Labels
Milestone
Describe the bug, including details regarding any error messages, version, and platform.
When I set
arrow.enable_null_check_for_get
to true, this test passes. However, when I setarrow.enable_null_check_for_get
to false, it failed.Why does BigIntVector's getObject always return null, while VarBinary Vector's getObject has a different behavior?
The text was updated successfully, but these errors were encountered: