comphead commented on code in PR #8964:
URL: https://github.com/apache/arrow-datafusion/pull/8964#discussion_r1465406088
##########
datafusion/sql/tests/sql_integration.rs:
##########
@@ -4278,6 +4294,23 @@ fn test_table_alias() {
\n TableScan: person";
quick_test(sql, expected);
+ let sql = "select * from (\
Review Comment:
I think we getting closer, please move those tests to `select.rs` you may
want to use `EXPLAIN` keyword to get the plan
--
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]