You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kou
changed the title
[C++][Parquet] Add support for arrow::ArrayStatistics: bool
[C++][Parquet] Add support for arrow::ArrayStatistics: boolean
Sep 9, 2024
kou
changed the title
[C++][Parquet] Add support for arrow::ArrayStatistics: boolean
[C++][Parquet] Add support for arrow::ArrayStatistics: bool
Sep 9, 2024
kou
changed the title
[C++][Parquet] Add support for arrow::ArrayStatistics: bool
[C++][Parquet] Add support for arrow::ArrayStatistics: boolean
Sep 9, 2024
kou
added a commit
to kou/arrow
that referenced
this issue
Sep 9, 2024
…ean (#44009)
### Rationale for this change
Statistics is useful for fast processing.
Target types:
* `Boolean`
### What changes are included in this PR?
Map `ColumnChunkMetaData` information to `arrow::ArrayStatistics`.
### Are these changes tested?
Yes.
### Are there any user-facing changes?
Yes.
* GitHub Issue: #44008
Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
Describe the enhancement requested
Subissue of #43549
For types of
arrow/cpp/src/parquet/arrow/reader_internal.cc
Lines 835 to 836 in d88dd19
Boolean
Component(s)
C++, Parquet
The text was updated successfully, but these errors were encountered: