This is an automated email from the ASF dual-hosted git repository.

fokko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-format.git


The following commit(s) were added to refs/heads/master by this push:
     new f007497  Compression: Fix missing word (#227)
f007497 is described below

commit f0074973c0043ac93a37939293fd0e5c86e7c65f
Author: Alexander Grueneberg <[email protected]>
AuthorDate: Tue Feb 6 21:24:02 2024 +0100

    Compression: Fix missing word (#227)
---
 Compression.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Compression.md b/Compression.md
index cfd4a3a..4b893c2 100644
--- a/Compression.md
+++ b/Compression.md
@@ -25,8 +25,8 @@ This document contains the specification of all supported 
compression codecs.
 
 Parquet allows the data block inside dictionary pages and data pages to
 be compressed for better space efficiency. The Parquet format supports
-several compression covering different areas in the compression ratio /
-processing cost spectrum.
+several compression codecs covering different areas in the compression
+ratio / processing cost spectrum.
 
 The detailed specifications of compression codecs are maintained externally
 by their respective authors or maintainers, which we reference hereafter.

Reply via email to