We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
arrow::ArrayStatistics
This is a subsequent issue of #41909.
We don't add support for ordering in #41909. But Apache Parquet has ordering information: https://github.com/apache/parquet-format/blob/5a5c8948e60770f8a8356a8f5e616d5ae1079d4b/src/main/thrift/parquet.thrift#L953-L1001
We need to add support for ordering to assign statistics read from Apache Parquet data to Apache Arrow arrays.
See also the related discussion: #43273 (comment)
C++
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the enhancement requested
This is a subsequent issue of #41909.
We don't add support for ordering in #41909. But Apache Parquet has ordering information:
https://github.com/apache/parquet-format/blob/5a5c8948e60770f8a8356a8f5e616d5ae1079d4b/src/main/thrift/parquet.thrift#L953-L1001
We need to add support for ordering to assign statistics read from Apache Parquet data to Apache Arrow arrays.
See also the related discussion: #43273 (comment)
Component(s)
C++
The text was updated successfully, but these errors were encountered: