amrishlal commented on code in PR #9131:
URL: https://github.com/apache/hudi/pull/9131#discussion_r1258604541


##########
hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/hudi/DataSourceOptions.scala:
##########
@@ -605,6 +605,18 @@ object DataSourceWriteOptions {
 
   val DROP_PARTITION_COLUMNS: ConfigProperty[java.lang.Boolean] = 
HoodieTableConfig.DROP_PARTITION_COLUMNS
 
+  val ENABLE_OPTIMIZED_UPDATE: ConfigProperty[String] = ConfigProperty
+    .key("hoodie.enable.spark.sql.optimized.update")
+    .defaultValue("true")
+    .markAdvanced()
+    .withDocumentation("Controls whether spark sql optimized update is 
enabled.")
+
+  val ENABLE_OPTIMIZED_DELETE: ConfigProperty[String] = ConfigProperty
+    .key("hoodie.enable.spark.sql.optimized.delete")

Review Comment:
   Changed to `hoodie.spark.sql.writes.optimized.enable`



-- 
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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to