nevi-me commented on pull request #7297:
URL: https://github.com/apache/arrow/pull/7297#issuecomment-637103723


   I have made progress on large arrays 
(https://github.com/apache/arrow/compare/master...nevi-me:rust-large-lists), 
the code is very repetitive so I still need to clean it up.
   
   When large lists are implemented, there are 2 issues that become visible:
   
   - We don't handle empty batch tests correctly (we fail instead of returning 
something)
   - There's a bug with how we write `NullArray` which results in any arrays 
that are written after, not being read by the consumer.
   
   I think outside of the above, we can disable other tests.


----------------------------------------------------------------
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:
[email protected]


Reply via email to