mapleFU commented on issue #37604: URL: https://github.com/apache/arrow/issues/37604#issuecomment-1712835284
Oh I get what you mean, let me add a fixing on this(though I think `write_parquet` doesn't write any `order`.) ``` statistics=Statistics(max=<null>, min=<null>, null_count=0, distinct_count=<null>, max_value="binary", min_value="binary") ``` I think it's just because `min == max == null`, and doesn't have any reliable `column_order`. -- 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]
