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/08/31 12:30:24 UTC

[GitHub] [hudi] yuzhaojing opened a new pull request #3573: [HUDI-2376] Add pipeline for Append mode

yuzhaojing opened a new pull request #3573:
URL: https://github.com/apache/hudi/pull/3573


   ## *Tips*
   - *Thank you very much for contributing to Apache Hudi.*
   - *Please review https://hudi.apache.org/contribute/how-to-contribute before opening a pull request.*
   
   ## What is the purpose of the pull request
   
   *(For example: This pull request adds quick-start document.)*
   
   ## Brief change log
   
   *(for example:)*
     - *Modify AnnotationLocation checkstyle rule in checkstyle.xml*
   
   ## Verify this pull request
   
   *(Please pick either of the following options)*
   
   This pull request is a trivial rework / code cleanup without any test coverage.
   
   *(or)*
   
   This pull request is already covered by existing tests, such as *(please describe tests)*.
   
   (or)
   
   This change added tests and can be verified as follows:
   
   *(example:)*
   
     - *Added integration tests for end-to-end.*
     - *Added HoodieClientWriteTest to verify the change.*
     - *Manually verified the change by running a job locally.*
   
   ## Committer checklist
   
    - [ ] Has a corresponding JIRA in PR title & commit
    
    - [ ] Commit message is descriptive of the change
    
    - [ ] CI is green
   
    - [ ] Necessary doc changes done or have another open PR
          
    - [ ] For large changes, please consider breaking it into sub-tasks under an umbrella JIRA.
   


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



[GitHub] [hudi] hudi-bot edited a comment on pull request #3573: [HUDI-2376] Add pipeline for Append mode

Posted by GitBox <gi...@apache.org>.
hudi-bot edited a comment on pull request #3573:
URL: https://github.com/apache/hudi/pull/3573#issuecomment-909194584


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "176f3a38ad6f904ef4465c09825e2980835c75b1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1960",
       "triggerID" : "176f3a38ad6f904ef4465c09825e2980835c75b1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2913c2beeeeb2651bec4243e472fb0476591fd66",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1972",
       "triggerID" : "2913c2beeeeb2651bec4243e472fb0476591fd66",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6752bd534199fa9228ce5463e1042b3438fe27e5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1976",
       "triggerID" : "6752bd534199fa9228ce5463e1042b3438fe27e5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "20a45a423cae90426ca916af67d2debefa797502",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1977",
       "triggerID" : "20a45a423cae90426ca916af67d2debefa797502",
       "triggerType" : "PUSH"
     }, {
       "hash" : "64adb1dcb65ed0019f59f280ad312b26fbf36261",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "64adb1dcb65ed0019f59f280ad312b26fbf36261",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 20a45a423cae90426ca916af67d2debefa797502 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1977) 
   * 64adb1dcb65ed0019f59f280ad312b26fbf36261 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run travis` re-run the last Travis build
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


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



[GitHub] [hudi] danny0405 commented on a change in pull request #3573: [HUDI-2376] Add pipeline for Append mode

Posted by GitBox <gi...@apache.org>.
danny0405 commented on a change in pull request #3573:
URL: https://github.com/apache/hudi/pull/3573#discussion_r700197338



##########
File path: hudi-flink/src/main/java/org/apache/hudi/sink/partitioner/SimpleBucketAssignFunction.java
##########
@@ -0,0 +1,139 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package org.apache.hudi.sink.partitioner;
+
+import org.apache.hudi.client.FlinkTaskContextSupplier;
+import org.apache.hudi.client.common.HoodieFlinkEngineContext;
+import org.apache.hudi.common.config.SerializableConfiguration;
+import org.apache.hudi.common.model.HoodieRecord;
+import org.apache.hudi.common.model.HoodieRecordLocation;
+import org.apache.hudi.common.model.HoodieTableType;
+import org.apache.hudi.common.model.WriteOperationType;
+import org.apache.hudi.config.HoodieWriteConfig;
+import org.apache.hudi.configuration.FlinkOptions;
+import org.apache.hudi.table.action.commit.BucketInfo;
+import org.apache.hudi.util.StreamerUtil;
+
+import org.apache.flink.api.common.state.CheckpointListener;
+import org.apache.flink.configuration.Configuration;
+import org.apache.flink.runtime.state.FunctionInitializationContext;
+import org.apache.flink.runtime.state.FunctionSnapshotContext;
+import org.apache.flink.streaming.api.checkpoint.CheckpointedFunction;
+import org.apache.flink.streaming.api.functions.ProcessFunction;
+import org.apache.flink.util.Collector;
+
+/**
+ * The function to build the write profile incrementally for records within a checkpoint,
+ * it then assigns the bucket with ID using the {@link BucketAssigner}.
+ *
+ * <p>All the records are tagged with HoodieRecordLocation, instead of real instant time,
+ * INSERT record uses "I" and UPSERT record uses "U" as instant time. There is no need to keep
+ * the "real" instant time for each record, the bucket ID (partition path & fileID) actually decides
+ * where the record should write to. The "I" and "U" tags are only used for downstream to decide whether
+ * the data bucket is an INSERT or an UPSERT, we should factor the tags out when the underneath writer
+ * supports specifying the bucket type explicitly.
+ *
+ * <p>The output records should then shuffle by the bucket ID and thus do scalable write.
+ *
+ * @see BucketAssigner
+ */
+public class SimpleBucketAssignFunction<I, O extends HoodieRecord<?>>

Review comment:
       Seems useless now.




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



[GitHub] [hudi] yuzhaojing closed pull request #3573: [HUDI-2376] Add pipeline for Append mode

Posted by GitBox <gi...@apache.org>.
yuzhaojing closed pull request #3573:
URL: https://github.com/apache/hudi/pull/3573


   


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



[GitHub] [hudi] hudi-bot commented on pull request #3573: [HUDI-2376] Add pipeline for Append mode

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on pull request #3573:
URL: https://github.com/apache/hudi/pull/3573#issuecomment-909194584


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "176f3a38ad6f904ef4465c09825e2980835c75b1",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "176f3a38ad6f904ef4465c09825e2980835c75b1",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 176f3a38ad6f904ef4465c09825e2980835c75b1 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run travis` re-run the last Travis build
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


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



