rluvaton commented on issue #7186:
URL: https://github.com/apache/arrow-rs/issues/7186#issuecomment-4781707387

   Although I like the idea of minify kernel with builder pattern 
non-exhaustive options, some options are not relevant for all array types.
   
   for example, the cleanup non empty nulls, this is not relevant to 
`Primitive/Struct/Boolean` and possibly more
   
   also in minify some people might want to cleanup all non empty nulls and 
reduce the unused space but this specific option as oppose to only clean top 
level is different that only match for some data types.
   
   also, if minify is for reduce memory, in case the buffer is shared, calling 
minify will just increase memory as it will require data copy


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