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

[GitHub] [hudi] huberylee opened a new pull request, #6677: [HUDI-4294][Stacked on 4293] Introduce build action to actually perform index data generation

huberylee opened a new pull request, #6677:
URL: https://github.com/apache/hudi/pull/6677

   ### Change Logs
   
   Introducing a new action type called build to actually perform index data generation. This action contains two steps as clustering action does:
   - Generate action plan to clarify which files and which indexes need to be built;
   - Execute build index according action plan generated by step one;
    
   Call procedure will be implemented as well to show or run build action.
   
   Classes in package ``org.apache.hudi.secondary.index.lucene.hadoop`` were copied from package ``org.apache.solr.hdfs.store`` in Apache Solr project.
   
   
   ### Impact
   
   User can use ``call show_build(table=> '$table'[, path => $path], limit => $limit, show_involved_partition => [true/false])`` to list build commits,  use``call run_build(table => '$table'[, path => $path], predicate => '$predicate', show_involved_partition => [true/false])`` to trigger new build action if conditions are satisfied.
   
   
   **Risk level: none | low | medium | high**
   
   _Choose one. If medium or high, explain what verification was done to mitigate the risks._
   
   ### Contributor's checklist
   
   - [ ] Read through [contributor's guide](https://hudi.apache.org/contribute/how-to-contribute)
   - [ ] Change Logs and Impact were stated clearly
   - [ ] Adequate tests were added if applicable
   - [ ] CI passed
   


-- 
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] huberylee commented on pull request #6677: [HUDI-4294][Stacked on 4293] Introduce build action to actually perform index data generation

Posted by GitBox <gi...@apache.org>.
huberylee commented on PR #6677:
URL: https://github.com/apache/hudi/pull/6677#issuecomment-1247742308

   @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] hudi-bot commented on pull request #6677: [HUDI-4294][Stacked on 4293] Introduce build action to actually perform index data generation

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "59e2196397ef68d75697a35b1b91e661ef9d3aa4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11372",
       "triggerID" : "59e2196397ef68d75697a35b1b91e661ef9d3aa4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11375",
       "triggerID" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1247742308",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 0ce0aee73e1641f071abdfc44d4f5473a425befb Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11375) 
   
   <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 #6677: [HUDI-4294][Stacked on 4293] Introduce build action to actually perform index data generation

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

   @huberylee : seems interesting idea. but do we have an RFC on this already ? 


-- 
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] huberylee commented on pull request #6677: [HUDI-4294][Stacked on 4293] Introduce build action to actually perform index data generation

Posted by GitBox <gi...@apache.org>.
huberylee commented on PR #6677:
URL: https://github.com/apache/hudi/pull/6677#issuecomment-1339612929

   @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] hudi-bot commented on pull request #6677: [HUDI-4294][Stacked on 4293] Introduce build action to actually perform index data generation

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "59e2196397ef68d75697a35b1b91e661ef9d3aa4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11372",
       "triggerID" : "59e2196397ef68d75697a35b1b91e661ef9d3aa4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11375",
       "triggerID" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11375",
       "triggerID" : "1247742308",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "5e4be0aff69d72a934a6b3e7f31a5be41d7d9ead",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11408",
       "triggerID" : "5e4be0aff69d72a934a6b3e7f31a5be41d7d9ead",
       "triggerType" : "PUSH"
     }, {
       "hash" : "146f2f91d95aebce0d958685bcbf65fd6c8b0f04",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11427",
       "triggerID" : "146f2f91d95aebce0d958685bcbf65fd6c8b0f04",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d018620b98569443907b992557489ede2d1a4251",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11525",
       "triggerID" : "d018620b98569443907b992557489ede2d1a4251",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d018620b98569443907b992557489ede2d1a4251",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13485",
       "triggerID" : "1339612929",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "39a9cea3c44ca7846b8367ffd446d1ceb8a4688c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13486",
       "triggerID" : "39a9cea3c44ca7846b8367ffd446d1ceb8a4688c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e55e4c0337e4375a922920ed5fd5b226843ed504",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13518",
       "triggerID" : "e55e4c0337e4375a922920ed5fd5b226843ed504",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * e55e4c0337e4375a922920ed5fd5b226843ed504 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13518) 
   
   <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 #6677: [HUDI-4294][Stacked on 4293] Introduce build action to actually perform index data generation

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "59e2196397ef68d75697a35b1b91e661ef9d3aa4",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11372",
       "triggerID" : "59e2196397ef68d75697a35b1b91e661ef9d3aa4",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 59e2196397ef68d75697a35b1b91e661ef9d3aa4 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11372) 
   
   <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 #6677: [HUDI-4294][Stacked on 4293] Introduce build action to actually perform index data generation

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "59e2196397ef68d75697a35b1b91e661ef9d3aa4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11372",
       "triggerID" : "59e2196397ef68d75697a35b1b91e661ef9d3aa4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11375",
       "triggerID" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11375",
       "triggerID" : "1247742308",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "5e4be0aff69d72a934a6b3e7f31a5be41d7d9ead",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11408",
       "triggerID" : "5e4be0aff69d72a934a6b3e7f31a5be41d7d9ead",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 0ce0aee73e1641f071abdfc44d4f5473a425befb Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11375) 
   * 5e4be0aff69d72a934a6b3e7f31a5be41d7d9ead Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11408) 
   
   <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 #6677: [HUDI-4294][Stacked on 4293] Introduce build action to actually perform index data generation

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "59e2196397ef68d75697a35b1b91e661ef9d3aa4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11372",
       "triggerID" : "59e2196397ef68d75697a35b1b91e661ef9d3aa4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11375",
       "triggerID" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11375",
       "triggerID" : "1247742308",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "5e4be0aff69d72a934a6b3e7f31a5be41d7d9ead",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11408",
       "triggerID" : "5e4be0aff69d72a934a6b3e7f31a5be41d7d9ead",
       "triggerType" : "PUSH"
     }, {
       "hash" : "146f2f91d95aebce0d958685bcbf65fd6c8b0f04",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11427",
       "triggerID" : "146f2f91d95aebce0d958685bcbf65fd6c8b0f04",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d018620b98569443907b992557489ede2d1a4251",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11525",
       "triggerID" : "d018620b98569443907b992557489ede2d1a4251",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d018620b98569443907b992557489ede2d1a4251",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13485",
       "triggerID" : "1339612929",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "39a9cea3c44ca7846b8367ffd446d1ceb8a4688c",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13486",
       "triggerID" : "39a9cea3c44ca7846b8367ffd446d1ceb8a4688c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e55e4c0337e4375a922920ed5fd5b226843ed504",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "e55e4c0337e4375a922920ed5fd5b226843ed504",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 39a9cea3c44ca7846b8367ffd446d1ceb8a4688c Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13486) 
   * e55e4c0337e4375a922920ed5fd5b226843ed504 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] yihua commented on pull request #6677: [HUDI-4294][Stacked on 4293] Introduce build action to actually perform index data generation