[GitHub] [hudi] yuzhaojing commented on a change in pull request #3573: [HUDI-2376] Add pipeline for Append mode

Posted by GitBox <gi...@apache.org>.
yuzhaojing commented on a change in pull request #3573:
URL: https://github.com/apache/hudi/pull/3573#discussion_r700203767



##########
File path: hudi-flink/src/main/java/org/apache/hudi/sink/partitioner/SimpleBucketAssignFunction.java
##########
@@ -0,0 +1,139 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package org.apache.hudi.sink.partitioner;
+
+import org.apache.hudi.client.FlinkTaskContextSupplier;
+import org.apache.hudi.client.common.HoodieFlinkEngineContext;
+import org.apache.hudi.common.config.SerializableConfiguration;
+import org.apache.hudi.common.model.HoodieRecord;
+import org.apache.hudi.common.model.HoodieRecordLocation;
+import org.apache.hudi.common.model.HoodieTableType;
+import org.apache.hudi.common.model.WriteOperationType;
+import org.apache.hudi.config.HoodieWriteConfig;
+import org.apache.hudi.configuration.FlinkOptions;
+import org.apache.hudi.table.action.commit.BucketInfo;
+import org.apache.hudi.util.StreamerUtil;
+
+import org.apache.flink.api.common.state.CheckpointListener;
+import org.apache.flink.configuration.Configuration;
+import org.apache.flink.runtime.state.FunctionInitializationContext;
+import org.apache.flink.runtime.state.FunctionSnapshotContext;
+import org.apache.flink.streaming.api.checkpoint.CheckpointedFunction;
+import org.apache.flink.streaming.api.functions.ProcessFunction;
+import org.apache.flink.util.Collector;
+
+/**
+ * The function to build the write profile incrementally for records within a checkpoint,
+ * it then assigns the bucket with ID using the {@link BucketAssigner}.
+ *
+ * <p>All the records are tagged with HoodieRecordLocation, instead of real instant time,
+ * INSERT record uses "I" and UPSERT record uses "U" as instant time. There is no need to keep
+ * the "real" instant time for each record, the bucket ID (partition path & fileID) actually decides
+ * where the record should write to. The "I" and "U" tags are only used for downstream to decide whether
+ * the data bucket is an INSERT or an UPSERT, we should factor the tags out when the underneath writer
+ * supports specifying the bucket type explicitly.
+ *
+ * <p>The output records should then shuffle by the bucket ID and thus do scalable write.
+ *
+ * @see BucketAssigner
+ */
+public class SimpleBucketAssignFunction<I, O extends HoodieRecord<?>>

Review comment:
       Yes, I will delete this.




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



[GitHub] [hudi] hudi-bot edited a comment on pull request #3573: [HUDI-2376] Add pipeline for Append mode

Posted by GitBox <gi...@apache.org>.
hudi-bot edited a comment on pull request #3573:
URL: https://github.com/apache/hudi/pull/3573#issuecomment-909194584






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



[GitHub] [hudi] hudi-bot commented on pull request #3573: [HUDI-2376] Add pipeline for Append mode

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on pull request #3573:
URL: https://github.com/apache/hudi/pull/3573#issuecomment-909194584


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "176f3a38ad6f904ef4465c09825e2980835c75b1",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "176f3a38ad6f904ef4465c09825e2980835c75b1",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 176f3a38ad6f904ef4465c09825e2980835c75b1 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run travis` re-run the last Travis build
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


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



[GitHub] [hudi] hudi-bot edited a comment on pull request #3573: [HUDI-2376] Add pipeline for Append mode

Posted by GitBox <gi...@apache.org>.
hudi-bot edited a comment on pull request #3573:
URL: https://github.com/apache/hudi/pull/3573#issuecomment-909194584


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "176f3a38ad6f904ef4465c09825e2980835c75b1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1960",
       "triggerID" : "176f3a38ad6f904ef4465c09825e2980835c75b1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2913c2beeeeb2651bec4243e472fb0476591fd66",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1972",
       "triggerID" : "2913c2beeeeb2651bec4243e472fb0476591fd66",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6752bd534199fa9228ce5463e1042b3438fe27e5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1976",
       "triggerID" : "6752bd534199fa9228ce5463e1042b3438fe27e5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "20a45a423cae90426ca916af67d2debefa797502",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1977",
       "triggerID" : "20a45a423cae90426ca916af67d2debefa797502",
       "triggerType" : "PUSH"
     }, {
       "hash" : "64adb1dcb65ed0019f59f280ad312b26fbf36261",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1981",
       "triggerID" : "64adb1dcb65ed0019f59f280ad312b26fbf36261",
       "triggerType" : "PUSH"
     }, {
       "hash" : "74f94237cd8ed09e2c187751162a64a25e75134c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "74f94237cd8ed09e2c187751162a64a25e75134c",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 64adb1dcb65ed0019f59f280ad312b26fbf36261 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1981) 
   * 74f94237cd8ed09e2c187751162a64a25e75134c UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run travis` re-run the last Travis build
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


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



