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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to