From 405a3c00a4c172216b0e4b295f56ae750e536277 Mon Sep 17 00:00:00 2001 From: emkornfield Date: Wed, 4 Dec 2024 01:19:28 -0500 Subject: [PATCH] Add shredding version --- src/main/thrift/parquet.thrift | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/main/thrift/parquet.thrift b/src/main/thrift/parquet.thrift index 5d4431d9..f46d775a 100644 --- a/src/main/thrift/parquet.thrift +++ b/src/main/thrift/parquet.thrift @@ -384,6 +384,11 @@ struct BsonType { * Embedded Variant logical type annotation */ struct VariantType { + // If the Variant is shredded the version of the shredding specification used. + // Required, if the the column is shredded. + // + // See VariantShredding.md for differences between versions. + 1: optional i8 shredding_version } /**