You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: arrow-select/src/concat.rs
+73
Original file line number
Diff line number
Diff line change
@@ -376,6 +376,79 @@ mod tests {
376
376
assert_eq!(re.unwrap_err().to_string(),"Invalid argument error: It is not possible to concatenate arrays of different data types (Int64, Utf8, Int32).");
assert_eq!(re.unwrap_err().to_string(),"Invalid argument error: It is not possible to concatenate arrays of different data types (Int64, Utf8, Int32, Int8, Int16, UInt8, UInt16, UInt32, UInt64, Float32).");
assert_eq!(re.unwrap_err().to_string(),"Invalid argument error: It is not possible to concatenate arrays of different data types (Int64, Utf8, Int32, Int8, Int16, UInt8, UInt16, UInt32, UInt64, Float32, ...).");
assert_eq!(re.unwrap_err().to_string(),"Invalid argument error: It is not possible to concatenate arrays of different data types (Int64, Utf8, Int32, Int8, Int16, UInt8, UInt16, UInt32, UInt64, Float32, ...).");
0 commit comments