bvaradar commented on a change in pull request #1752:
URL: https://github.com/apache/hudi/pull/1752#discussion_r465330932



##########
File path: hudi-spark/src/test/java/HoodieJavaStreamingApp.java
##########
@@ -68,7 +74,7 @@
   private String tableName = "hoodie_test";
 
   @Parameter(names = {"--table-type", "-t"}, description = "One of 
COPY_ON_WRITE or MERGE_ON_READ")
-  private String tableType = HoodieTableType.MERGE_ON_READ.name();
+  private String tableType = HoodieTableType.COPY_ON_WRITE.name();

Review comment:
       Reverted.




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to