Skip to content

Commit 84915b6

Browse files
committed
minor: allow dead code for Scenario::UTF8
1 parent 207e855 commit 84915b6

File tree

1 file changed

+1
-0
lines changed
  • datafusion/core/tests/parquet

1 file changed

+1
-0
lines changed

datafusion/core/tests/parquet/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ enum Scenario {
8686
PeriodsInColumnNames,
8787
WithNullValues,
8888
WithNullValuesPageLevel,
89+
#[allow(dead_code)]
8990
UTF8,
9091
}
9192

0 commit comments

Comments
 (0)