danny0405 commented on code in PR #12384:
URL: https://github.com/apache/hudi/pull/12384#discussion_r1864701463


##########
hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/hudi/DataSourceOptions.scala:
##########
@@ -582,7 +582,7 @@ object DataSourceWriteOptions {
 
   val ENABLE_MERGE_INTO_PARTIAL_UPDATES: ConfigProperty[Boolean] = 
ConfigProperty
     .key("hoodie.spark.sql.merge.into.partial.updates")
-    .defaultValue(true)
+    .defaultValue(false)

Review Comment:
   why disable the partial update, is there any known bug?



-- 
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]

Reply via email to