This is an automated email from the ASF dual-hosted git repository.
dzamo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drill-site.git
The following commit(s) were added to refs/heads/master by this push:
new 6c3711b Fix Parquet format options docs.
6c3711b is described below
commit 6c3711b3fbbbae3806502a17038a87997b701a4c
Author: James Turton <[email protected]>
AuthorDate: Thu Dec 2 14:46:28 2021 +0200
Fix Parquet format options docs.
---
.../040-parquet-format.md | 21 +++++++++++----------
1 file changed, 11 insertions(+), 10 deletions(-)
diff --git a/_docs/en/data-sources-and-file-formats/040-parquet-format.md
b/_docs/en/data-sources-and-file-formats/040-parquet-format.md
index df99473..5f1c8e5 100644
--- a/_docs/en/data-sources-and-file-formats/040-parquet-format.md
+++ b/_docs/en/data-sources-and-file-formats/040-parquet-format.md
@@ -20,16 +20,17 @@ Apache Drill includes the following support for Parquet:
## Configuration Options
-| Option | Description
|
-| ------------------------------ |
-------------------------------------------------------------------- |
-| enableStringsSignedMinMax | See config opt
store.parquet.reader.strings_signed_min_max |
-| blockSize | See config opt store.parquet.block-size
|
-| pageSize | See config opt store.parquet.page-size
|
-| useSingleFsBlock | See config opt
store.parquet.writer.use_single_fs_block |
-| writerCompressionType | See config opt store.parquet.compression
|
-| writerLogicalTypeForDecimals | See config opt
store.parquet.writer.logical_type_for_decimals |
-| writerUsePrimitivesForDecimals | See config opt
store.parquet.writer.use_primitive_types_for_decimals |
-| writerFormatVersion | See config opt
store.parquet.writer.format_version |
+| Option | Description
|
+| ------------------------------ |
--------------------------------------------------------------------------------
|
+| autoCorrectCorruptDates | See the [Date Value Auto-Correction](#Date
Value Auto-Correction) section below. |
+| enableStringsSignedMinMax | See Drill config option
store.parquet.reader.strings_signed_min_max |
+| blockSize | See Drill config option
store.parquet.block-size |
+| pageSize | See Drill config option
store.parquet.page-size |
+| useSingleFsBlock | See Drill config option
store.parquet.writer.use_single_fs_block |
+| writerCompressionType | See Drill config option
store.parquet.compression |
+| writerLogicalTypeForDecimals | See Drill config option
store.parquet.writer.logical_type_for_decimals |
+| writerUsePrimitivesForDecimals | See Drill config option
store.parquet.writer.use_primitive_types_for_decimals |
+| writerFormatVersion | See Drill config option
store.parquet.writer.format_version |
## Reading Parquet Files
When a read of Parquet data occurs, Drill loads only the necessary columns of
data, which reduces I/O. Reading only a small piece of the Parquet data from a
data file or table, Drill can examine and analyze all values for a column
across multiple files. You can create a Drill table from one format and store
the data in another format, including Parquet.