[GitHub] [hudi] yuzhaojing closed pull request #3573: [HUDI-2376] Add pipeline for Append mode

Posted by GitBox <gi...@apache.org>.
yuzhaojing closed pull request #3573:
URL: https://github.com/apache/hudi/pull/3573


   


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



[GitHub] [hudi] hudi-bot edited a comment on pull request #3573: [HUDI-2376] Add pipeline for Append mode

Posted by GitBox <gi...@apache.org>.
hudi-bot edited a comment on pull request #3573:
URL: https://github.com/apache/hudi/pull/3573#issuecomment-909194584


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "176f3a38ad6f904ef4465c09825e2980835c75b1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1960",
       "triggerID" : "176f3a38ad6f904ef4465c09825e2980835c75b1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2913c2beeeeb2651bec4243e472fb0476591fd66",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1972",
       "triggerID" : "2913c2beeeeb2651bec4243e472fb0476591fd66",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6752bd534199fa9228ce5463e1042b3438fe27e5",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1976",
       "triggerID" : "6752bd534199fa9228ce5463e1042b3438fe27e5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "20a45a423cae90426ca916af67d2debefa797502",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1977",
       "triggerID" : "20a45a423cae90426ca916af67d2debefa797502",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 6752bd534199fa9228ce5463e1042b3438fe27e5 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1976) 
   * 20a45a423cae90426ca916af67d2debefa797502 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1977) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run travis` re-run the last Travis build
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


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



[GitHub] [hudi] hudi-bot edited a comment on pull request #3573: [HUDI-2376] Add pipeline for Append mode

Posted by GitBox <gi...@apache.org>.
hudi-bot edited a comment on pull request #3573:
URL: https://github.com/apache/hudi/pull/3573#issuecomment-909194584


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "176f3a38ad6f904ef4465c09825e2980835c75b1",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1960",
       "triggerID" : "176f3a38ad6f904ef4465c09825e2980835c75b1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2913c2beeeeb2651bec4243e472fb0476591fd66",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "2913c2beeeeb2651bec4243e472fb0476591fd66",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 176f3a38ad6f904ef4465c09825e2980835c75b1 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1960) 
   * 2913c2beeeeb2651bec4243e472fb0476591fd66 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run travis` re-run the last Travis build
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


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



[GitHub] [hudi] hudi-bot edited a comment on pull request #3573: [HUDI-2376] Add pipeline for Append mode

Posted by GitBox <gi...@apache.org>.
hudi-bot edited a comment on pull request #3573:
URL: https://github.com/apache/hudi/pull/3573#issuecomment-909194584


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "176f3a38ad6f904ef4465c09825e2980835c75b1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1960",
       "triggerID" : "176f3a38ad6f904ef4465c09825e2980835c75b1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2913c2beeeeb2651bec4243e472fb0476591fd66",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1972",
       "triggerID" : "2913c2beeeeb2651bec4243e472fb0476591fd66",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6752bd534199fa9228ce5463e1042b3438fe27e5",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1976",
       "triggerID" : "6752bd534199fa9228ce5463e1042b3438fe27e5",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 6752bd534199fa9228ce5463e1042b3438fe27e5 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1976) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run travis` re-run the last Travis build
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


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



[GitHub] [hudi] hudi-bot edited a comment on pull request #3573: [HUDI-2376] Add pipeline for Append mode

Posted by GitBox <gi...@apache.org>.
hudi-bot edited a comment on pull request #3573:
URL: https://github.com/apache/hudi/pull/3573#issuecomment-909194584






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



[GitHub] [hudi] hudi-bot edited a comment on pull request #3573: [HUDI-2376] Add pipeline for Append mode

Posted by GitBox <gi...@apache.org>.
hudi-bot edited a comment on pull request #3573:
URL: https://github.com/apache/hudi/pull/3573#issuecomment-909194584


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "176f3a38ad6f904ef4465c09825e2980835c75b1",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1960",
       "triggerID" : "176f3a38ad6f904ef4465c09825e2980835c75b1",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 176f3a38ad6f904ef4465c09825e2980835c75b1 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1960) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run travis` re-run the last Travis build
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


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



[GitHub] [hudi] hudi-bot edited a comment on pull request #3573: [HUDI-2376] Add pipeline for Append mode

