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

blue 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 1b51686  GH-473: Add  variant version (#474)
1b51686 is described below

commit 1b51686837fd6cdee2cbcf985424e2cba3674a42
Author: emkornfield <[email protected]>
AuthorDate: Thu Mar 20 08:27:30 2025 -0700

    GH-473: Add  variant version (#474)
---
 src/main/thrift/parquet.thrift | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/main/thrift/parquet.thrift b/src/main/thrift/parquet.thrift
index ee701aa..ff32717 100644
--- a/src/main/thrift/parquet.thrift
+++ b/src/main/thrift/parquet.thrift
@@ -407,6 +407,9 @@ struct BsonType {
  * Embedded Variant logical type annotation
  */
 struct VariantType {
+  // The version of the variant specification that the variant was
+  // written with.
+  1: optional i8 specification_version
 }
 
 /** Edge interpolation algorithm for Geography logical type */

Reply via email to