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/01/06 12:21:06 UTC

[GitHub] [hudi] codope opened a new pull request #4523: [WIP][HUDI-3173] Add INDEX action type and corresponding commit metadata

codope opened a new pull request #4523:
URL: https://github.com/apache/hudi/pull/4523


   ## What is the purpose of the pull request
   
   - Add top level INIDEX action type.
   - Add supporting methods in HoodieTimeline.
   - Add index commit metadata which contains index plan.
   
   ## 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 commented on pull request #4523: [WIP][HUDI-3173] Add INDEX action type and corresponding commit metadata

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "700a87f4f67a1cac8f5b870882ab7b61628b4020",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=4940",
       "triggerID" : "700a87f4f67a1cac8f5b870882ab7b61628b4020",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b2d14ae38d1da89caa89129d28d2d3032aa13610",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "b2d14ae38d1da89caa89129d28d2d3032aa13610",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 700a87f4f67a1cac8f5b870882ab7b61628b4020 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=4940) 
   * b2d14ae38d1da89caa89129d28d2d3032aa13610 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@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] nsivabalan commented on a change in pull request #4523: [WIP][HUDI-3173] Add INDEX action type and corresponding commit metadata

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



##########
File path: hudi-common/src/main/avro/HoodieIndexCommitMetadata.avsc
##########
@@ -0,0 +1,51 @@
+/*
+ * 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.
+ */
+{
+  "namespace": "org.apache.hudi.avro.model",
+  "type": "record",
+  "name": "HoodieIndexCommitMetadata",
+  "fields": [
+    {
+      "name": "version",
+      "type": [
+        "int",
+        "null"
+      ],
+      "default": 1

Review comment:
       shouldn't the default version be 0 ? 




-- 
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 removed a comment on pull request #4523: [WIP][HUDI-3173] Add INDEX action type and corresponding commit metadata

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "700a87f4f67a1cac8f5b870882ab7b61628b4020",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=4940",
       "triggerID" : "700a87f4f67a1cac8f5b870882ab7b61628b4020",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b2d14ae38d1da89caa89129d28d2d3032aa13610",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5150",
       "triggerID" : "b2d14ae38d1da89caa89129d28d2d3032aa13610",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6c1c19492e82d894d20095e1b5038d29fd2d3322",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5288",
       "triggerID" : "6c1c19492e82d894d20095e1b5038d29fd2d3322",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * b2d14ae38d1da89caa89129d28d2d3032aa13610 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5150) 
   * 6c1c19492e82d894d20095e1b5038d29fd2d3322 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5288) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@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 #4523: [WIP][HUDI-3173] Add INDEX action type and corresponding commit metadata

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "700a87f4f67a1cac8f5b870882ab7b61628b4020",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=4940",
       "triggerID" : "700a87f4f67a1cac8f5b870882ab7b61628b4020",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b2d14ae38d1da89caa89129d28d2d3032aa13610",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5150",
       "triggerID" : "b2d14ae38d1da89caa89129d28d2d3032aa13610",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6c1c19492e82d894d20095e1b5038d29fd2d3322",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6c1c19492e82d894d20095e1b5038d29fd2d3322",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * b2d14ae38d1da89caa89129d28d2d3032aa13610 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5150) 
   * 6c1c19492e82d894d20095e1b5038d29fd2d3322 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@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 removed a comment on pull request #4523: [WIP][HUDI-3173] Add INDEX action type and corresponding commit metadata

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "700a87f4f67a1cac8f5b870882ab7b61628b4020",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=4940",
       "triggerID" : "700a87f4f67a1cac8f5b870882ab7b61628b4020",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b2d14ae38d1da89caa89129d28d2d3032aa13610",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5150",
       "triggerID" : "b2d14ae38d1da89caa89129d28d2d3032aa13610",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 700a87f4f67a1cac8f5b870882ab7b61628b4020 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=4940) 
   * b2d14ae38d1da89caa89129d28d2d3032aa13610 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5150) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@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 removed a comment on pull request #4523: [WIP][HUDI-3173] Add INDEX action type and corresponding commit metadata

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "700a87f4f67a1cac8f5b870882ab7b61628b4020",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=4940",
       "triggerID" : "700a87f4f67a1cac8f5b870882ab7b61628b4020",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 700a87f4f67a1cac8f5b870882ab7b61628b4020 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=4940) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@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 #4523: [WIP][HUDI-3173] Add INDEX action type and corresponding commit metadata

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "700a87f4f67a1cac8f5b870882ab7b61628b4020",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=4940",
       "triggerID" : "700a87f4f67a1cac8f5b870882ab7b61628b4020",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b2d14ae38d1da89caa89129d28d2d3032aa13610",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5150",
       "triggerID" : "b2d14ae38d1da89caa89129d28d2d3032aa13610",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6c1c19492e82d894d20095e1b5038d29fd2d3322",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5288",
       "triggerID" : "6c1c19492e82d894d20095e1b5038d29fd2d3322",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 6c1c19492e82d894d20095e1b5038d29fd2d3322 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5288) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@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 removed a comment on pull request #4523: [WIP][HUDI-3173] Add INDEX action type and corresponding commit metadata

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "700a87f4f67a1cac8f5b870882ab7b61628b4020",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=4940",
       "triggerID" : "700a87f4f67a1cac8f5b870882ab7b61628b4020",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b2d14ae38d1da89caa89129d28d2d3032aa13610",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5150",
       "triggerID" : "b2d14ae38d1da89caa89129d28d2d3032aa13610",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * b2d14ae38d1da89caa89129d28d2d3032aa13610 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5150) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@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 #4523: [WIP][HUDI-3173] Add INDEX action type and corresponding commit metadata

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "700a87f4f67a1cac8f5b870882ab7b61628b4020",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=4940",
       "triggerID" : "700a87f4f67a1cac8f5b870882ab7b61628b4020",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b2d14ae38d1da89caa89129d28d2d3032aa13610",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5150",
       "triggerID" : "b2d14ae38d1da89caa89129d28d2d3032aa13610",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6c1c19492e82d894d20095e1b5038d29fd2d3322",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5288",
       "triggerID" : "6c1c19492e82d894d20095e1b5038d29fd2d3322",
       "triggerType" : "PUSH"
     }, {
       "hash" : "bae79196fe6e9e2674ebdfa3d0ecdb176e85af79",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5309",
       "triggerID" : "bae79196fe6e9e2674ebdfa3d0ecdb176e85af79",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8d944498a0463d34e8196f6eca841ce58b6b1982",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5416",
       "triggerID" : "8d944498a0463d34e8196f6eca841ce58b6b1982",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * bae79196fe6e9e2674ebdfa3d0ecdb176e85af79 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5309) 
   * 8d944498a0463d34e8196f6eca841ce58b6b1982 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5416) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@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 removed a comment on pull request #4523: [WIP][HUDI-3173] Add INDEX action type and corresponding commit metadata

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "700a87f4f67a1cac8f5b870882ab7b61628b4020",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=4940",
       "triggerID" : "700a87f4f67a1cac8f5b870882ab7b61628b4020",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b2d14ae38d1da89caa89129d28d2d3032aa13610",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5150",
       "triggerID" : "b2d14ae38d1da89caa89129d28d2d3032aa13610",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6c1c19492e82d894d20095e1b5038d29fd2d3322",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5288",
       "triggerID" : "6c1c19492e82d894d20095e1b5038d29fd2d3322",
       "triggerType" : "PUSH"
     }, {
       "hash" : "bae79196fe6e9e2674ebdfa3d0ecdb176e85af79",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5309",
       "triggerID" : "bae79196fe6e9e2674ebdfa3d0ecdb176e85af79",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 6c1c19492e82d894d20095e1b5038d29fd2d3322 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5288) 
   * bae79196fe6e9e2674ebdfa3d0ecdb176e85af79 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5309) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@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] codope commented on a change in pull request #4523: [WIP][HUDI-3173] Add INDEX action type and corresponding commit metadata

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



##########
File path: hudi-common/src/main/avro/HoodieIndexPartitionInfo.avsc
##########
@@ -0,0 +1,48 @@
+/*
+ * 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.
+ */
+{
+  "namespace": "org.apache.hudi.avro.model",
+  "type": "record",
+  "name": "HoodieIndexPartitionInfo",
+  "fields": [
+    {
+      "name": "version",
+      "type": [
+        "int",
+        "null"
+      ],
+      "default": 1
+    },
+    {
+      "name": "metadataPartitionPath",
+      "type": [
+        "null",
+        "string"
+      ],
+      "default": null
+    },
+    {
+      "name": "dataPartitionPath",

Review comment:
       We don't really need this. We can find the concerned data partitions from the last completed instant. I added this with the following use-case in mind: let's say users have jobs running once a day/hour and it's append-only data partitioned by day/hour. In that case, users can specify upto what data partitions they want metadata index to be created. Maybe they don't want all data partitioned to be indexed to save time.
   
   But, storing data partitions in commit metadata will incur serde costs which we cannot ignore because index metadata is going to be read for every write. Moreover, metadata is not exposed to the user. I will remove it.




-- 
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 removed a comment on pull request #4523: [WIP][HUDI-3173] Add INDEX action type and corresponding commit metadata

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "700a87f4f67a1cac8f5b870882ab7b61628b4020",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=4940",
       "triggerID" : "700a87f4f67a1cac8f5b870882ab7b61628b4020",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b2d14ae38d1da89caa89129d28d2d3032aa13610",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5150",
       "triggerID" : "b2d14ae38d1da89caa89129d28d2d3032aa13610",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6c1c19492e82d894d20095e1b5038d29fd2d3322",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5288",
       "triggerID" : "6c1c19492e82d894d20095e1b5038d29fd2d3322",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 6c1c19492e82d894d20095e1b5038d29fd2d3322 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5288) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@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 removed a comment on pull request #4523: [WIP][HUDI-3173] Add INDEX action type and corresponding commit metadata

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "700a87f4f67a1cac8f5b870882ab7b61628b4020",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "700a87f4f67a1cac8f5b870882ab7b61628b4020",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 700a87f4f67a1cac8f5b870882ab7b61628b4020 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@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] nsivabalan commented on pull request #4523: [WIP][HUDI-3173] Add INDEX action type and corresponding commit metadata

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


   @codope : let me know once the patch is up for review. 


-- 
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] manojpec commented on a change in pull request #4523: [WIP][HUDI-3173] Add INDEX action type and corresponding commit metadata

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



