forked from trinodb/trino
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix failure from reading parquet column index for INT96
org.apache.parquet.format.converter.ParquetMetadataConverter#fromParquetColumnIndex returns null if the parquet primitive type for a column does not support min/max stats. Fixed query failure by avoiding reading column index for such cases.
- Loading branch information
1 parent
ee27de4
commit 08baad3
Showing
3 changed files
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+989 Bytes
...ive/src/test/resources/parquet_page_skipping/unsupported_column_index/issue-16801.parquet
Binary file not shown.