Posted by GitBox <gi...@apache.org>.
hudi-bot edited a comment on pull request #3573:
URL: https://github.com/apache/hudi/pull/3573#issuecomment-909194584


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "176f3a38ad6f904ef4465c09825e2980835c75b1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1960",
       "triggerID" : "176f3a38ad6f904ef4465c09825e2980835c75b1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2913c2beeeeb2651bec4243e472fb0476591fd66",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1972",
       "triggerID" : "2913c2beeeeb2651bec4243e472fb0476591fd66",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6752bd534199fa9228ce5463e1042b3438fe27e5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1976",
       "triggerID" : "6752bd534199fa9228ce5463e1042b3438fe27e5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "20a45a423cae90426ca916af67d2debefa797502",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1977",
       "triggerID" : "20a45a423cae90426ca916af67d2debefa797502",
       "triggerType" : "PUSH"
     }, {
       "hash" : "64adb1dcb65ed0019f59f280ad312b26fbf36261",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1981",
       "triggerID" : "64adb1dcb65ed0019f59f280ad312b26fbf36261",
       "triggerType" : "PUSH"
     }, {
       "hash" : "74f94237cd8ed09e2c187751162a64a25e75134c",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1983",
       "triggerID" : "74f94237cd8ed09e2c187751162a64a25e75134c",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 64adb1dcb65ed0019f59f280ad312b26fbf36261 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1981) 
   * 74f94237cd8ed09e2c187751162a64a25e75134c Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1983) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run travis` re-run the last Travis build
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


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



[GitHub] [hudi] danny0405 commented on a change in pull request #3573: [HUDI-2376] Add pipeline for Append mode

Posted by GitBox <gi...@apache.org>.
danny0405 commented on a change in pull request #3573:
URL: https://github.com/apache/hudi/pull/3573#discussion_r700203827



##########
File path: hudi-flink/src/main/java/org/apache/hudi/sink/append/AppendWriteFunction.java
##########
@@ -0,0 +1,124 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package org.apache.hudi.sink.append;
+
+import org.apache.hudi.client.WriteStatus;
+import org.apache.hudi.sink.StreamWriteOperatorCoordinator;
+import org.apache.hudi.sink.bulk.BulkInsertWriterHelper;
+import org.apache.hudi.sink.common.AbstractStreamWriteFunction;
+import org.apache.hudi.sink.event.WriteMetadataEvent;
+
+import org.apache.flink.configuration.Configuration;
+import org.apache.flink.table.data.RowData;
+import org.apache.flink.table.types.logical.RowType;
+import org.apache.flink.util.Collector;
+
+import java.io.IOException;
+import java.util.List;
+
+/**
+ * Sink function to write the data to the underneath filesystem.
+ *

Review comment:
       <p> The function writes base files directly for each checkpoint, the file may roll over when it’s size hits the configured threshold.




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



[GitHub] [hudi] hudi-bot edited a comment on pull request #3573: [HUDI-2376] Add pipeline for Append mode

Posted by GitBox <gi...@apache.org>.
hudi-bot edited a comment on pull request #3573:
URL: https://github.com/apache/hudi/pull/3573#issuecomment-909194584


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "176f3a38ad6f904ef4465c09825e2980835c75b1",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1960",
       "triggerID" : "176f3a38ad6f904ef4465c09825e2980835c75b1",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 176f3a38ad6f904ef4465c09825e2980835c75b1 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1960) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run travis` re-run the last Travis build
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


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



[GitHub] [hudi] yuzhaojing closed pull request #3573: [HUDI-2376] Add pipeline for Append mode

Posted by GitBox <gi...@apache.org>.
yuzhaojing closed pull request #3573:
URL: https://github.com/apache/hudi/pull/3573


   


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



[GitHub] [hudi] yuzhaojing commented on pull request #3573: [HUDI-2376] Add pipeline for Append mode

Posted by GitBox <gi...@apache.org>.
yuzhaojing commented on pull request #3573:
URL: https://github.com/apache/hudi/pull/3573#issuecomment-911275309


   > +1, very promising PR, thanks for the contribution ~
   
   Thank you for your advice!


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



[GitHub] [hudi] hudi-bot edited a comment on pull request #3573: [HUDI-2376] Add pipeline for Append mode

Posted by GitBox <gi...@apache.org>.
hudi-bot edited a comment on pull request #3573:
URL: https://github.com/apache/hudi/pull/3573#issuecomment-909194584


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "176f3a38ad6f904ef4465c09825e2980835c75b1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1960",
       "triggerID" : "176f3a38ad6f904ef4465c09825e2980835c75b1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2913c2beeeeb2651bec4243e472fb0476591fd66",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1972",
       "triggerID" : "2913c2beeeeb2651bec4243e472fb0476591fd66",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 2913c2beeeeb2651bec4243e472fb0476591fd66 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1972) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run travis` re-run the last Travis build
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


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



[GitHub] [hudi] hudi-bot commented on pull request #3573: [HUDI-2376] Add pipeline for Append mode

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on pull request #3573:
URL: https://github.com/apache/hudi/pull/3573#issuecomment-909194584


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "176f3a38ad6f904ef4465c09825e2980835c75b1",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "176f3a38ad6f904ef4465c09825e2980835c75b1",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 176f3a38ad6f904ef4465c09825e2980835c75b1 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run travis` re-run the last Travis build
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


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



[GitHub] [hudi] hudi-bot edited a comment on pull request #3573: [HUDI-2376] Add pipeline for Append mode

