Skip to content

Commit 2cf476a

Browse files
committed
need to change strategy to bound column metrics currently
1 parent dcbf84f commit 2cf476a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

data/src/test/java/org/apache/iceberg/io/TestWriterMetrics.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,7 @@ public void testMaxColumnsBounded() throws IOException {
319319
.set(
320320
TableProperties.METRICS_MAX_INFERRED_COLUMN_DEFAULTS,
321321
String.valueOf(maxInferredColumns))
322+
.set(TableProperties.METRICS_MAX_INFERRED_COLUMN_DEFAULTS_STRATEGY, "breadth")
322323
.commit();
323324

324325
OutputFileFactory maxColFactory =

0 commit comments

Comments
 (0)