fmichonneau commented on issue #35071:
URL: https://github.com/apache/arrow/issues/35071#issuecomment-1505196044

   > Doing logical operations on the data types
   >
   > Agree we should make this simpler; can you give me an example of why you 
might want to do this so I have a specific use case in my head?
   
   The idea of the blog post was to look at the columns with the `int64` data 
type and try to use a more constrained data type based on the min/max found in 
each column. Being able to do logical operations on the data type meant that we 
could for instance skip all the non-`int64` columns.


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