Skip to content
New issue

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

[C++][Parquet] Add support for arrow::ArrayStatistics: boolean #44008

Closed
Tracked by #43549
kou opened this issue Sep 9, 2024 · 1 comment
Closed
Tracked by #43549

[C++][Parquet] Add support for arrow::ArrayStatistics: boolean #44008

kou opened this issue Sep 9, 2024 · 1 comment

Comments

@kou
Copy link
Member

kou commented Sep 9, 2024

Describe the enhancement requested

Subissue of #43549

For types of

case ::arrow::Type::BOOL:
RETURN_NOT_OK(TransferBool(reader, value_field->nullable(), pool, &result));

  • Boolean

Component(s)

C++, Parquet

@kou kou changed the title [C++][Parquet] Add support for arrow::ArrayStatistics: bool [C++][Parquet] Add support for arrow::ArrayStatistics: boolean Sep 9, 2024
@kou kou changed the title [C++][Parquet] Add support for arrow::ArrayStatistics: boolean [C++][Parquet] Add support for arrow::ArrayStatistics: bool Sep 9, 2024
@kou 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
kou added a commit to kou/arrow that referenced this issue Sep 9, 2024
kou added a commit that referenced this issue Sep 19, 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 <kou@clear-code.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
@kou kou added this to the 18.0.0 milestone Sep 19, 2024
@kou
Copy link
Member Author

kou commented Sep 19, 2024

Issue resolved by pull request 44009
#44009

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant