alamb commented on code in PR #8871:
URL: https://github.com/apache/arrow-rs/pull/8871#discussion_r2623818546
##########
arrow-cast/src/cast/mod.rs:
##########
@@ -10836,11 +10890,11 @@ mod tests {
let int = Arc::new(Int32Array::from(vec![42, 28, 19, 31]));
let struct_array = StructArray::from(vec![
(
- Arc::new(Field::new("b", DataType::Boolean, false)),
+ Arc::new(Field::new("a", DataType::Boolean, false)),
Review Comment:
I believe this actually caused a regression downstream in DataFusion when I
was testing:
- https://github.com/apache/arrow-rs/issues/9005
I think we need to fix it prior to release
--
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]