adriangb commented on code in PR #19556:
URL: https://github.com/apache/datafusion/pull/19556#discussion_r2669863753
##########
datafusion/common/src/scalar/mod.rs:
##########
@@ -8868,7 +8868,7 @@ mod tests {
.unwrap(),
ScalarValue::try_new_null(&DataType::Map(map_field_ref,
false)).unwrap(),
ScalarValue::try_new_null(&DataType::Union(
- UnionFields::new(vec![42], vec![field_ref]),
+ UnionFields::try_new(vec![42], vec![field_ref]).unwrap(),
Review Comment:
Note that this is just handling upstream changes in arrow, not actually
related to this PR
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]