alamb commented on code in PR #11624: URL: https://github.com/apache/datafusion/pull/11624#discussion_r1690313319
########## datafusion/sqllogictest/test_files/select.slt: ########## @@ -1225,6 +1225,63 @@ statement ok SELECT * EXCEPT(a, b, c, d) FROM table1 +# try zero column with LIMIT, 1 row but empty +statement ok Review Comment: I had these tests checked out locally to double check they actually did produce no columns but a single row and by using `query` rather than `statement` Thing looks great to me, so I pushed a commit to this branch to update the tests -- 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...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org