alamb commented on code in PR #15232: URL: https://github.com/apache/datafusion/pull/15232#discussion_r1996145712
########## datafusion/sqllogictest/test_files/explain_tree.slt: ########## @@ -246,6 +251,69 @@ physical_plan 11)│ format: csv │ 12)└───────────────────────────┘ +query TT +explain VERBOSE SELECT * FROM limit_table LIMIT 10; Review Comment: I took the liberty of making this change and pushing to the branch -- 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