org.apache.spark.sql.execution.datasources
When creating a data source table, the path
option has a special meaning: the table location.
When creating a data source table, the path
option has a special meaning: the table location.
This method extracts the path
option and treat it as table location to build a
CatalogStorageFormat. Note that, the path
option is removed from options after this.
Given a provider name, look up the data source class definition.