klion26 opened a new pull request, #7876:
URL: https://github.com/apache/arrow-rs/pull/7876

   # Which issue does this PR close?
   
   Add tests for large variant list.
   
   - Closes #7820 .
   
   # Rationale for this change
   
   Add tests for larget vairant lists
   
   # What changes are included in this PR?
   
   This PR  adds three tests for large variant lists.
   - one for total child size between 2^8 and 2^16
   - one for total child size between 2^16 and 2^24
   - one for total child size between 2^24 and 2^32
   
   all the tests will verify the `is_large`, `offset_size` and the content of 
the list.
   
   # Are these changes tested?
   
   Yes
   
   # Are there any user-facing changes?
   
   Non


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

To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org

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

Reply via email to