You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2022/09/10 01:13:38 UTC

[GitHub] [hudi] danny0405 commented on a diff in pull request #4676: [HUDI-3304] support partial update on mor table

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


##########
hudi-client/hudi-spark-client/src/test/java/org/apache/hudi/table/functional/TestHoodieSparkMergeOnReadTableCompaction.java:
##########
@@ -74,6 +75,15 @@ private static Stream<Arguments> writeLogTest() {
     return Stream.of(data).map(Arguments::of);
   }
 
+  private static Stream<Arguments> writeTest() {
+    // enable metadata table, enable embedded time line server
+    Object[] data = new Object[] {

Review Comment:
   Is the comment right ?



-- 
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-unsubscribe@hudi.apache.org

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