Posted by GitBox <gi...@apache.org>.
hudi-bot edited a comment on pull request #3573:
URL: https://github.com/apache/hudi/pull/3573#issuecomment-909194584


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "176f3a38ad6f904ef4465c09825e2980835c75b1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1960",
       "triggerID" : "176f3a38ad6f904ef4465c09825e2980835c75b1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2913c2beeeeb2651bec4243e472fb0476591fd66",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1972",
       "triggerID" : "2913c2beeeeb2651bec4243e472fb0476591fd66",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6752bd534199fa9228ce5463e1042b3438fe27e5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1976",
       "triggerID" : "6752bd534199fa9228ce5463e1042b3438fe27e5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "20a45a423cae90426ca916af67d2debefa797502",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1977",
       "triggerID" : "20a45a423cae90426ca916af67d2debefa797502",
       "triggerType" : "PUSH"
     }, {
       "hash" : "64adb1dcb65ed0019f59f280ad312b26fbf36261",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1981",
       "triggerID" : "64adb1dcb65ed0019f59f280ad312b26fbf36261",
       "triggerType" : "PUSH"
     }, {
       "hash" : "74f94237cd8ed09e2c187751162a64a25e75134c",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1983",
       "triggerID" : "74f94237cd8ed09e2c187751162a64a25e75134c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "74f94237cd8ed09e2c187751162a64a25e75134c",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1983",
       "triggerID" : "911267548",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "74f94237cd8ed09e2c187751162a64a25e75134c",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1984",
       "triggerID" : "911299909",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "0a5dde49135919ab981b0d778ff97179f83eb3ff",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1986",
       "triggerID" : "0a5dde49135919ab981b0d778ff97179f83eb3ff",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 74f94237cd8ed09e2c187751162a64a25e75134c Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1983) Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1984) 
   * 0a5dde49135919ab981b0d778ff97179f83eb3ff Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1986) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run travis` re-run the last Travis build
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


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



[GitHub] [hudi] hudi-bot edited a comment on pull request #3573: [HUDI-2376] Add pipeline for Append mode

Posted by GitBox <gi...@apache.org>.
hudi-bot edited a comment on pull request #3573:
URL: https://github.com/apache/hudi/pull/3573#issuecomment-909194584


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "176f3a38ad6f904ef4465c09825e2980835c75b1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1960",
       "triggerID" : "176f3a38ad6f904ef4465c09825e2980835c75b1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2913c2beeeeb2651bec4243e472fb0476591fd66",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1972",
       "triggerID" : "2913c2beeeeb2651bec4243e472fb0476591fd66",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6752bd534199fa9228ce5463e1042b3438fe27e5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1976",
       "triggerID" : "6752bd534199fa9228ce5463e1042b3438fe27e5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "20a45a423cae90426ca916af67d2debefa797502",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1977",
       "triggerID" : "20a45a423cae90426ca916af67d2debefa797502",
       "triggerType" : "PUSH"
     }, {
       "hash" : "64adb1dcb65ed0019f59f280ad312b26fbf36261",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1981",
       "triggerID" : "64adb1dcb65ed0019f59f280ad312b26fbf36261",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 64adb1dcb65ed0019f59f280ad312b26fbf36261 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1981) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run travis` re-run the last Travis build
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


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



[GitHub] [hudi] hudi-bot edited a comment on pull request #3573: [HUDI-2376] Add pipeline for Append mode

Posted by GitBox <gi...@apache.org>.
hudi-bot edited a comment on pull request #3573:
URL: https://github.com/apache/hudi/pull/3573#issuecomment-909194584


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "176f3a38ad6f904ef4465c09825e2980835c75b1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1960",
       "triggerID" : "176f3a38ad6f904ef4465c09825e2980835c75b1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2913c2beeeeb2651bec4243e472fb0476591fd66",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1972",
       "triggerID" : "2913c2beeeeb2651bec4243e472fb0476591fd66",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6752bd534199fa9228ce5463e1042b3438fe27e5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1976",
       "triggerID" : "6752bd534199fa9228ce5463e1042b3438fe27e5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "20a45a423cae90426ca916af67d2debefa797502",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1977",
       "triggerID" : "20a45a423cae90426ca916af67d2debefa797502",
       "triggerType" : "PUSH"
     }, {
       "hash" : "64adb1dcb65ed0019f59f280ad312b26fbf36261",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1981",
       "triggerID" : "64adb1dcb65ed0019f59f280ad312b26fbf36261",
       "triggerType" : "PUSH"
     }, {
       "hash" : "74f94237cd8ed09e2c187751162a64a25e75134c",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1983",
       "triggerID" : "74f94237cd8ed09e2c187751162a64a25e75134c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "74f94237cd8ed09e2c187751162a64a25e75134c",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1983",
       "triggerID" : "911267548",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 64adb1dcb65ed0019f59f280ad312b26fbf36261 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1981) 
   * 74f94237cd8ed09e2c187751162a64a25e75134c Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1983) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run travis` re-run the last Travis build
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


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



[GitHub] [hudi] hudi-bot edited a comment on pull request #3573: [HUDI-2376] Add pipeline for Append mode

Posted by GitBox <gi...@apache.org>.
hudi-bot edited a comment on pull request #3573:
URL: https://github.com/apache/hudi/pull/3573#issuecomment-909194584


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "176f3a38ad6f904ef4465c09825e2980835c75b1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1960",
       "triggerID" : "176f3a38ad6f904ef4465c09825e2980835c75b1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2913c2beeeeb2651bec4243e472fb0476591fd66",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1972",
       "triggerID" : "2913c2beeeeb2651bec4243e472fb0476591fd66",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6752bd534199fa9228ce5463e1042b3438fe27e5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1976",
       "triggerID" : "6752bd534199fa9228ce5463e1042b3438fe27e5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "20a45a423cae90426ca916af67d2debefa797502",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1977",
       "triggerID" : "20a45a423cae90426ca916af67d2debefa797502",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 20a45a423cae90426ca916af67d2debefa797502 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1977) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run travis` re-run the last Travis build
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


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



[GitHub] [hudi] hudi-bot edited a comment on pull request #3573: [HUDI-2376] Add pipeline for Append mode

