Skip to content

Commit

Permalink
chore: cr comment
Browse files Browse the repository at this point in the history
  • Loading branch information
QuenKar committed Dec 4, 2023
1 parent 8458a3b commit 2b148d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/common/src/scalar.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3024,7 +3024,7 @@ impl FromStr for ScalarValue {

impl From<String> for ScalarValue {
fn from(value: String) -> Self {
value.as_str().into()
ScalarValue::Utf8(Some(value))
}
}

Expand Down

0 comments on commit 2b148d4

Please sign in to comment.