You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Redundant create/select array-with-different-struct-types test removed: functionality covered by later 'Struct Casting with Field Reordering' table tests
586
581
587
582
statement ok
588
583
create table t(a struct(r varchar, c int, g float), b struct(r varchar, c float, g int)) as values (row('a', 1, 2.3), row('b', 2.3, 2));
0 commit comments