Posted by GitBox <gi...@apache.org>.
hudi-bot edited a comment on pull request #3573:
URL: https://github.com/apache/hudi/pull/3573#issuecomment-909194584


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "176f3a38ad6f904ef4465c09825e2980835c75b1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1960",
       "triggerID" : "176f3a38ad6f904ef4465c09825e2980835c75b1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2913c2beeeeb2651bec4243e472fb0476591fd66",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1972",
       "triggerID" : "2913c2beeeeb2651bec4243e472fb0476591fd66",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6752bd534199fa9228ce5463e1042b3438fe27e5",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1976",
       "triggerID" : "6752bd534199fa9228ce5463e1042b3438fe27e5",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 2913c2beeeeb2651bec4243e472fb0476591fd66 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1972) 
   * 6752bd534199fa9228ce5463e1042b3438fe27e5 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1976) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run travis` re-run the last Travis build
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


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



[GitHub] [hudi] hudi-bot edited a comment on pull request #3573: [HUDI-2376] Add pipeline for Append mode

Posted by GitBox <gi...@apache.org>.
hudi-bot edited a comment on pull request #3573:
URL: https://github.com/apache/hudi/pull/3573#issuecomment-909194584


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "176f3a38ad6f904ef4465c09825e2980835c75b1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1960",
       "triggerID" : "176f3a38ad6f904ef4465c09825e2980835c75b1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2913c2beeeeb2651bec4243e472fb0476591fd66",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1972",
       "triggerID" : "2913c2beeeeb2651bec4243e472fb0476591fd66",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6752bd534199fa9228ce5463e1042b3438fe27e5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1976",
       "triggerID" : "6752bd534199fa9228ce5463e1042b3438fe27e5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "20a45a423cae90426ca916af67d2debefa797502",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1977",
       "triggerID" : "20a45a423cae90426ca916af67d2debefa797502",
       "triggerType" : "PUSH"
     }, {
       "hash" : "64adb1dcb65ed0019f59f280ad312b26fbf36261",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1981",
       "triggerID" : "64adb1dcb65ed0019f59f280ad312b26fbf36261",
       "triggerType" : "PUSH"
     }, {
       "hash" : "74f94237cd8ed09e2c187751162a64a25e75134c",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1983",
       "triggerID" : "74f94237cd8ed09e2c187751162a64a25e75134c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "74f94237cd8ed09e2c187751162a64a25e75134c",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1983",
       "triggerID" : "911267548",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "74f94237cd8ed09e2c187751162a64a25e75134c",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1984",
       "triggerID" : "911299909",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "0a5dde49135919ab981b0d778ff97179f83eb3ff",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0a5dde49135919ab981b0d778ff97179f83eb3ff",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 74f94237cd8ed09e2c187751162a64a25e75134c Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1983) Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1984) 
   * 0a5dde49135919ab981b0d778ff97179f83eb3ff UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run travis` re-run the last Travis build
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


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



[GitHub] [hudi] danny0405 merged pull request #3573: [HUDI-2376] Add pipeline for Append mode

Posted by GitBox <gi...@apache.org>.
danny0405 merged pull request #3573:
URL: https://github.com/apache/hudi/pull/3573


   


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



[GitHub] [hudi] hudi-bot edited a comment on pull request #3573: [HUDI-2376] Add pipeline for Append mode

Posted by GitBox <gi...@apache.org>.
hudi-bot edited a comment on pull request #3573:
URL: https://github.com/apache/hudi/pull/3573#issuecomment-909194584


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "176f3a38ad6f904ef4465c09825e2980835c75b1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1960",
       "triggerID" : "176f3a38ad6f904ef4465c09825e2980835c75b1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2913c2beeeeb2651bec4243e472fb0476591fd66",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1972",
       "triggerID" : "2913c2beeeeb2651bec4243e472fb0476591fd66",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6752bd534199fa9228ce5463e1042b3438fe27e5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1976",
       "triggerID" : "6752bd534199fa9228ce5463e1042b3438fe27e5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "20a45a423cae90426ca916af67d2debefa797502",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1977",
       "triggerID" : "20a45a423cae90426ca916af67d2debefa797502",
       "triggerType" : "PUSH"
     }, {
       "hash" : "64adb1dcb65ed0019f59f280ad312b26fbf36261",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1981",
       "triggerID" : "64adb1dcb65ed0019f59f280ad312b26fbf36261",
       "triggerType" : "PUSH"
     }, {
       "hash" : "74f94237cd8ed09e2c187751162a64a25e75134c",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1983",
       "triggerID" : "74f94237cd8ed09e2c187751162a64a25e75134c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "74f94237cd8ed09e2c187751162a64a25e75134c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "911267548",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 64adb1dcb65ed0019f59f280ad312b26fbf36261 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1981) 
   * 74f94237cd8ed09e2c187751162a64a25e75134c Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1983) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run travis` re-run the last Travis build
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


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



[GitHub] [hudi] danny0405 commented on pull request #3573: [HUDI-2376] Add pipeline for Append mode

Posted by GitBox <gi...@apache.org>.
danny0405 commented on pull request #3573:
URL: https://github.com/apache/hudi/pull/3573#issuecomment-911299909


   @hudi-bot run azure


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



[GitHub] [hudi] danny0405 commented on a change in pull request #3573: [HUDI-2376] Add pipeline for Append mode

Posted by GitBox <gi...@apache.org>.
danny0405 commented on a change in pull request #3573:
URL: https://github.com/apache/hudi/pull/3573#discussion_r700201583



##########
File path: hudi-flink/src/main/java/org/apache/hudi/sink/append/AppendWriteFunction.java
##########
@@ -0,0 +1,124 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package org.apache.hudi.sink.append;
+
+import org.apache.hudi.client.WriteStatus;
+import org.apache.hudi.sink.StreamWriteOperatorCoordinator;
+import org.apache.hudi.sink.bulk.BulkInsertWriterHelper;
+import org.apache.hudi.sink.common.AbstractStreamWriteFunction;
+import org.apache.hudi.sink.event.WriteMetadataEvent;
+
+import org.apache.flink.configuration.Configuration;
+import org.apache.flink.table.data.RowData;
+import org.apache.flink.table.types.logical.RowType;
+import org.apache.flink.util.Collector;
+
+import java.io.IOException;
+import java.util.List;
+
+/**
+ * Sink function to write the data to the underneath filesystem.
+ *
+ * @param <I> Type of the input record
+ * @see StreamWriteOperatorCoordinator
+ */
+public class AppendWriteFunction<I> extends AbstractStreamWriteFunction<I> {
+
+  private static final long serialVersionUID = 1L;
+
+  /**
+   * Helper class for log mode.
+   */
+  private transient BulkInsertWriterHelper writerHelper;
+
+  /**
+   * Table row type.
+   */
+  private final RowType rowType;
+
+  /**
+   * Constructs an AppendWriteFunction.
+   *
+   * @param config The config options
+   */
+  public AppendWriteFunction(Configuration config, RowType rowType) {
+    super(config);
+    this.rowType = rowType;
+  }
+
+  @Override
+  public void open(Configuration parameters) throws IOException {
+    initWriterHelper();
+  }
+
+  @Override
+  public void snapshotState() {
+    // Based on the fact that the coordinator starts the checkpoint first,
+    // it would check the validity.
+    // wait for the buffer data flush out and request a new instant
+    flushData(false);

Review comment:
       Should nullify the write helper for next ckp.




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



[GitHub] [hudi] hudi-bot edited a comment on pull request #3573: [HUDI-2376] Add pipeline for Append mode

Posted by GitBox <gi...@apache.org>.
hudi-bot edited a comment on pull request #3573:
URL: https://github.com/apache/hudi/pull/3573#issuecomment-909194584


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "176f3a38ad6f904ef4465c09825e2980835c75b1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1960",
       "triggerID" : "176f3a38ad6f904ef4465c09825e2980835c75b1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2913c2beeeeb2651bec4243e472fb0476591fd66",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1972",
       "triggerID" : "2913c2beeeeb2651bec4243e472fb0476591fd66",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6752bd534199fa9228ce5463e1042b3438fe27e5",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6752bd534199fa9228ce5463e1042b3438fe27e5",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 2913c2beeeeb2651bec4243e472fb0476591fd66 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1972) 
   * 6752bd534199fa9228ce5463e1042b3438fe27e5 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run travis` re-run the last Travis build
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


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



