Skip to content

Commit 3d65cc9

Browse files
authored
MINOR: Replace homogenous with homogeneous (#492)
1 parent 353b157 commit 3d65cc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

VariantShredding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
2525
The Variant type is designed to store and process semi-structured data efficiently, even with heterogeneous values.
2626
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.
27-
Since data is often partially homogenous, it can be beneficial to extract certain fields into separate Parquet columns to further improve performance.
27+
Since data is often partially homogeneous, it can be beneficial to extract certain fields into separate Parquet columns to further improve performance.
2828
This process is **shredding**.
2929

3030
Shredding enables the use of Parquet's columnar representation for more compact data encoding, column statistics for data skipping, and partial projections.

0 commit comments

Comments
 (0)