Github user gatorsmile commented on a diff in the pull request:
https://github.com/apache/spark/pull/15024#discussion_r85007038
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/execution/command/createDataSourceTables.scala
---
@@ -62,6 +62,7 @@ case class CreateDataSourceTableCommand(table:
CatalogTable, ignoreIfExists: Boo
sparkSession = sparkSession,
userSpecifiedSchema = if (table.schema.isEmpty) None else
Some(table.schema),
className = table.provider.get,
+ paths = table.storage.locationUri.toSeq,
bucketSpec = table.bucketSpec,
options = table.storage.properties).resolveRelation()
--- End diff --
Here, the options do not have `path`, right? If so, the external data
source connector will not be able to get the value of `path`. This might break
the existing connectors.
---
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]