We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d8855a commit 1b51686Copy full SHA for 1b51686
1 file changed
src/main/thrift/parquet.thrift
@@ -407,6 +407,9 @@ struct BsonType {
407
* Embedded Variant logical type annotation
408
*/
409
struct VariantType {
410
+ // The version of the variant specification that the variant was
411
+ // written with.
412
+ 1: optional i8 specification_version
413
}
414
415
/** Edge interpolation algorithm for Geography logical type */
0 commit comments