kosiew commented on code in PR #19674:
URL: https://github.com/apache/datafusion/pull/19674#discussion_r2707864334
##########
datafusion/sqllogictest/test_files/struct.slt:
##########
@@ -607,18 +578,6 @@ List(Struct("r": Utf8View, "c": Float32))
statement ok
drop table t;
-# create table with different struct type is fine
-statement ok
-create table t(a struct(r varchar, c int), b struct(c float, r varchar)) as
values (row('a', 1), row(2.3, 'b'));
-
-# create array with different struct type should be cast
-query T
-select arrow_typeof([a, b]) from t;
Review Comment:
added tests -
https://github.com/apache/datafusion/pull/19674/commits/8c0fe989694a312305ca3217f8c17d85f5533158
--
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]