mustafasrepo commented on code in PR #6481:
URL: https://github.com/apache/arrow-datafusion/pull/6481#discussion_r1210445328


##########
datafusion/core/tests/sqllogictests/test_files/select.slt:
##########
@@ -759,6 +759,64 @@ SELECT a FROM annotated_data_finite2
 0
 0
 
+# Below query should emit all the columns except a and b

Review Comment:
   This table has 5 columns `a0`, `a`, `b`,`c`,`d`.  The columns in the result 
are `a0`,`c`,`d`.
   However, the column names are misleading.  Maybe we should change them also, 
such as `a`, `b`,`c`,`d`, `e`



-- 
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-unsubscr...@arrow.apache.org

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

Reply via email to