alamb commented on pull request #8330:
URL: https://github.com/apache/arrow/pull/8330#issuecomment-702838970


   > I am comparing the RecordBatch's column's data before and after the round 
trip directly; I'm not sure that this is appropriate or not because for some 
data types, the null_bitmap isn't matching and I'm not sure if it's supposed to 
or not.
   
   I think the null bitmap should definitely match after the round trip (as it 
signals which rows are null, which should be preserved).
   
   I am not sure the actual data arrays have to be the same -- what needs to be 
the same is the data rows where the null_bit is 0 (aka we should probably be 
checking only for non-null rows)
   
   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to