alamb commented on code in PR #10273: URL: https://github.com/apache/datafusion/pull/10273#discussion_r1638073199
########## datafusion/sqllogictest/test_files/struct.slt: ########## @@ -31,6 +31,33 @@ CREATE TABLE values( (3, 3.3, 'c', NULL) ; + +# named and named less struct fields +statement ok +CREATE TABLE struct_values ( Review Comment: nice! -- 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]
