Github user gatorsmile commented on a diff in the pull request:
https://github.com/apache/spark/pull/13093#discussion_r64156688
--- Diff:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/catalog/SessionCatalog.scala
---
@@ -433,6 +433,18 @@ class SessionCatalog(
}
/**
+ * Return whether a table with the specified name is a data source table.
+ */
+ def isDatasourceTable(name: TableIdentifier): Boolean = synchronized {
--- End diff --
Yeah, `DDLUtils` is in `/sql/core`. We are unable to call them in
`/sql/catalyst`. I am thinking we should move them into `/sql/catalyst`. I hit
another issue in https://github.com/apache/spark/pull/13070. Do you think it is
OK?
BTW, after following your suggestion, we do not need it in this PR. Will
remove it.
---
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]