alamb commented on code in PR #8490:
URL: https://github.com/apache/arrow-rs/pull/8490#discussion_r2388994334
##########
arrow-select/src/concat.rs:
##########
@@ -622,7 +631,10 @@ mod tests {
&BooleanArray::from(vec![Some(true), Some(false), None]),
]);
- 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!(
Review Comment:
is the difference that rust 2024 edition actually format macro args 🤔
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]