nsivabalan commented on code in PR #13402:
URL: https://github.com/apache/hudi/pull/13402#discussion_r2143330445


##########
hudi-common/src/main/java/org/apache/hudi/common/config/HoodieMetadataConfig.java:
##########
@@ -981,7 +981,7 @@ private boolean getDefaultMetadataEnable(EngineType 
engineType) {
     private boolean getDefaultForStreamingWriteEnabled(EngineType engineType) {
       switch (engineType) {
         case SPARK:
-          return false; // we will flip this to true in future patches.
+          return true;

Review Comment:
   Note to Reviewer: 
   Making streaming writes enabled by default for SPARK engine



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