Jefffrey commented on code in PR #7945: URL: https://github.com/apache/arrow-datafusion/pull/7945#discussion_r1375093147
########## datafusion/sqllogictest/test_files/select.slt: ########## @@ -848,6 +848,11 @@ statement error DataFusion error: Error during planning: EXCLUDE or EXCEPT conta SELECT * EXCLUDE(a, a) FROM table1 +# if EXCEPT all the columns, query should still succeed but return empty Review Comment: Sure thing, added tests to cover this -- 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]
