Skip to content

Commit 0889e2d

Browse files
committed
building a projection schema
1 parent e6ccbfc commit 0889e2d

2 files changed

Lines changed: 364 additions & 22 deletions

File tree

parquet-benchmarks/src/main/java/org/apache/parquet/benchmarks/VariantBenchmark.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ public enum Depth {
136136
private int fieldCount;
137137

138138
/** Whether to include nested variant objects as some of the field values. */
139-
@Param({"Flat", "Nested"})
139+
@Param
140140
private Depth depth;
141141

142142
/**

0 commit comments

Comments
 (0)