nevi-me opened a new pull request #9240:
URL: https://github.com/apache/arrow/pull/9240


   This mainly computes definition and repetition leves for lists.
   It also partially adds deeply nested write support.
   I am however going to complete this in a separate PR.
   
   This has really been challenging because we can't roundtrip without nested 
writers,
   so it's taken me months to complete.
   In the process, I've had to rely on using Spark to verify my work.
   
   This PR is also not optimised. I've left TODOs in a few places (sparingly).
   The biggest next step is to remove array_mask: Vec<u8> and replace it with a 
bitpacked vector to save memory.


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