You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by dz...@apache.org on 2022/02/25 14:02:48 UTC

[drill-site] 01/02: Fix typos in 040-parquet-format.md.

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

commit 4f5070d208f80acea37217fe863409b1273b9d25
Author: James Turton <ja...@somecomputer.xyz>
AuthorDate: Wed Feb 23 13:49:57 2022 +0200

    Fix typos in 040-parquet-format.md.
---
 _docs/en/data-sources-and-file-formats/040-parquet-format.md | 4 ++--
 1 file changed, 2 insertions(+), 2 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 3dc1b81..1df2ec9 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
@@ -73,12 +73,12 @@ Optionally, set the Parquet format version.  Parquet v2 introduced new data enco
 
 ``ALTER SYSTEM|SESSION SET `store.parquet.writer.format_version` = 'v2';``
 
-Also new in Drill 1.20 is an expanded set of compression codec choices as listed in the config option description.  These can also have a significant impact on file size and read/write performance.  If interoperability is a concern, Snappy and gzip codecs have the widest support at the time of writing.
+Also new in Drill 1.20 is an expanded set of compression codec choices as listed in the config option description.  These can also have a significant impact on file size and read/write performance.  If interoperability is a concern, the Snappy and gzip codecs have the widest support at the time of writing.
 
 ``ALTER SYSTEM|SESSION SET `store.parquet.compression` = 'zstd';``
 
 {% include startnote.html %}
-Because of a mismatch between Drill's set of target platforms and those for which a suitable open source Brotli library is available, a Brotli codec is not bundled and must be separately installed into the jars/3rdparty subdirectory if you want to work with Parquet files that use Brotli.  On Linux and macOS on amd64, the [com.github.rdblue:brotli-codec](https://github.com/rdblue/brotli-codec/) is supported.
+Because of a mismatch between Drill's set of target platforms and those for which a suitable open source Brotli library is available, a Brotli codec is not bundled and must be separately installed into the jars/3rdparty subdirectory if you want to work with Parquet files that use Brotli.  On Linux and macOS on amd64, the <a href='https://github.com/rdblue/brotli-codec/'>com.github.rdblue:brotli-codec</a> is supported.
 {% include endnote.html %}
 
 ### Configuring the Size of Parquet Files