Skip to content

Commit 327094c

Browse files
Update datafusion/core/src/config.rs
Co-authored-by: Kun Liu <liukun@apache.org>
1 parent 8b24c3c commit 327094c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/core/src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ impl ConfigDefinition {
115115
Self::new(
116116
key,
117117
description,
118-
DataType::UInt64,
118+
DataType::Utf8,
119119
ScalarValue::Utf8(Some(default_value)),
120120
)
121121
}

0 commit comments

Comments
 (0)