Posted by GitBox <gi...@apache.org>.
yihua commented on PR #6677:
URL: https://github.com/apache/hudi/pull/6677#issuecomment-1331560814

   Hi @huberylee , similar here, are you still actively working on this PR and resolving conflicts?


-- 
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 #6677: [HUDI-4294][Stacked on 4293] Introduce build action to actually perform index data generation

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "59e2196397ef68d75697a35b1b91e661ef9d3aa4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11372",
       "triggerID" : "59e2196397ef68d75697a35b1b91e661ef9d3aa4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11375",
       "triggerID" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11375",
       "triggerID" : "1247742308",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "5e4be0aff69d72a934a6b3e7f31a5be41d7d9ead",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11408",
       "triggerID" : "5e4be0aff69d72a934a6b3e7f31a5be41d7d9ead",
       "triggerType" : "PUSH"
     }, {
       "hash" : "146f2f91d95aebce0d958685bcbf65fd6c8b0f04",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11427",
       "triggerID" : "146f2f91d95aebce0d958685bcbf65fd6c8b0f04",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d018620b98569443907b992557489ede2d1a4251",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11525",
       "triggerID" : "d018620b98569443907b992557489ede2d1a4251",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d018620b98569443907b992557489ede2d1a4251",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13485",
       "triggerID" : "1339612929",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "39a9cea3c44ca7846b8367ffd446d1ceb8a4688c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13486",
       "triggerID" : "39a9cea3c44ca7846b8367ffd446d1ceb8a4688c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e55e4c0337e4375a922920ed5fd5b226843ed504",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13518",
       "triggerID" : "e55e4c0337e4375a922920ed5fd5b226843ed504",
       "triggerType" : "PUSH"
     }, {
       "hash" : "08a0b84878253749effb18c7af5677deeebb1359",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13555",
       "triggerID" : "08a0b84878253749effb18c7af5677deeebb1359",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 08a0b84878253749effb18c7af5677deeebb1359 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13555) 
   
   <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 #6677: [HUDI-4294][Stacked on 4293] Introduce build action to actually perform index data generation

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "59e2196397ef68d75697a35b1b91e661ef9d3aa4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11372",
       "triggerID" : "59e2196397ef68d75697a35b1b91e661ef9d3aa4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11375",
       "triggerID" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11375",
       "triggerID" : "1247742308",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "5e4be0aff69d72a934a6b3e7f31a5be41d7d9ead",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11408",
       "triggerID" : "5e4be0aff69d72a934a6b3e7f31a5be41d7d9ead",
       "triggerType" : "PUSH"
     }, {
       "hash" : "146f2f91d95aebce0d958685bcbf65fd6c8b0f04",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11427",
       "triggerID" : "146f2f91d95aebce0d958685bcbf65fd6c8b0f04",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d018620b98569443907b992557489ede2d1a4251",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11525",
       "triggerID" : "d018620b98569443907b992557489ede2d1a4251",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d018620b98569443907b992557489ede2d1a4251",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13485",
       "triggerID" : "1339612929",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "39a9cea3c44ca7846b8367ffd446d1ceb8a4688c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13486",
       "triggerID" : "39a9cea3c44ca7846b8367ffd446d1ceb8a4688c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e55e4c0337e4375a922920ed5fd5b226843ed504",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13518",
       "triggerID" : "e55e4c0337e4375a922920ed5fd5b226843ed504",
       "triggerType" : "PUSH"
     }, {
       "hash" : "08a0b84878253749effb18c7af5677deeebb1359",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13555",
       "triggerID" : "08a0b84878253749effb18c7af5677deeebb1359",
       "triggerType" : "PUSH"
     }, {
       "hash" : "560d1929176b33e1b17765b637cee973fd64152a",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13578",
       "triggerID" : "560d1929176b33e1b17765b637cee973fd64152a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "88197b18c004f37cc520f911d5c29e94e3712314",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "88197b18c004f37cc520f911d5c29e94e3712314",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 08a0b84878253749effb18c7af5677deeebb1359 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13555) 
   * 560d1929176b33e1b17765b637cee973fd64152a Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13578) 
   * 88197b18c004f37cc520f911d5c29e94e3712314 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 #6677: [HUDI-4294][Stacked on 4293] Introduce build action to actually perform index data generation

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "59e2196397ef68d75697a35b1b91e661ef9d3aa4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11372",
       "triggerID" : "59e2196397ef68d75697a35b1b91e661ef9d3aa4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11375",
       "triggerID" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11375",
       "triggerID" : "1247742308",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "5e4be0aff69d72a934a6b3e7f31a5be41d7d9ead",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11408",
       "triggerID" : "5e4be0aff69d72a934a6b3e7f31a5be41d7d9ead",
       "triggerType" : "PUSH"
     }, {
       "hash" : "146f2f91d95aebce0d958685bcbf65fd6c8b0f04",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11427",
       "triggerID" : "146f2f91d95aebce0d958685bcbf65fd6c8b0f04",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d018620b98569443907b992557489ede2d1a4251",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11525",
       "triggerID" : "d018620b98569443907b992557489ede2d1a4251",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d018620b98569443907b992557489ede2d1a4251",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13485",
       "triggerID" : "1339612929",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "39a9cea3c44ca7846b8367ffd446d1ceb8a4688c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13486",
       "triggerID" : "39a9cea3c44ca7846b8367ffd446d1ceb8a4688c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e55e4c0337e4375a922920ed5fd5b226843ed504",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13518",
       "triggerID" : "e55e4c0337e4375a922920ed5fd5b226843ed504",
       "triggerType" : "PUSH"
     }, {
       "hash" : "08a0b84878253749effb18c7af5677deeebb1359",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13555",
       "triggerID" : "08a0b84878253749effb18c7af5677deeebb1359",
       "triggerType" : "PUSH"
     }, {
       "hash" : "560d1929176b33e1b17765b637cee973fd64152a",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13578",
       "triggerID" : "560d1929176b33e1b17765b637cee973fd64152a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "88197b18c004f37cc520f911d5c29e94e3712314",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13581",
       "triggerID" : "88197b18c004f37cc520f911d5c29e94e3712314",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 560d1929176b33e1b17765b637cee973fd64152a Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13578) 
   * 88197b18c004f37cc520f911d5c29e94e3712314 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13581) 
   
   <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 #6677: [HUDI-4294][Stacked on 4293] Introduce build action to actually perform index data generation

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "59e2196397ef68d75697a35b1b91e661ef9d3aa4",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11372",
       "triggerID" : "59e2196397ef68d75697a35b1b91e661ef9d3aa4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 59e2196397ef68d75697a35b1b91e661ef9d3aa4 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11372) 
   * 0ce0aee73e1641f071abdfc44d4f5473a425befb 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 #6677: [HUDI-4294][Stacked on 4293] Introduce build action to actually perform index data generation

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "59e2196397ef68d75697a35b1b91e661ef9d3aa4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11372",
       "triggerID" : "59e2196397ef68d75697a35b1b91e661ef9d3aa4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11375",
       "triggerID" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11375",
       "triggerID" : "1247742308",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "5e4be0aff69d72a934a6b3e7f31a5be41d7d9ead",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11408",
       "triggerID" : "5e4be0aff69d72a934a6b3e7f31a5be41d7d9ead",
       "triggerType" : "PUSH"
     }, {
       "hash" : "146f2f91d95aebce0d958685bcbf65fd6c8b0f04",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11427",
       "triggerID" : "146f2f91d95aebce0d958685bcbf65fd6c8b0f04",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 5e4be0aff69d72a934a6b3e7f31a5be41d7d9ead Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11408) 
   * 146f2f91d95aebce0d958685bcbf65fd6c8b0f04 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11427) 
   
   <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 #6677: [HUDI-4294][Stacked on 4293] Introduce build action to actually perform index data generation

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "59e2196397ef68d75697a35b1b91e661ef9d3aa4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11372",
       "triggerID" : "59e2196397ef68d75697a35b1b91e661ef9d3aa4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11375",
       "triggerID" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11375",
       "triggerID" : "1247742308",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "5e4be0aff69d72a934a6b3e7f31a5be41d7d9ead",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11408",
       "triggerID" : "5e4be0aff69d72a934a6b3e7f31a5be41d7d9ead",
       "triggerType" : "PUSH"
     }, {
       "hash" : "146f2f91d95aebce0d958685bcbf65fd6c8b0f04",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11427",
       "triggerID" : "146f2f91d95aebce0d958685bcbf65fd6c8b0f04",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d018620b98569443907b992557489ede2d1a4251",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11525",
       "triggerID" : "d018620b98569443907b992557489ede2d1a4251",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d018620b98569443907b992557489ede2d1a4251",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13485",
       "triggerID" : "1339612929",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "39a9cea3c44ca7846b8367ffd446d1ceb8a4688c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13486",
       "triggerID" : "39a9cea3c44ca7846b8367ffd446d1ceb8a4688c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e55e4c0337e4375a922920ed5fd5b226843ed504",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13518",
       "triggerID" : "e55e4c0337e4375a922920ed5fd5b226843ed504",
       "triggerType" : "PUSH"
     }, {
       "hash" : "08a0b84878253749effb18c7af5677deeebb1359",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13555",
       "triggerID" : "08a0b84878253749effb18c7af5677deeebb1359",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * e55e4c0337e4375a922920ed5fd5b226843ed504 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13518) 
   * 08a0b84878253749effb18c7af5677deeebb1359 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13555) 
   
   <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 #6677: [HUDI-4294][Stacked on 4293] Introduce build action to actually perform index data generation

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "59e2196397ef68d75697a35b1b91e661ef9d3aa4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11372",
       "triggerID" : "59e2196397ef68d75697a35b1b91e661ef9d3aa4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11375",
       "triggerID" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11375",
       "triggerID" : "1247742308",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "5e4be0aff69d72a934a6b3e7f31a5be41d7d9ead",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11408",
       "triggerID" : "5e4be0aff69d72a934a6b3e7f31a5be41d7d9ead",
       "triggerType" : "PUSH"
     }, {
       "hash" : "146f2f91d95aebce0d958685bcbf65fd6c8b0f04",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11427",
       "triggerID" : "146f2f91d95aebce0d958685bcbf65fd6c8b0f04",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d018620b98569443907b992557489ede2d1a4251",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11525",
       "triggerID" : "d018620b98569443907b992557489ede2d1a4251",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d018620b98569443907b992557489ede2d1a4251",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13485",
       "triggerID" : "1339612929",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "39a9cea3c44ca7846b8367ffd446d1ceb8a4688c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13486",
       "triggerID" : "39a9cea3c44ca7846b8367ffd446d1ceb8a4688c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e55e4c0337e4375a922920ed5fd5b226843ed504",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13518",
       "triggerID" : "e55e4c0337e4375a922920ed5fd5b226843ed504",
       "triggerType" : "PUSH"
     }, {
       "hash" : "08a0b84878253749effb18c7af5677deeebb1359",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "08a0b84878253749effb18c7af5677deeebb1359",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * e55e4c0337e4375a922920ed5fd5b226843ed504 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13518) 
   * 08a0b84878253749effb18c7af5677deeebb1359 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 #6677: [HUDI-4294][Stacked on 4293] Introduce build action to actually perform index data generation

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "59e2196397ef68d75697a35b1b91e661ef9d3aa4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11372",
       "triggerID" : "59e2196397ef68d75697a35b1b91e661ef9d3aa4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11375",
       "triggerID" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11375",
       "triggerID" : "1247742308",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "5e4be0aff69d72a934a6b3e7f31a5be41d7d9ead",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11408",
       "triggerID" : "5e4be0aff69d72a934a6b3e7f31a5be41d7d9ead",
       "triggerType" : "PUSH"
     }, {
       "hash" : "146f2f91d95aebce0d958685bcbf65fd6c8b0f04",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11427",
       "triggerID" : "146f2f91d95aebce0d958685bcbf65fd6c8b0f04",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d018620b98569443907b992557489ede2d1a4251",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11525",
       "triggerID" : "d018620b98569443907b992557489ede2d1a4251",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d018620b98569443907b992557489ede2d1a4251",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13485",
       "triggerID" : "1339612929",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "39a9cea3c44ca7846b8367ffd446d1ceb8a4688c",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13486",
       "triggerID" : "39a9cea3c44ca7846b8367ffd446d1ceb8a4688c",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * d018620b98569443907b992557489ede2d1a4251 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11525) Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13485) 
   * 39a9cea3c44ca7846b8367ffd446d1ceb8a4688c Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13486) 
   
   <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 #6677: [HUDI-4294][Stacked on 4293] Introduce build action to actually perform index data generation

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "59e2196397ef68d75697a35b1b91e661ef9d3aa4",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11372",
       "triggerID" : "59e2196397ef68d75697a35b1b91e661ef9d3aa4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11375",
       "triggerID" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 59e2196397ef68d75697a35b1b91e661ef9d3aa4 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11372) 
   * 0ce0aee73e1641f071abdfc44d4f5473a425befb Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11375) 
   
   <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 #6677: [HUDI-4294][Stacked on 4293] Introduce build action to actually perform index data generation

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "59e2196397ef68d75697a35b1b91e661ef9d3aa4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11372",
       "triggerID" : "59e2196397ef68d75697a35b1b91e661ef9d3aa4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11375",
       "triggerID" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11375",
       "triggerID" : "1247742308",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "5e4be0aff69d72a934a6b3e7f31a5be41d7d9ead",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11408",
       "triggerID" : "5e4be0aff69d72a934a6b3e7f31a5be41d7d9ead",
       "triggerType" : "PUSH"
     }, {
       "hash" : "146f2f91d95aebce0d958685bcbf65fd6c8b0f04",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11427",
       "triggerID" : "146f2f91d95aebce0d958685bcbf65fd6c8b0f04",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d018620b98569443907b992557489ede2d1a4251",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "d018620b98569443907b992557489ede2d1a4251",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 146f2f91d95aebce0d958685bcbf65fd6c8b0f04 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11427) 
   * d018620b98569443907b992557489ede2d1a4251 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 #6677: [HUDI-4294][Stacked on 4293] Introduce build action to actually perform index data generation

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "59e2196397ef68d75697a35b1b91e661ef9d3aa4",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "59e2196397ef68d75697a35b1b91e661ef9d3aa4",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 59e2196397ef68d75697a35b1b91e661ef9d3aa4 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 #6677: [HUDI-4294][Stacked on 4293] Introduce build action to actually perform index data generation

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "59e2196397ef68d75697a35b1b91e661ef9d3aa4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11372",
       "triggerID" : "59e2196397ef68d75697a35b1b91e661ef9d3aa4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11375",
       "triggerID" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11375",
       "triggerID" : "1247742308",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "5e4be0aff69d72a934a6b3e7f31a5be41d7d9ead",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11408",
       "triggerID" : "5e4be0aff69d72a934a6b3e7f31a5be41d7d9ead",
       "triggerType" : "PUSH"
     }, {
       "hash" : "146f2f91d95aebce0d958685bcbf65fd6c8b0f04",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11427",
       "triggerID" : "146f2f91d95aebce0d958685bcbf65fd6c8b0f04",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d018620b98569443907b992557489ede2d1a4251",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11525",
       "triggerID" : "d018620b98569443907b992557489ede2d1a4251",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d018620b98569443907b992557489ede2d1a4251",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13485",
       "triggerID" : "1339612929",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "39a9cea3c44ca7846b8367ffd446d1ceb8a4688c",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13486",
       "triggerID" : "39a9cea3c44ca7846b8367ffd446d1ceb8a4688c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e55e4c0337e4375a922920ed5fd5b226843ed504",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13518",
       "triggerID" : "e55e4c0337e4375a922920ed5fd5b226843ed504",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 39a9cea3c44ca7846b8367ffd446d1ceb8a4688c Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13486) 
   * e55e4c0337e4375a922920ed5fd5b226843ed504 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13518) 
   
   <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] huberylee commented on pull request #6677: [HUDI-4294][Stacked on 4293] Introduce build action to actually perform index data generation

