From 553bce7a2439681a719f9eed417f4e13c81a5cf0 Mon Sep 17 00:00:00 2001 From: Alexander Grueneberg Date: Fri, 29 Dec 2023 22:58:39 +0100 Subject: [PATCH] Compression: Fix missing word --- Compression.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Compression.md b/Compression.md index cfd4a3a1..4b893c26 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.