Skip to content

Commit 1b51686

Browse files
authored
GH-473: Add variant version (#474)
1 parent 3d8855a commit 1b51686

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/thrift/parquet.thrift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,9 @@ struct BsonType {
407407
* Embedded Variant logical type annotation
408408
*/
409409
struct VariantType {
410+
// The version of the variant specification that the variant was
411+
// written with.
412+
1: optional i8 specification_version
410413
}
411414

412415
/** Edge interpolation algorithm for Geography logical type */

0 commit comments

Comments
 (0)