diff --git a/VariantEncoding.md b/VariantEncoding.md index 9ba2e25f..5343ed19 100644 --- a/VariantEncoding.md +++ b/VariantEncoding.md @@ -19,9 +19,6 @@ # Variant Binary Encoding -> [!IMPORTANT] -> **This specification is still under active development, and has not been formally adopted.** - A Variant represents a type that contains one of: - Primitive: A type and corresponding value (e.g. INT, STRING) - Array: An ordered list of Variant values diff --git a/VariantShredding.md b/VariantShredding.md index f27b4096..86136e4b 100644 --- a/VariantShredding.md +++ b/VariantShredding.md @@ -19,9 +19,6 @@ # Variant Shredding -> [!IMPORTANT] -> **This specification is still under active development, and has not been formally adopted.** - 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 homogeneous, it can be beneficial to extract certain fields into separate Parquet columns to further improve performance.