alamb commented on issue #8295:
URL: 
https://github.com/apache/arrow-datafusion/issues/8295#issuecomment-1925739693

   > In `fn summarize_min_max`, it cannot handle 
`ByteArray(ValueStatistics<ByteArray>)` well. Do we need to convert it to a 
different type like timestamps, strings, etc 🤔 ?
   
   I think there is some subtly related to decimals as well -- the best thing 
to do is probably to study what the existing code in row_groups does -- I think 
it is here 
https://github.com/apache/arrow-datafusion/blob/main/datafusion/core/src/datasource/physical_plan/parquet/statistics.rs#L57


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