##########
File path: hudi-common/src/main/java/org/apache/hudi/common/table/timeline/HoodieDefaultTimeline.java
##########
@@ -77,7 +77,9 @@ public void setInstants(List<HoodieInstant> instants) {
    *
    * @deprecated
    */
-  public HoodieDefaultTimeline() {}
+  public HoodieDefaultTimeline() {
+

Review comment:
       same here

##########
File path: hudi-common/src/main/avro/HoodieIndexPartitionInfo.avsc
##########
@@ -0,0 +1,48 @@
+/*
+ * 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.
+ */
+{
+  "namespace": "org.apache.hudi.avro.model",
+  "type": "record",
+  "name": "HoodieIndexPartitionInfo",
+  "fields": [
+    {
+      "name": "version",
+      "type": [
+        "int",
+        "null"
+      ],
+      "default": 1
+    },
+    {
+      "name": "metadataPartitionPath",
+      "type": [
+        "null",
+        "string"
+      ],
+      "default": null
+    },
+    {
+      "name": "dataPartitionPath",

Review comment:
       Where is this data partition path going to be used? Will all index partition have metadata + data partition combo?

##########
File path: hudi-common/src/main/java/org/apache/hudi/common/table/timeline/HoodieArchivedTimeline.java
##########
@@ -95,7 +95,9 @@ public HoodieArchivedTimeline(HoodieTableMetaClient metaClient) {
    *
    * @deprecated
    */
-  public HoodieArchivedTimeline() {}
+  public HoodieArchivedTimeline() {
+

Review comment:
       this new line add can be 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.

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 #4523: [WIP][HUDI-3173] Add INDEX action type and corresponding commit metadata

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "700a87f4f67a1cac8f5b870882ab7b61628b4020",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=4940",
       "triggerID" : "700a87f4f67a1cac8f5b870882ab7b61628b4020",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b2d14ae38d1da89caa89129d28d2d3032aa13610",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5150",
       "triggerID" : "b2d14ae38d1da89caa89129d28d2d3032aa13610",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6c1c19492e82d894d20095e1b5038d29fd2d3322",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5288",
       "triggerID" : "6c1c19492e82d894d20095e1b5038d29fd2d3322",
       "triggerType" : "PUSH"
     }, {
       "hash" : "bae79196fe6e9e2674ebdfa3d0ecdb176e85af79",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5309",
       "triggerID" : "bae79196fe6e9e2674ebdfa3d0ecdb176e85af79",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8d944498a0463d34e8196f6eca841ce58b6b1982",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "8d944498a0463d34e8196f6eca841ce58b6b1982",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * bae79196fe6e9e2674ebdfa3d0ecdb176e85af79 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5309) 
   * 8d944498a0463d34e8196f6eca841ce58b6b1982 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@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 removed a comment on pull request #4523: [WIP][HUDI-3173] Add INDEX action type and corresponding commit metadata

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "700a87f4f67a1cac8f5b870882ab7b61628b4020",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=4940",
       "triggerID" : "700a87f4f67a1cac8f5b870882ab7b61628b4020",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b2d14ae38d1da89caa89129d28d2d3032aa13610",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5150",
       "triggerID" : "b2d14ae38d1da89caa89129d28d2d3032aa13610",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6c1c19492e82d894d20095e1b5038d29fd2d3322",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5288",
       "triggerID" : "6c1c19492e82d894d20095e1b5038d29fd2d3322",
       "triggerType" : "PUSH"
     }, {
       "hash" : "bae79196fe6e9e2674ebdfa3d0ecdb176e85af79",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5309",
       "triggerID" : "bae79196fe6e9e2674ebdfa3d0ecdb176e85af79",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * bae79196fe6e9e2674ebdfa3d0ecdb176e85af79 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5309) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@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 removed a comment on pull request #4523: [WIP][HUDI-3173] Add INDEX action type and corresponding commit metadata

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "700a87f4f67a1cac8f5b870882ab7b61628b4020",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=4940",
       "triggerID" : "700a87f4f67a1cac8f5b870882ab7b61628b4020",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b2d14ae38d1da89caa89129d28d2d3032aa13610",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "b2d14ae38d1da89caa89129d28d2d3032aa13610",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 700a87f4f67a1cac8f5b870882ab7b61628b4020 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=4940) 
   * b2d14ae38d1da89caa89129d28d2d3032aa13610 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@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 #4523: [WIP][HUDI-3173] Add INDEX action type and corresponding commit metadata

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "700a87f4f67a1cac8f5b870882ab7b61628b4020",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=4940",
       "triggerID" : "700a87f4f67a1cac8f5b870882ab7b61628b4020",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b2d14ae38d1da89caa89129d28d2d3032aa13610",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5150",
       "triggerID" : "b2d14ae38d1da89caa89129d28d2d3032aa13610",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6c1c19492e82d894d20095e1b5038d29fd2d3322",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5288",
       "triggerID" : "6c1c19492e82d894d20095e1b5038d29fd2d3322",
       "triggerType" : "PUSH"
     }, {
       "hash" : "bae79196fe6e9e2674ebdfa3d0ecdb176e85af79",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5309",
       "triggerID" : "bae79196fe6e9e2674ebdfa3d0ecdb176e85af79",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * bae79196fe6e9e2674ebdfa3d0ecdb176e85af79 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5309) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@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 removed a comment on pull request #4523: [WIP][HUDI-3173] Add INDEX action type and corresponding commit metadata

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "700a87f4f67a1cac8f5b870882ab7b61628b4020",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=4940",
       "triggerID" : "700a87f4f67a1cac8f5b870882ab7b61628b4020",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b2d14ae38d1da89caa89129d28d2d3032aa13610",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5150",
       "triggerID" : "b2d14ae38d1da89caa89129d28d2d3032aa13610",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6c1c19492e82d894d20095e1b5038d29fd2d3322",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5288",
       "triggerID" : "6c1c19492e82d894d20095e1b5038d29fd2d3322",
       "triggerType" : "PUSH"
     }, {
       "hash" : "bae79196fe6e9e2674ebdfa3d0ecdb176e85af79",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "bae79196fe6e9e2674ebdfa3d0ecdb176e85af79",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 6c1c19492e82d894d20095e1b5038d29fd2d3322 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5288) 
   * bae79196fe6e9e2674ebdfa3d0ecdb176e85af79 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@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 #4523: [WIP][HUDI-3173] Add INDEX action type and corresponding commit metadata

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "700a87f4f67a1cac8f5b870882ab7b61628b4020",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=4940",
       "triggerID" : "700a87f4f67a1cac8f5b870882ab7b61628b4020",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 700a87f4f67a1cac8f5b870882ab7b61628b4020 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=4940) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@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 removed a comment on pull request #4523: [WIP][HUDI-3173] Add INDEX action type and corresponding commit metadata

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "700a87f4f67a1cac8f5b870882ab7b61628b4020",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=4940",
       "triggerID" : "700a87f4f67a1cac8f5b870882ab7b61628b4020",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b2d14ae38d1da89caa89129d28d2d3032aa13610",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5150",
       "triggerID" : "b2d14ae38d1da89caa89129d28d2d3032aa13610",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6c1c19492e82d894d20095e1b5038d29fd2d3322",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6c1c19492e82d894d20095e1b5038d29fd2d3322",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * b2d14ae38d1da89caa89129d28d2d3032aa13610 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5150) 
   * 6c1c19492e82d894d20095e1b5038d29fd2d3322 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@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 #4523: [WIP][HUDI-3173] Add INDEX action type and corresponding commit metadata

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "700a87f4f67a1cac8f5b870882ab7b61628b4020",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=4940",
       "triggerID" : "700a87f4f67a1cac8f5b870882ab7b61628b4020",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b2d14ae38d1da89caa89129d28d2d3032aa13610",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5150",
       "triggerID" : "b2d14ae38d1da89caa89129d28d2d3032aa13610",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6c1c19492e82d894d20095e1b5038d29fd2d3322",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5288",
       "triggerID" : "6c1c19492e82d894d20095e1b5038d29fd2d3322",
       "triggerType" : "PUSH"
     }, {
       "hash" : "bae79196fe6e9e2674ebdfa3d0ecdb176e85af79",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "bae79196fe6e9e2674ebdfa3d0ecdb176e85af79",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 6c1c19492e82d894d20095e1b5038d29fd2d3322 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5288) 
   * bae79196fe6e9e2674ebdfa3d0ecdb176e85af79 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@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] codope commented on pull request #4523: [WIP][HUDI-3173] Add INDEX action type and corresponding commit metadata

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


   Closing it in favor of #4693 which has the core functionality and all comments from this PR addressed.


