Github user BryanCutler commented on the issue:

    https://github.com/apache/spark/pull/20114
  
    > How about simply returning false from ArrowVectorAccessor.isNullAt(int 
rowId) when accessor.getValueCount() > 0 && 
accessor.getValidityBuffer().capacity() == 0
    
    Good idea @ueshin , I think this should be fine as we are only querying the 
validity buffer in the call to `isNullAt`.  I'll give it a try!


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to