Dandandan commented on code in PR #6628: URL: https://github.com/apache/arrow-datafusion/pull/6628#discussion_r1225363725
########## datafusion/core/tests/sqllogictests/test_files/insert.slt: ########## @@ -234,3 +234,36 @@ select count(*) from table_without_values; statement ok drop table table_without_values; + + +# test insert with column names +statement ok +CREATE TABLE table_without_values(field1 BIGINT NULL, field2 BIGINT NULL); Review Comment: We could add a test with different column types as well (e.g. column names are correct but types don't match). -- 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]
