Github user andrewor14 commented on a diff in the pull request:
https://github.com/apache/spark/pull/11048#discussion_r54796821
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/execution/commands/ddl.scala ---
@@ -0,0 +1,189 @@
+/*
--- End diff --
by the way, this division of commands is kind of arbitrary. The things in
`commands.scala` are *also* DDLs, so dividing that file into two smaller files
this way doesn't really make sense. Instead maybe I would put all the table
ones into 1 file (maybe `tableDDL.scala`), all the database ones into another
(`databaseDDL.scala`) and all the function ones into yet another
(`functionDDL.scala`).
---
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]