Github user andrewor14 commented on a diff in the pull request:
https://github.com/apache/spark/pull/11048#discussion_r54822707
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/execution/commands.scala ---
@@ -73,349 +73,3 @@ private[sql] case class ExecutedCommand(cmd:
RunnableCommand) extends SparkPlan
--- End diff --
Now that you have the `command` package, would it make sense to move
`RunnableCommand` there? Right now it's confusing how there's a
`o.a.s.sql.execution.commands.scala` and a
`o.a.s.sql.execution.command.commands.scala`. We should only have the latter
and move everything here there.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]