kosiew commented on code in PR #19674:
URL: https://github.com/apache/datafusion/pull/19674#discussion_r2689198270
##########
datafusion/sqllogictest/test_files/struct.slt:
##########
@@ -492,8 +492,7 @@ Struct("r": Utf8, "c": Float64)
statement ok
drop table t;
-query error DataFusion error: Optimizer rule 'simplify_expressions'
failed[\s\S]*Arrow error: Cast error: Cannot cast string 'a' to value of
Float64 type
-create table t as values({r: 'a', c: 1}), ({c: 2.3, r: 'b'});
Review Comment:
Redundant test removed: covered by the 'Struct Casting with Field
Reordering' suite
--
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]