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 2021/11/22 17:55:35 UTC

[GitHub] [hudi] manojpec commented on a change in pull request #3967: [HUDI-2767] Enabling timeline server based marker as default

manojpec commented on a change in pull request #3967:
URL: https://github.com/apache/hudi/pull/3967#discussion_r754512416



##########
File path: hudi-client/hudi-java-client/src/test/java/org/apache/hudi/table/action/commit/TestJavaCopyOnWriteActionExecutor.java
##########
@@ -413,6 +415,7 @@ public void testInsertUpsertWithHoodieAvroPayload() throws Exception {
         .withEngineType(EngineType.JAVA)
         .withPath(basePath)
         .withSchema(schema.toString())
+        .withMarkersType(MarkerType.DIRECT.name())

Review comment:
       Any plan/ticket to convert all these tests to timeline based markers? Or by design these still have to be direct type?




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