-- 
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 removed a comment on pull request #4523: [WIP][HUDI-3173] Add INDEX action type and corresponding commit metadata

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "700a87f4f67a1cac8f5b870882ab7b61628b4020",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=4940",
       "triggerID" : "700a87f4f67a1cac8f5b870882ab7b61628b4020",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b2d14ae38d1da89caa89129d28d2d3032aa13610",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5150",
       "triggerID" : "b2d14ae38d1da89caa89129d28d2d3032aa13610",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6c1c19492e82d894d20095e1b5038d29fd2d3322",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5288",
       "triggerID" : "6c1c19492e82d894d20095e1b5038d29fd2d3322",
       "triggerType" : "PUSH"
     }, {
       "hash" : "bae79196fe6e9e2674ebdfa3d0ecdb176e85af79",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5309",
       "triggerID" : "bae79196fe6e9e2674ebdfa3d0ecdb176e85af79",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8d944498a0463d34e8196f6eca841ce58b6b1982",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "8d944498a0463d34e8196f6eca841ce58b6b1982",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * bae79196fe6e9e2674ebdfa3d0ecdb176e85af79 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5309) 
   * 8d944498a0463d34e8196f6eca841ce58b6b1982 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@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 #4523: [WIP][HUDI-3173] Add INDEX action type and corresponding commit metadata

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "700a87f4f67a1cac8f5b870882ab7b61628b4020",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=4940",
       "triggerID" : "700a87f4f67a1cac8f5b870882ab7b61628b4020",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b2d14ae38d1da89caa89129d28d2d3032aa13610",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5150",
       "triggerID" : "b2d14ae38d1da89caa89129d28d2d3032aa13610",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6c1c19492e82d894d20095e1b5038d29fd2d3322",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5288",
       "triggerID" : "6c1c19492e82d894d20095e1b5038d29fd2d3322",
       "triggerType" : "PUSH"
     }, {
       "hash" : "bae79196fe6e9e2674ebdfa3d0ecdb176e85af79",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5309",
       "triggerID" : "bae79196fe6e9e2674ebdfa3d0ecdb176e85af79",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8d944498a0463d34e8196f6eca841ce58b6b1982",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5416",
       "triggerID" : "8d944498a0463d34e8196f6eca841ce58b6b1982",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 8d944498a0463d34e8196f6eca841ce58b6b1982 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5416) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@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] codope commented on a change in pull request #4523: [WIP][HUDI-3173] Add INDEX action type and corresponding commit metadata

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



