jfahne commented on code in PR #16085:
URL: https://github.com/apache/datafusion/pull/16085#discussion_r2094760925


##########
docs/source/user-guide/sql/explain.md:
##########
@@ -118,7 +118,7 @@ See [Reading Explain Plans](../explain-usage.md) for more 
information on how to
 0 row(s) fetched.
 Elapsed 0.004 seconds.
 
-> EXPLAIN SELECT SUM(x) FROM t GROUP BY b;
+> EXPLAIN FORMAT INDENT SELECT SUM(x) FROM t GROUP BY b;

Review Comment:
   The referenced docs page above ([link to 
explain-usage.md](https://datafusion.apache.org/user-guide/explain-usage.html)) 
has several similar cases where the `indent` format is used for unqualified 
`EXPLAIN` statements despite the `tree` format being default. They should be 
updated to match the expected `EXPLAIN FORMAT INDENT`



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