Skip to content

Commit

Permalink
Add documentation for parquet.ignore-statistics
Browse files Browse the repository at this point in the history
  • Loading branch information
raunaqmorarka committed Jan 2, 2024
1 parent cf7e7e5 commit b087a3c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/src/main/sphinx/connector/object-storage-file-formats.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,11 @@ with Parquet files performed by supported object storage connectors:
catalog session property is `parquet_use_column_index`. Only supported by
the Delta Lake and Hive connectors.
- `true`
* - `parquet.ignore-statistics`
- Ignore statistics from Parquet to allow querying files with corrupted or
incorrect statistics. The equivalent catalog session property is
`parquet_ignore_statistics`.
- `false`
* - `parquet.max-read-block-row-count`
- Sets the maximum number of rows read in a batch. The equivalent catalog
session property is named `parquet_max_read_block_row_count` and supported
Expand Down

0 comments on commit b087a3c

Please sign in to comment.