We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38818fa commit d20f9ddCopy full SHA for d20f9dd
1 file changed
LogicalTypes.md
@@ -584,15 +584,15 @@ value, or a shredded Variant value.
584
585
This is the expected representation of an unshredded Variant in Parquet:
586
```
587
-optional group variant_unshredded (VARIANT) {
+optional group variant_unshredded (VARIANT(1)) {
588
required binary metadata;
589
required binary value;
590
}
591
592
593
This is an example representation of a shredded Variant in Parquet:
594
595
-optional group variant_shredded (VARIANT) {
+optional group variant_shredded (VARIANT(1)) {
596
597
optional binary value;
598
optional int64 typed_value;
0 commit comments