Skip to content

Commit 6c9f13e

Browse files
committed
Update coersion ordering
1 parent 33eb52c commit 6c9f13e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/functions/src/string/concat.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ impl ConcatFunc {
4848
use DataType::*;
4949
Self {
5050
signature: Signature::variadic(
51-
vec![Utf8View, LargeUtf8, Utf8],
51+
vec![Utf8View, Utf8, LargeUtf8],
5252
Volatility::Immutable,
5353
),
5454
}

0 commit comments

Comments
 (0)