Skip to content

Commit dc075c3

Browse files
committed
fmt
1 parent 57feefd commit dc075c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/common/src/config.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ config_namespace! {
481481

482482
/// (reading) If true, parquet reader will read columns of `Utf8/Utf8Large` with `Utf8View`,
483483
/// and `Binary/BinaryLarge` with `BinaryView`.
484-
pub schema_force_string_view: bool, default = true
484+
pub schema_force_string_view: bool, default = true
485485
}
486486
}
487487

0 commit comments

Comments
 (0)