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/06/10 01:37:35 UTC

[GitHub] [hudi] lppsuixn opened a new issue #3059: when java client api support MERGE_ON_READ ?

lppsuixn opened a new issue #3059:
URL: https://github.com/apache/hudi/issues/3059


   Currently,  only support COPY_ON_WRITE,when  will support   MERGE_ON_READ ? Thanks!
   ```java
   switch (metaClient.getTableType()) {
         case COPY_ON_WRITE:
           return new HoodieJavaCopyOnWriteTable<>(config, context, metaClient);
         case MERGE_ON_READ:
           throw new HoodieNotSupportedException("MERGE_ON_READ is not supported yet");
         default:
           throw new HoodieException("Unsupported table type :" + metaClient.getTableType());
       }
   ```


-- 
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:
users@infra.apache.org



[GitHub] [hudi] n3nash commented on issue #3059: when java client api support MERGE_ON_READ ?

Posted by GitBox <gi...@apache.org>.
n3nash commented on issue #3059:
URL: https://github.com/apache/hudi/issues/3059#issuecomment-862010731


   @lppsuixn Gentle ping to respond to @leesf comment


-- 
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:
users@infra.apache.org



[GitHub] [hudi] leesf commented on issue #3059: when java client api support MERGE_ON_READ ?

Posted by GitBox <gi...@apache.org>.
leesf commented on issue #3059:
URL: https://github.com/apache/hudi/issues/3059#issuecomment-858725232


   @lppsuixn would you please describe the need for java client api for MERGE_ON_READ and do you have interest to pick it up?


-- 
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:
users@infra.apache.org