XuQianJin-Stars commented on a change in pull request #5215:
URL: https://github.com/apache/hudi/pull/5215#discussion_r841160198
##########
File path:
hudi-spark-datasource/hudi-spark/src/main/scala/org/apache/spark/sql/hudi/command/DeleteHoodieTableCommand.scala
##########
@@ -65,7 +65,7 @@ case class DeleteHoodieTableCommand(deleteTable:
DeleteFromTable) extends Hoodie
assert(hoodieCatalogTable.primaryKeys.nonEmpty,
s"There are no primary key defined in table $tableId, cannot execute
delete operator")
- withSparkConf(sparkSession, hoodieCatalogTable.catalogProperties) {
+ val globalConf = withSparkConf(sparkSession,
hoodieCatalogTable.catalogProperties) {
Review comment:
change to `val options: Map[String, String] =
hoodieCatalogTable.catalogProperties.-(OPERATION.key)`?
--
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]