alamb commented on code in PR #15232:
URL: https://github.com/apache/datafusion/pull/15232#discussion_r1996135668


##########
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:
   why does this use `EXPLAIN VERBOSE`? All the rest of the queries in this 
file just use `EXPLAIN` 🤔 
   
   I think it would be better to do the same
   
   ```suggestion
   explain SELECT * FROM limit_table LIMIT 10;
   ```



-- 
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

Reply via email to