We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2eca4c0 commit 8baa05dCopy full SHA for 8baa05d
datafusion/common/src/config.rs
@@ -457,7 +457,7 @@ config_namespace! {
457
458
/// (reading) If true, parquet reader will read columns of `Utf8/Utf8Large` with `Utf8View`,
459
/// and `Binary/BinaryLarge` with `BinaryView`.
460
- pub schema_force_view_types: bool, default = false
+ pub schema_force_view_types: bool, default = true
461
462
/// (reading) If true, parquet reader will read columns of
463
/// `Binary/LargeBinary` with `Utf8`, and `BinaryView` with `Utf8View`.
0 commit comments