##########
File path: hudi-common/src/main/java/org/apache/hudi/common/table/timeline/HoodieArchivedTimeline.java
##########
@@ -95,7 +95,9 @@ public HoodieArchivedTimeline(HoodieTableMetaClient metaClient) {
    *
    * @deprecated
    */
-  public HoodieArchivedTimeline() {}
+  public HoodieArchivedTimeline() {
+

Review comment:
       checkstyle was showing an error.. i'll remove the new line but the closing `}` should be alone on a line.




-- 
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 removed a comment on pull request #4523: [WIP][HUDI-3173] Add INDEX action type and corresponding commit metadata

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "700a87f4f67a1cac8f5b870882ab7b61628b4020",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=4940",
       "triggerID" : "700a87f4f67a1cac8f5b870882ab7b61628b4020",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 700a87f4f67a1cac8f5b870882ab7b61628b4020 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=4940) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@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 #4523: [WIP][HUDI-3173] Add INDEX action type and corresponding commit metadata

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "700a87f4f67a1cac8f5b870882ab7b61628b4020",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=4940",
       "triggerID" : "700a87f4f67a1cac8f5b870882ab7b61628b4020",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b2d14ae38d1da89caa89129d28d2d3032aa13610",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5150",
       "triggerID" : "b2d14ae38d1da89caa89129d28d2d3032aa13610",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6c1c19492e82d894d20095e1b5038d29fd2d3322",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5288",
       "triggerID" : "6c1c19492e82d894d20095e1b5038d29fd2d3322",
       "triggerType" : "PUSH"
     }, {
       "hash" : "bae79196fe6e9e2674ebdfa3d0ecdb176e85af79",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5309",
       "triggerID" : "bae79196fe6e9e2674ebdfa3d0ecdb176e85af79",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 6c1c19492e82d894d20095e1b5038d29fd2d3322 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5288) 
   * bae79196fe6e9e2674ebdfa3d0ecdb176e85af79 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5309) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@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 #4523: [WIP][HUDI-3173] Add INDEX action type and corresponding commit metadata

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "700a87f4f67a1cac8f5b870882ab7b61628b4020",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=4940",
       "triggerID" : "700a87f4f67a1cac8f5b870882ab7b61628b4020",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b2d14ae38d1da89caa89129d28d2d3032aa13610",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5150",
       "triggerID" : "b2d14ae38d1da89caa89129d28d2d3032aa13610",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6c1c19492e82d894d20095e1b5038d29fd2d3322",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5288",
       "triggerID" : "6c1c19492e82d894d20095e1b5038d29fd2d3322",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * b2d14ae38d1da89caa89129d28d2d3032aa13610 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5150) 
   * 6c1c19492e82d894d20095e1b5038d29fd2d3322 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5288) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@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 #4523: [WIP][HUDI-3173] Add INDEX action type and corresponding commit metadata

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "700a87f4f67a1cac8f5b870882ab7b61628b4020",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=4940",
       "triggerID" : "700a87f4f67a1cac8f5b870882ab7b61628b4020",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b2d14ae38d1da89caa89129d28d2d3032aa13610",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5150",
       "triggerID" : "b2d14ae38d1da89caa89129d28d2d3032aa13610",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * b2d14ae38d1da89caa89129d28d2d3032aa13610 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5150) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@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 #4523: [WIP][HUDI-3173] Add INDEX action type and corresponding commit metadata

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "700a87f4f67a1cac8f5b870882ab7b61628b4020",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=4940",
       "triggerID" : "700a87f4f67a1cac8f5b870882ab7b61628b4020",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b2d14ae38d1da89caa89129d28d2d3032aa13610",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5150",
       "triggerID" : "b2d14ae38d1da89caa89129d28d2d3032aa13610",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 700a87f4f67a1cac8f5b870882ab7b61628b4020 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=4940) 
   * b2d14ae38d1da89caa89129d28d2d3032aa13610 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5150) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@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] codope closed pull request #4523: [WIP][HUDI-3173] Add INDEX action type and corresponding commit metadata

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


   