[GitHub] [hudi] hudi-bot edited a comment on pull request #3573: [HUDI-2376] Add pipeline for Append mode

Posted by GitBox <gi...@apache.org>.
hudi-bot edited a comment on pull request #3573:
URL: https://github.com/apache/hudi/pull/3573#issuecomment-909194584


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "176f3a38ad6f904ef4465c09825e2980835c75b1",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1960",
       "triggerID" : "176f3a38ad6f904ef4465c09825e2980835c75b1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2913c2beeeeb2651bec4243e472fb0476591fd66",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1972",
       "triggerID" : "2913c2beeeeb2651bec4243e472fb0476591fd66",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 176f3a38ad6f904ef4465c09825e2980835c75b1 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1960) 
   * 2913c2beeeeb2651bec4243e472fb0476591fd66 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1972) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run travis` re-run the last Travis build
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


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



[GitHub] [hudi] hudi-bot edited a comment on pull request #3573: [HUDI-2376] Add pipeline for Append mode

Posted by GitBox <gi...@apache.org>.
hudi-bot edited a comment on pull request #3573:
URL: https://github.com/apache/hudi/pull/3573#issuecomment-909194584


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "176f3a38ad6f904ef4465c09825e2980835c75b1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1960",
       "triggerID" : "176f3a38ad6f904ef4465c09825e2980835c75b1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2913c2beeeeb2651bec4243e472fb0476591fd66",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1972",
       "triggerID" : "2913c2beeeeb2651bec4243e472fb0476591fd66",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6752bd534199fa9228ce5463e1042b3438fe27e5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1976",
       "triggerID" : "6752bd534199fa9228ce5463e1042b3438fe27e5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "20a45a423cae90426ca916af67d2debefa797502",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1977",
       "triggerID" : "20a45a423cae90426ca916af67d2debefa797502",
       "triggerType" : "PUSH"
     }, {
       "hash" : "64adb1dcb65ed0019f59f280ad312b26fbf36261",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1981",
       "triggerID" : "64adb1dcb65ed0019f59f280ad312b26fbf36261",
       "triggerType" : "PUSH"
     }, {
       "hash" : "74f94237cd8ed09e2c187751162a64a25e75134c",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1983",
       "triggerID" : "74f94237cd8ed09e2c187751162a64a25e75134c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "74f94237cd8ed09e2c187751162a64a25e75134c",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1983",
       "triggerID" : "911267548",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 74f94237cd8ed09e2c187751162a64a25e75134c Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1983) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run travis` re-run the last Travis build
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


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



[GitHub] [hudi] hudi-bot edited a comment on pull request #3573: [HUDI-2376] Add pipeline for Append mode

