cloud-fan commented on a change in pull request #34667:
URL: https://github.com/apache/spark/pull/34667#discussion_r760742011
##########
File path:
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/v2/DataSourceV2Strategy.scala
##########
@@ -169,16 +169,16 @@ class DataSourceV2Strategy(session: SparkSession) extends
Strategy with Predicat
CreateTableExec(catalog.asTableCatalog, ident.asIdentifier, schema,
partitioning, tableSpec.copy(location = qualifiedLocation),
ifNotExists) :: Nil
- case CreateTableAsSelect(catalog, ident, parts, query, props, options,
ifNotExists) =>
- val propsWithOwner = CatalogV2Util.withDefaultOwnership(props)
+ case CreateTableAsSelect(
+ ResolvedDBObjectName(catalog, ident), parts, query, tableSpec, options,
ifNotExists) =>
Review comment:
```suggestion
case CreateTableAsSelect(ResolvedDBObjectName(catalog, ident),
parts, query, tableSpec, options, ifNotExists) =>
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]