-- 
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 #4523: [WIP][HUDI-3173] Add INDEX action type and corresponding commit metadata

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "700a87f4f67a1cac8f5b870882ab7b61628b4020",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=4940",
       "triggerID" : "700a87f4f67a1cac8f5b870882ab7b61628b4020",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 700a87f4f67a1cac8f5b870882ab7b61628b4020 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=4940) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@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 #4523: [WIP][HUDI-3173] Add INDEX action type and corresponding commit metadata

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "700a87f4f67a1cac8f5b870882ab7b61628b4020",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "700a87f4f67a1cac8f5b870882ab7b61628b4020",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 700a87f4f67a1cac8f5b870882ab7b61628b4020 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@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 removed a comment on pull request #4523: [WIP][HUDI-3173] Add INDEX action type and corresponding commit metadata

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "700a87f4f67a1cac8f5b870882ab7b61628b4020",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=4940",
       "triggerID" : "700a87f4f67a1cac8f5b870882ab7b61628b4020",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b2d14ae38d1da89caa89129d28d2d3032aa13610",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5150",
       "triggerID" : "b2d14ae38d1da89caa89129d28d2d3032aa13610",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6c1c19492e82d894d20095e1b5038d29fd2d3322",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5288",
       "triggerID" : "6c1c19492e82d894d20095e1b5038d29fd2d3322",
       "triggerType" : "PUSH"
     }, {
       "hash" : "bae79196fe6e9e2674ebdfa3d0ecdb176e85af79",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5309",
       "triggerID" : "bae79196fe6e9e2674ebdfa3d0ecdb176e85af79",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8d944498a0463d34e8196f6eca841ce58b6b1982",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5416",
       "triggerID" : "8d944498a0463d34e8196f6eca841ce58b6b1982",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * bae79196fe6e9e2674ebdfa3d0ecdb176e85af79 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5309) 
   * 8d944498a0463d34e8196f6eca841ce58b6b1982 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5416) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@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