Skip to content

Commit 63e6096

Browse files
committed
revert plans for a deeper version
1 parent 520c80c commit 63e6096

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,6 @@ public enum Depth {
9797
Flat,
9898
/** Nested values. */
9999
Nested,
100-
/** Deeper nesting structure. */
101-
DeepNesting;
102100
}
103101

104102
/**
@@ -112,7 +110,7 @@ public enum Depth {
112110
private int fieldCount;
113111

114112
/** Whether to include nested variant objects as some of the field values. */
115-
@Param({"Flat", "Nested", "DeepNesting"})
113+
@Param({"Flat", "Nested"})
116114
private Depth depth;
117115

118116
/**

0 commit comments

Comments
 (0)