Skip to content

Commit a77d0d6

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,8 @@ 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,
323+
"breadth")
322324
.commit();
323325

324326
OutputFileFactory maxColFactory =

0 commit comments

Comments
 (0)