cloud-fan commented on a change in pull request #24759: [SPARK-27395][SQL][WIP]
Improve EXPLAIN command
URL: https://github.com/apache/spark/pull/24759#discussion_r315630582
##########
File path:
sql/core/src/main/scala/org/apache/spark/sql/execution/command/commands.scala
##########
@@ -143,7 +143,8 @@ case class ExplainCommand(
logicalPlan: LogicalPlan,
extended: Boolean = false,
Review comment:
instead of having so many boolean flags, can we use enum here?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]