We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
parquet.max-page-read-size
1 parent dd33a7b commit 600cce9Copy full SHA for 600cce9
docs/src/main/sphinx/object-storage/file-formats.md
@@ -115,6 +115,10 @@ with Parquet files performed by supported object storage connectors:
115
This prevents workers from going into full GC or crashing due to poorly
116
configured Parquet writers.
117
- `15MB`
118
+* - `parquet.max-page-read-size`
119
+ - Maximum allowed size of a parquet page during reads. Files with parquet pages
120
+ larger than this will generate an exception on read.
121
+ - `500MB`
122
:::
123
124
[](file-compression) is automatically performed and some details can be
0 commit comments