Posted by GitBox <gi...@apache.org>.
huberylee commented on PR #6677:
URL: https://github.com/apache/hudi/pull/6677#issuecomment-1286366767

   > @huberylee : seems interesting idea. but do we have an RFC on this already ?
   
   Yes, this PR is part of the secondary index implementation. RFC is in another PR: https://github.com/apache/hudi/pull/5370


-- 
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 #6677: [HUDI-4294][Stacked on 4293] Introduce build action to actually perform index data generation

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "59e2196397ef68d75697a35b1b91e661ef9d3aa4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11372",
       "triggerID" : "59e2196397ef68d75697a35b1b91e661ef9d3aa4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11375",
       "triggerID" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11375",
       "triggerID" : "1247742308",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "5e4be0aff69d72a934a6b3e7f31a5be41d7d9ead",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11408",
       "triggerID" : "5e4be0aff69d72a934a6b3e7f31a5be41d7d9ead",
       "triggerType" : "PUSH"
     }, {
       "hash" : "146f2f91d95aebce0d958685bcbf65fd6c8b0f04",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11427",
       "triggerID" : "146f2f91d95aebce0d958685bcbf65fd6c8b0f04",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d018620b98569443907b992557489ede2d1a4251",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11525",
       "triggerID" : "d018620b98569443907b992557489ede2d1a4251",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d018620b98569443907b992557489ede2d1a4251",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13485",
       "triggerID" : "1339612929",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "39a9cea3c44ca7846b8367ffd446d1ceb8a4688c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13486",
       "triggerID" : "39a9cea3c44ca7846b8367ffd446d1ceb8a4688c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e55e4c0337e4375a922920ed5fd5b226843ed504",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13518",
       "triggerID" : "e55e4c0337e4375a922920ed5fd5b226843ed504",
       "triggerType" : "PUSH"
     }, {
       "hash" : "08a0b84878253749effb18c7af5677deeebb1359",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13555",
       "triggerID" : "08a0b84878253749effb18c7af5677deeebb1359",
       "triggerType" : "PUSH"
     }, {
       "hash" : "560d1929176b33e1b17765b637cee973fd64152a",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "560d1929176b33e1b17765b637cee973fd64152a",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 08a0b84878253749effb18c7af5677deeebb1359 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13555) 
   * 560d1929176b33e1b17765b637cee973fd64152a 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 #6677: [HUDI-4294][Stacked on 4293] Introduce build action to actually perform index data generation

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "59e2196397ef68d75697a35b1b91e661ef9d3aa4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11372",
       "triggerID" : "59e2196397ef68d75697a35b1b91e661ef9d3aa4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11375",
       "triggerID" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11375",
       "triggerID" : "1247742308",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "5e4be0aff69d72a934a6b3e7f31a5be41d7d9ead",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11408",
       "triggerID" : "5e4be0aff69d72a934a6b3e7f31a5be41d7d9ead",
       "triggerType" : "PUSH"
     }, {
       "hash" : "146f2f91d95aebce0d958685bcbf65fd6c8b0f04",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11427",
       "triggerID" : "146f2f91d95aebce0d958685bcbf65fd6c8b0f04",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d018620b98569443907b992557489ede2d1a4251",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11525",
       "triggerID" : "d018620b98569443907b992557489ede2d1a4251",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d018620b98569443907b992557489ede2d1a4251",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13485",
       "triggerID" : "1339612929",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * d018620b98569443907b992557489ede2d1a4251 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11525) Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13485) 
   
   <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 #6677: [HUDI-4294][Stacked on 4293] Introduce build action to actually perform index data generation

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "59e2196397ef68d75697a35b1b91e661ef9d3aa4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11372",
       "triggerID" : "59e2196397ef68d75697a35b1b91e661ef9d3aa4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11375",
       "triggerID" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11375",
       "triggerID" : "1247742308",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "5e4be0aff69d72a934a6b3e7f31a5be41d7d9ead",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11408",
       "triggerID" : "5e4be0aff69d72a934a6b3e7f31a5be41d7d9ead",
       "triggerType" : "PUSH"
     }, {
       "hash" : "146f2f91d95aebce0d958685bcbf65fd6c8b0f04",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11427",
       "triggerID" : "146f2f91d95aebce0d958685bcbf65fd6c8b0f04",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d018620b98569443907b992557489ede2d1a4251",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11525",
       "triggerID" : "d018620b98569443907b992557489ede2d1a4251",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d018620b98569443907b992557489ede2d1a4251",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13485",
       "triggerID" : "1339612929",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "39a9cea3c44ca7846b8367ffd446d1ceb8a4688c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13486",
       "triggerID" : "39a9cea3c44ca7846b8367ffd446d1ceb8a4688c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e55e4c0337e4375a922920ed5fd5b226843ed504",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13518",
       "triggerID" : "e55e4c0337e4375a922920ed5fd5b226843ed504",
       "triggerType" : "PUSH"
     }, {
       "hash" : "08a0b84878253749effb18c7af5677deeebb1359",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13555",
       "triggerID" : "08a0b84878253749effb18c7af5677deeebb1359",
       "triggerType" : "PUSH"
     }, {
       "hash" : "560d1929176b33e1b17765b637cee973fd64152a",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13578",
       "triggerID" : "560d1929176b33e1b17765b637cee973fd64152a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "88197b18c004f37cc520f911d5c29e94e3712314",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13581",
       "triggerID" : "88197b18c004f37cc520f911d5c29e94e3712314",
       "triggerType" : "PUSH"
     }, {
       "hash" : "abc08562e464ac09e6fa5ee27369b60f9ce8f8bc",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "abc08562e464ac09e6fa5ee27369b60f9ce8f8bc",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 88197b18c004f37cc520f911d5c29e94e3712314 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13581) 
   * abc08562e464ac09e6fa5ee27369b60f9ce8f8bc 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 #6677: [HUDI-4294][Stacked on 4293] Introduce build action to actually perform index data generation

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "59e2196397ef68d75697a35b1b91e661ef9d3aa4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11372",
       "triggerID" : "59e2196397ef68d75697a35b1b91e661ef9d3aa4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11375",
       "triggerID" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11375",
       "triggerID" : "1247742308",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "5e4be0aff69d72a934a6b3e7f31a5be41d7d9ead",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11408",
       "triggerID" : "5e4be0aff69d72a934a6b3e7f31a5be41d7d9ead",
       "triggerType" : "PUSH"
     }, {
       "hash" : "146f2f91d95aebce0d958685bcbf65fd6c8b0f04",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11427",
       "triggerID" : "146f2f91d95aebce0d958685bcbf65fd6c8b0f04",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d018620b98569443907b992557489ede2d1a4251",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11525",
       "triggerID" : "d018620b98569443907b992557489ede2d1a4251",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d018620b98569443907b992557489ede2d1a4251",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13485",
       "triggerID" : "1339612929",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "39a9cea3c44ca7846b8367ffd446d1ceb8a4688c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13486",
       "triggerID" : "39a9cea3c44ca7846b8367ffd446d1ceb8a4688c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e55e4c0337e4375a922920ed5fd5b226843ed504",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13518",
       "triggerID" : "e55e4c0337e4375a922920ed5fd5b226843ed504",
       "triggerType" : "PUSH"
     }, {
       "hash" : "08a0b84878253749effb18c7af5677deeebb1359",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13555",
       "triggerID" : "08a0b84878253749effb18c7af5677deeebb1359",
       "triggerType" : "PUSH"
     }, {
       "hash" : "560d1929176b33e1b17765b637cee973fd64152a",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13578",
       "triggerID" : "560d1929176b33e1b17765b637cee973fd64152a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "88197b18c004f37cc520f911d5c29e94e3712314",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13581",
       "triggerID" : "88197b18c004f37cc520f911d5c29e94e3712314",
       "triggerType" : "PUSH"
     }, {
       "hash" : "abc08562e464ac09e6fa5ee27369b60f9ce8f8bc",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13623",
       "triggerID" : "abc08562e464ac09e6fa5ee27369b60f9ce8f8bc",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 88197b18c004f37cc520f911d5c29e94e3712314 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13581) 
   * abc08562e464ac09e6fa5ee27369b60f9ce8f8bc Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13623) 
   
   <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 #6677: [HUDI-4294][Stacked on 4293] Introduce build action to actually perform index data generation

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "59e2196397ef68d75697a35b1b91e661ef9d3aa4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11372",
       "triggerID" : "59e2196397ef68d75697a35b1b91e661ef9d3aa4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11375",
       "triggerID" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11375",
       "triggerID" : "1247742308",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "5e4be0aff69d72a934a6b3e7f31a5be41d7d9ead",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11408",
       "triggerID" : "5e4be0aff69d72a934a6b3e7f31a5be41d7d9ead",
       "triggerType" : "PUSH"
     }, {
       "hash" : "146f2f91d95aebce0d958685bcbf65fd6c8b0f04",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11427",
       "triggerID" : "146f2f91d95aebce0d958685bcbf65fd6c8b0f04",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d018620b98569443907b992557489ede2d1a4251",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11525",
       "triggerID" : "d018620b98569443907b992557489ede2d1a4251",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 146f2f91d95aebce0d958685bcbf65fd6c8b0f04 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11427) 
   * d018620b98569443907b992557489ede2d1a4251 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11525) 
   
   <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 #6677: [HUDI-4294][Stacked on 4293] Introduce build action to actually perform index data generation

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "59e2196397ef68d75697a35b1b91e661ef9d3aa4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11372",
       "triggerID" : "59e2196397ef68d75697a35b1b91e661ef9d3aa4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11375",
       "triggerID" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11375",
       "triggerID" : "1247742308",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "5e4be0aff69d72a934a6b3e7f31a5be41d7d9ead",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11408",
       "triggerID" : "5e4be0aff69d72a934a6b3e7f31a5be41d7d9ead",
       "triggerType" : "PUSH"
     }, {
       "hash" : "146f2f91d95aebce0d958685bcbf65fd6c8b0f04",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11427",
       "triggerID" : "146f2f91d95aebce0d958685bcbf65fd6c8b0f04",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d018620b98569443907b992557489ede2d1a4251",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11525",
       "triggerID" : "d018620b98569443907b992557489ede2d1a4251",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * d018620b98569443907b992557489ede2d1a4251 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11525) 
   
   <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 #6677: [HUDI-4294][Stacked on 4293] Introduce build action to actually perform index data generation

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "59e2196397ef68d75697a35b1b91e661ef9d3aa4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11372",
       "triggerID" : "59e2196397ef68d75697a35b1b91e661ef9d3aa4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11375",
       "triggerID" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11375",
       "triggerID" : "1247742308",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 0ce0aee73e1641f071abdfc44d4f5473a425befb Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11375) 
   
   <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 #6677: [HUDI-4294][Stacked on 4293] Introduce build action to actually perform index data generation

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "59e2196397ef68d75697a35b1b91e661ef9d3aa4",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11372",
       "triggerID" : "59e2196397ef68d75697a35b1b91e661ef9d3aa4",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 59e2196397ef68d75697a35b1b91e661ef9d3aa4 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11372) 
   
   <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 #6677: [HUDI-4294][Stacked on 4293] Introduce build action to actually perform index data generation

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "59e2196397ef68d75697a35b1b91e661ef9d3aa4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11372",
       "triggerID" : "59e2196397ef68d75697a35b1b91e661ef9d3aa4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11375",
       "triggerID" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11375",
       "triggerID" : "1247742308",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "5e4be0aff69d72a934a6b3e7f31a5be41d7d9ead",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11408",
       "triggerID" : "5e4be0aff69d72a934a6b3e7f31a5be41d7d9ead",
       "triggerType" : "PUSH"
     }, {
       "hash" : "146f2f91d95aebce0d958685bcbf65fd6c8b0f04",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11427",
       "triggerID" : "146f2f91d95aebce0d958685bcbf65fd6c8b0f04",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d018620b98569443907b992557489ede2d1a4251",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11525",
       "triggerID" : "d018620b98569443907b992557489ede2d1a4251",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d018620b98569443907b992557489ede2d1a4251",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13485",
       "triggerID" : "1339612929",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "39a9cea3c44ca7846b8367ffd446d1ceb8a4688c",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13486",
       "triggerID" : "39a9cea3c44ca7846b8367ffd446d1ceb8a4688c",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 39a9cea3c44ca7846b8367ffd446d1ceb8a4688c Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13486) 
   
   <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 #6677: [HUDI-4294][Stacked on 4293] Introduce build action to actually perform index data generation

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "59e2196397ef68d75697a35b1b91e661ef9d3aa4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11372",
       "triggerID" : "59e2196397ef68d75697a35b1b91e661ef9d3aa4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11375",
       "triggerID" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11375",
       "triggerID" : "1247742308",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "5e4be0aff69d72a934a6b3e7f31a5be41d7d9ead",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11408",
       "triggerID" : "5e4be0aff69d72a934a6b3e7f31a5be41d7d9ead",
       "triggerType" : "PUSH"
     }, {
       "hash" : "146f2f91d95aebce0d958685bcbf65fd6c8b0f04",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11427",
       "triggerID" : "146f2f91d95aebce0d958685bcbf65fd6c8b0f04",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d018620b98569443907b992557489ede2d1a4251",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11525",
       "triggerID" : "d018620b98569443907b992557489ede2d1a4251",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d018620b98569443907b992557489ede2d1a4251",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13485",
       "triggerID" : "1339612929",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "39a9cea3c44ca7846b8367ffd446d1ceb8a4688c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13486",
       "triggerID" : "39a9cea3c44ca7846b8367ffd446d1ceb8a4688c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e55e4c0337e4375a922920ed5fd5b226843ed504",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13518",
       "triggerID" : "e55e4c0337e4375a922920ed5fd5b226843ed504",
       "triggerType" : "PUSH"
     }, {
       "hash" : "08a0b84878253749effb18c7af5677deeebb1359",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13555",
       "triggerID" : "08a0b84878253749effb18c7af5677deeebb1359",
       "triggerType" : "PUSH"
     }, {
       "hash" : "560d1929176b33e1b17765b637cee973fd64152a",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13578",
       "triggerID" : "560d1929176b33e1b17765b637cee973fd64152a",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 08a0b84878253749effb18c7af5677deeebb1359 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13555) 
   * 560d1929176b33e1b17765b637cee973fd64152a Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13578) 
   
   <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 #6677: [HUDI-4294][Stacked on 4293] Introduce build action to actually perform index data generation

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "59e2196397ef68d75697a35b1b91e661ef9d3aa4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11372",
       "triggerID" : "59e2196397ef68d75697a35b1b91e661ef9d3aa4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11375",
       "triggerID" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11375",
       "triggerID" : "1247742308",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "5e4be0aff69d72a934a6b3e7f31a5be41d7d9ead",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11408",
       "triggerID" : "5e4be0aff69d72a934a6b3e7f31a5be41d7d9ead",
       "triggerType" : "PUSH"
     }, {
       "hash" : "146f2f91d95aebce0d958685bcbf65fd6c8b0f04",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11427",
       "triggerID" : "146f2f91d95aebce0d958685bcbf65fd6c8b0f04",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d018620b98569443907b992557489ede2d1a4251",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11525",
       "triggerID" : "d018620b98569443907b992557489ede2d1a4251",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d018620b98569443907b992557489ede2d1a4251",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13485",
       "triggerID" : "1339612929",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "39a9cea3c44ca7846b8367ffd446d1ceb8a4688c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "39a9cea3c44ca7846b8367ffd446d1ceb8a4688c",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * d018620b98569443907b992557489ede2d1a4251 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11525) Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13485) 
   * 39a9cea3c44ca7846b8367ffd446d1ceb8a4688c 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 #6677: [HUDI-4294][Stacked on 4293] Introduce build action to actually perform index data generation

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

   👍 cool


-- 
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 #6677: [HUDI-4294][Stacked on 4293] Introduce build action to actually perform index data generation

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "59e2196397ef68d75697a35b1b91e661ef9d3aa4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11372",
       "triggerID" : "59e2196397ef68d75697a35b1b91e661ef9d3aa4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11375",
       "triggerID" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11375",
       "triggerID" : "1247742308",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "5e4be0aff69d72a934a6b3e7f31a5be41d7d9ead",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11408",
       "triggerID" : "5e4be0aff69d72a934a6b3e7f31a5be41d7d9ead",
       "triggerType" : "PUSH"
     }, {
       "hash" : "146f2f91d95aebce0d958685bcbf65fd6c8b0f04",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "146f2f91d95aebce0d958685bcbf65fd6c8b0f04",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 5e4be0aff69d72a934a6b3e7f31a5be41d7d9ead Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11408) 
   * 146f2f91d95aebce0d958685bcbf65fd6c8b0f04 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 #6677: [HUDI-4294][Stacked on 4293] Introduce build action to actually perform index data generation

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "59e2196397ef68d75697a35b1b91e661ef9d3aa4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11372",
       "triggerID" : "59e2196397ef68d75697a35b1b91e661ef9d3aa4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11375",
       "triggerID" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11375",
       "triggerID" : "1247742308",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "5e4be0aff69d72a934a6b3e7f31a5be41d7d9ead",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "5e4be0aff69d72a934a6b3e7f31a5be41d7d9ead",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 0ce0aee73e1641f071abdfc44d4f5473a425befb Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11375) 
   * 5e4be0aff69d72a934a6b3e7f31a5be41d7d9ead 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 #6677: [HUDI-4294][Stacked on 4293] Introduce build action to actually perform index data generation

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "59e2196397ef68d75697a35b1b91e661ef9d3aa4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11372",
       "triggerID" : "59e2196397ef68d75697a35b1b91e661ef9d3aa4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11375",
       "triggerID" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11375",
       "triggerID" : "1247742308",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "5e4be0aff69d72a934a6b3e7f31a5be41d7d9ead",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11408",
       "triggerID" : "5e4be0aff69d72a934a6b3e7f31a5be41d7d9ead",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 5e4be0aff69d72a934a6b3e7f31a5be41d7d9ead Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11408) 
   
   <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 #6677: [HUDI-4294][Stacked on 4293] Introduce build action to actually perform index data generation

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "59e2196397ef68d75697a35b1b91e661ef9d3aa4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11372",
       "triggerID" : "59e2196397ef68d75697a35b1b91e661ef9d3aa4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11375",
       "triggerID" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 0ce0aee73e1641f071abdfc44d4f5473a425befb Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11375) 
   
   <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 #6677: [HUDI-4294][Stacked on 4293] Introduce build action to actually perform index data generation

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "59e2196397ef68d75697a35b1b91e661ef9d3aa4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11372",
       "triggerID" : "59e2196397ef68d75697a35b1b91e661ef9d3aa4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11375",
       "triggerID" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11375",
       "triggerID" : "1247742308",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "5e4be0aff69d72a934a6b3e7f31a5be41d7d9ead",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11408",
       "triggerID" : "5e4be0aff69d72a934a6b3e7f31a5be41d7d9ead",
       "triggerType" : "PUSH"
     }, {
       "hash" : "146f2f91d95aebce0d958685bcbf65fd6c8b0f04",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11427",
       "triggerID" : "146f2f91d95aebce0d958685bcbf65fd6c8b0f04",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 146f2f91d95aebce0d958685bcbf65fd6c8b0f04 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11427) 
   
   <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 #6677: [HUDI-4294][Stacked on 4293] Introduce build action to actually perform index data generation

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "59e2196397ef68d75697a35b1b91e661ef9d3aa4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11372",
       "triggerID" : "59e2196397ef68d75697a35b1b91e661ef9d3aa4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11375",
       "triggerID" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11375",
       "triggerID" : "1247742308",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "5e4be0aff69d72a934a6b3e7f31a5be41d7d9ead",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11408",
       "triggerID" : "5e4be0aff69d72a934a6b3e7f31a5be41d7d9ead",
       "triggerType" : "PUSH"
     }, {
       "hash" : "146f2f91d95aebce0d958685bcbf65fd6c8b0f04",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11427",
       "triggerID" : "146f2f91d95aebce0d958685bcbf65fd6c8b0f04",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d018620b98569443907b992557489ede2d1a4251",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11525",
       "triggerID" : "d018620b98569443907b992557489ede2d1a4251",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d018620b98569443907b992557489ede2d1a4251",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13485",
       "triggerID" : "1339612929",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "39a9cea3c44ca7846b8367ffd446d1ceb8a4688c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13486",
       "triggerID" : "39a9cea3c44ca7846b8367ffd446d1ceb8a4688c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e55e4c0337e4375a922920ed5fd5b226843ed504",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13518",
       "triggerID" : "e55e4c0337e4375a922920ed5fd5b226843ed504",
       "triggerType" : "PUSH"
     }, {
       "hash" : "08a0b84878253749effb18c7af5677deeebb1359",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13555",
       "triggerID" : "08a0b84878253749effb18c7af5677deeebb1359",
       "triggerType" : "PUSH"
     }, {
       "hash" : "560d1929176b33e1b17765b637cee973fd64152a",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13578",
       "triggerID" : "560d1929176b33e1b17765b637cee973fd64152a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "88197b18c004f37cc520f911d5c29e94e3712314",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13581",
       "triggerID" : "88197b18c004f37cc520f911d5c29e94e3712314",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 88197b18c004f37cc520f911d5c29e94e3712314 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13581) 
   
   <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 #6677: [HUDI-4294][Stacked on 4293] Introduce build action to actually perform index data generation

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "59e2196397ef68d75697a35b1b91e661ef9d3aa4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11372",
       "triggerID" : "59e2196397ef68d75697a35b1b91e661ef9d3aa4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11375",
       "triggerID" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ce0aee73e1641f071abdfc44d4f5473a425befb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11375",
       "triggerID" : "1247742308",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "5e4be0aff69d72a934a6b3e7f31a5be41d7d9ead",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11408",
       "triggerID" : "5e4be0aff69d72a934a6b3e7f31a5be41d7d9ead",
       "triggerType" : "PUSH"
     }, {
       "hash" : "146f2f91d95aebce0d958685bcbf65fd6c8b0f04",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11427",
       "triggerID" : "146f2f91d95aebce0d958685bcbf65fd6c8b0f04",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d018620b98569443907b992557489ede2d1a4251",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11525",
       "triggerID" : "d018620b98569443907b992557489ede2d1a4251",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d018620b98569443907b992557489ede2d1a4251",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13485",
       "triggerID" : "1339612929",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "39a9cea3c44ca7846b8367ffd446d1ceb8a4688c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13486",
       "triggerID" : "39a9cea3c44ca7846b8367ffd446d1ceb8a4688c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e55e4c0337e4375a922920ed5fd5b226843ed504",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13518",
       "triggerID" : "e55e4c0337e4375a922920ed5fd5b226843ed504",
       "triggerType" : "PUSH"
     }, {
       "hash" : "08a0b84878253749effb18c7af5677deeebb1359",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13555",
       "triggerID" : "08a0b84878253749effb18c7af5677deeebb1359",
       "triggerType" : "PUSH"
     }, {
       "hash" : "560d1929176b33e1b17765b637cee973fd64152a",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13578",
       "triggerID" : "560d1929176b33e1b17765b637cee973fd64152a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "88197b18c004f37cc520f911d5c29e94e3712314",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13581",
       "triggerID" : "88197b18c004f37cc520f911d5c29e94e3712314",
       "triggerType" : "PUSH"
     }, {
       "hash" : "abc08562e464ac09e6fa5ee27369b60f9ce8f8bc",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13623",
       "triggerID" : "abc08562e464ac09e6fa5ee27369b60f9ce8f8bc",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * abc08562e464ac09e6fa5ee27369b60f9ce8f8bc Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13623) 
   
   <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