Posted by GitBox <gi...@apache.org>.
hudi-bot edited a comment on pull request #3573:
URL: https://github.com/apache/hudi/pull/3573#issuecomment-909194584


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "176f3a38ad6f904ef4465c09825e2980835c75b1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1960",
       "triggerID" : "176f3a38ad6f904ef4465c09825e2980835c75b1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2913c2beeeeb2651bec4243e472fb0476591fd66",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1972",
       "triggerID" : "2913c2beeeeb2651bec4243e472fb0476591fd66",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6752bd534199fa9228ce5463e1042b3438fe27e5",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1976",
       "triggerID" : "6752bd534199fa9228ce5463e1042b3438fe27e5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "20a45a423cae90426ca916af67d2debefa797502",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "20a45a423cae90426ca916af67d2debefa797502",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 6752bd534199fa9228ce5463e1042b3438fe27e5 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1976) 
   * 20a45a423cae90426ca916af67d2debefa797502 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run travis` re-run the last Travis build
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


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



[GitHub] [hudi] hudi-bot edited a comment on pull request #3573: [HUDI-2376] Add pipeline for Append mode

Posted by GitBox <gi...@apache.org>.
hudi-bot edited a comment on pull request #3573:
URL: https://github.com/apache/hudi/pull/3573#issuecomment-909194584


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "176f3a38ad6f904ef4465c09825e2980835c75b1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1960",
       "triggerID" : "176f3a38ad6f904ef4465c09825e2980835c75b1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2913c2beeeeb2651bec4243e472fb0476591fd66",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1972",
       "triggerID" : "2913c2beeeeb2651bec4243e472fb0476591fd66",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6752bd534199fa9228ce5463e1042b3438fe27e5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1976",
       "triggerID" : "6752bd534199fa9228ce5463e1042b3438fe27e5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "20a45a423cae90426ca916af67d2debefa797502",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1977",
       "triggerID" : "20a45a423cae90426ca916af67d2debefa797502",
       "triggerType" : "PUSH"
     }, {
       "hash" : "64adb1dcb65ed0019f59f280ad312b26fbf36261",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1981",
       "triggerID" : "64adb1dcb65ed0019f59f280ad312b26fbf36261",
       "triggerType" : "PUSH"
     }, {
       "hash" : "74f94237cd8ed09e2c187751162a64a25e75134c",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1983",
       "triggerID" : "74f94237cd8ed09e2c187751162a64a25e75134c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "74f94237cd8ed09e2c187751162a64a25e75134c",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1983",
       "triggerID" : "911267548",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "74f94237cd8ed09e2c187751162a64a25e75134c",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1984",
       "triggerID" : "911299909",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 74f94237cd8ed09e2c187751162a64a25e75134c Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1983) Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1984) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run travis` re-run the last Travis build
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


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



[GitHub] [hudi] hudi-bot edited a comment on pull request #3573: [HUDI-2376] Add pipeline for Append mode

Posted by GitBox <gi...@apache.org>.
hudi-bot edited a comment on pull request #3573:
URL: https://github.com/apache/hudi/pull/3573#issuecomment-909194584


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "176f3a38ad6f904ef4465c09825e2980835c75b1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1960",
       "triggerID" : "176f3a38ad6f904ef4465c09825e2980835c75b1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2913c2beeeeb2651bec4243e472fb0476591fd66",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1972",
       "triggerID" : "2913c2beeeeb2651bec4243e472fb0476591fd66",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6752bd534199fa9228ce5463e1042b3438fe27e5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1976",
       "triggerID" : "6752bd534199fa9228ce5463e1042b3438fe27e5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "20a45a423cae90426ca916af67d2debefa797502",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1977",
       "triggerID" : "20a45a423cae90426ca916af67d2debefa797502",
       "triggerType" : "PUSH"
     }, {
       "hash" : "64adb1dcb65ed0019f59f280ad312b26fbf36261",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1981",
       "triggerID" : "64adb1dcb65ed0019f59f280ad312b26fbf36261",
       "triggerType" : "PUSH"
     }, {
       "hash" : "74f94237cd8ed09e2c187751162a64a25e75134c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1983",
       "triggerID" : "74f94237cd8ed09e2c187751162a64a25e75134c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "74f94237cd8ed09e2c187751162a64a25e75134c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1983",
       "triggerID" : "911267548",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "74f94237cd8ed09e2c187751162a64a25e75134c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1984",
       "triggerID" : "911299909",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "0a5dde49135919ab981b0d778ff97179f83eb3ff",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1986",
       "triggerID" : "0a5dde49135919ab981b0d778ff97179f83eb3ff",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 0a5dde49135919ab981b0d778ff97179f83eb3ff Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1986) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run travis` re-run the last Travis build
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


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



[GitHub] [hudi] danny0405 commented on pull request #3573: [HUDI-2376] Add pipeline for Append mode

Posted by GitBox <gi...@apache.org>.
danny0405 commented on pull request #3573:
URL: https://github.com/apache/hudi/pull/3573#issuecomment-911267548


   @hudi-bot run travis


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



[GitHub] [hudi] danny0405 closed pull request #3573: [HUDI-2376] Add pipeline for Append mode

Posted by GitBox <gi...@apache.org>.
danny0405 closed pull request #3573:
URL: https://github.com/apache/hudi/pull/3573


   


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



[GitHub] [hudi] hudi-bot edited a comment on pull request #3573: [HUDI-2376] Add pipeline for Append mode

Posted by GitBox <gi...@apache.org>.
hudi-bot edited a comment on pull request #3573:
URL: https://github.com/apache/hudi/pull/3573#issuecomment-909194584


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "176f3a38ad6f904ef4465c09825e2980835c75b1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1960",
       "triggerID" : "176f3a38ad6f904ef4465c09825e2980835c75b1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2913c2beeeeb2651bec4243e472fb0476591fd66",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1972",
       "triggerID" : "2913c2beeeeb2651bec4243e472fb0476591fd66",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6752bd534199fa9228ce5463e1042b3438fe27e5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1976",
       "triggerID" : "6752bd534199fa9228ce5463e1042b3438fe27e5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "20a45a423cae90426ca916af67d2debefa797502",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1977",
       "triggerID" : "20a45a423cae90426ca916af67d2debefa797502",
       "triggerType" : "PUSH"
     }, {
       "hash" : "64adb1dcb65ed0019f59f280ad312b26fbf36261",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1981",
       "triggerID" : "64adb1dcb65ed0019f59f280ad312b26fbf36261",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 20a45a423cae90426ca916af67d2debefa797502 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1977) 
   * 64adb1dcb65ed0019f59f280ad312b26fbf36261 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1981) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run travis` re-run the last Travis build
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


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