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

gangwu 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 3d65cc9  MINOR: Replace homogenous with homogeneous (#492)
3d65cc9 is described below

commit 3d65cc9c783a8674ae62e63b9fd3d912be4e5d72
Author: Marc Cenac <[email protected]>
AuthorDate: Mon Apr 14 23:03:35 2025 -0500

    MINOR: Replace homogenous with homogeneous (#492)
---
 VariantShredding.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/VariantShredding.md b/VariantShredding.md
index 012601b..f27b409 100644
--- a/VariantShredding.md
+++ b/VariantShredding.md
@@ -24,7 +24,7 @@
 
 The Variant type is designed to store and process semi-structured data 
efficiently, even with heterogeneous values.
 Query engines encode each Variant value in a self-describing format, and store 
it as a group containing `value` and `metadata` binary fields in Parquet.
-Since data is often partially homogenous, it can be beneficial to extract 
certain fields into separate Parquet columns to further improve performance.
+Since data is often partially homogeneous, it can be beneficial to extract 
certain fields into separate Parquet columns to further improve performance.
 This process is **shredding**.
 
 Shredding enables the use of Parquet's columnar representation for more 
compact data encoding, column statistics for data skipping, and partial 
projections.

Reply via email to