YannByron commented on a change in pull request #4083:
URL: https://github.com/apache/hudi/pull/4083#discussion_r780735803
##########
File path:
hudi-spark-datasource/hudi-spark/src/main/scala/org/apache/spark/sql/catalyst/catalog/HoodieCatalogTable.scala
##########
@@ -164,9 +169,14 @@ class HoodieCatalogTable(val spark: SparkSession, val
table: CatalogTable) exten
val properties = new Properties()
properties.putAll(tableConfigs.asJava)
+ val newDatabaseName = if (hoodieTableExists) databaseName else
Review comment:
newDatabaseName => hoodieDatabaseName
--
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]