Blizzara commented on code in PR #10622:
URL: https://github.com/apache/datafusion/pull/10622#discussion_r1611570481
##########
datafusion/substrait/src/logical_plan/producer.rs:
##########
@@ -2125,6 +2141,15 @@ mod test {
),
)))?;
+ let struct_field_1 = Field::new("c0", DataType::Boolean, true);
+ let struct_field_2 = Field::new("c1", DataType::Int32, true);
+ round_trip_literal(
Review Comment:
Added (though incorporated into the existing test) in
[84ccaa3](https://github.com/apache/datafusion/pull/10622/commits/84ccaa3361f64dc4a247487b43a57367734b9548)!
--
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]