ignore the flexible array member. Structures with flexible array members (or unions whose last member is a structure with flexible array member) cannot appear as array elements or as members of other ...
// Insert test data including nulls and empty arrays spark.sql(s"""INSERT INTO $tbl VALUES (1, array(struct(2 as x, 3 as y)), array(array(struct(4 as x, 5 as y ...