Skip to content

feat: Enable Parquet column statistics in Hive connector#1031

Closed
mbasmanova wants to merge 1 commit intofacebookincubator:mainfrom
mbasmanova:export-D95951894
Closed

feat: Enable Parquet column statistics in Hive connector#1031
mbasmanova wants to merge 1 commit intofacebookincubator:mainfrom
mbasmanova:export-D95951894

Conversation

@mbasmanova
Copy link
Copy Markdown
Contributor

Summary:
Now that ParquetReader::columnStatistics() is implemented, enable per-file
column stats collection for Parquet tables. Use typeWithId()->childByName()
to look up node IDs instead of assuming i + 1, which is correct for both
flat and nested schemas.

Switch FilteredTableStatsTest from DWRF to the default Parquet format.
Add documentation for HiveQueriesTestBase setup methods.

Differential Revision: D95951894

@meta-cla meta-cla bot added the CLA Signed This label is managed by the Meta Open Source bot. label Mar 10, 2026
@meta-codesync
Copy link
Copy Markdown

meta-codesync bot commented Mar 10, 2026

@mbasmanova has exported this pull request. If you are a Meta employee, you can view the originating Diff in D95951894.

…ubator#1031)

Summary:
Pull Request resolved: facebookincubator#1031

Now that ParquetReader::columnStatistics() is implemented, enable per-file
column stats collection for Parquet tables. Use typeWithId()->childByName()
to look up node IDs instead of assuming i + 1, which is correct for both
flat and nested schemas.

Switch FilteredTableStatsTest from DWRF to the default Parquet format.
Add documentation for HiveQueriesTestBase setup methods.

Reviewed By: Yuhta

Differential Revision: D95951894
@meta-codesync
Copy link
Copy Markdown

meta-codesync bot commented Mar 10, 2026

This pull request has been merged in 64b71d4.

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

Labels

CLA Signed This label is managed by the Meta Open Source bot. fb-exported Merged meta-exported

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants