kosiew commented on code in PR #19674:
URL: https://github.com/apache/datafusion/pull/19674#discussion_r2689201975


##########
datafusion/sqllogictest/test_files/struct.slt:
##########
@@ -588,16 +582,7 @@ 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 is not valid
-query error
-select arrow_typeof([a, b]) from t;
-
-statement ok
-drop table t;

Review Comment:
   Redundant create/select array-with-different-struct-types test removed: 
functionality covered by later 'Struct Casting with Field Reordering' table 
tests



-- 
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]

Reply via email to