kou commented on issue #38837:
URL: https://github.com/apache/arrow/issues/38837#issuecomment-2097200604

   I think that we can't do it.
   Because statistics of a column may have min/max, count distinct, max byte 
width and so on. For a `string` column, we can use `binary` for min/max but 
can't use `binary` for count distinct or max byte width. We need to use 
`int64`/`uint64` for them.
   So I think that we need multiple types for `value`.


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