Skip to content

Commit 8baa05d

Browse files
committed
schema_force_view_types to true
1 parent 2eca4c0 commit 8baa05d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/common/src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ config_namespace! {
457457

458458
/// (reading) If true, parquet reader will read columns of `Utf8/Utf8Large` with `Utf8View`,
459459
/// and `Binary/BinaryLarge` with `BinaryView`.
460-
pub schema_force_view_types: bool, default = false
460+
pub schema_force_view_types: bool, default = true
461461

462462
/// (reading) If true, parquet reader will read columns of
463463
/// `Binary/LargeBinary` with `Utf8`, and `BinaryView` with `Utf8View`.

0 commit comments

Comments
 (0)