You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "byteink (via GitHub)" <gi...@apache.org> on 2023/06/10 13:52:09 UTC

[GitHub] [arrow-datafusion] byteink commented on a diff in pull request #6628: Insert supports specifying column names in any order

byteink commented on code in PR #6628:
URL: https://github.com/apache/arrow-datafusion/pull/6628#discussion_r1225372761


##########
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:
   @Dandandan Thank you, I will try to add it.
   



-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org