anjakefala commented on PR #37683:
URL: https://github.com/apache/arrow/pull/37683#issuecomment-1716277164

   I was trying to be clever by creating a set of parameters that all of the 
pickling tests used, but it may not be appropriate for the protocol5 ones.
   
   The other thing I am noticing is that sliced + pickled Boolean arrays are a 
lot larger than any other data-type:
   
   ```
         # Check truncation upon serialization
   >       assert len(serialized_slice) <= 0.5 * len(serialized_arr)
   E       AssertionError: assert 367 <= (0.5 * 607)
   ```


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

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to