You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "xicm (via GitHub)" <gi...@apache.org> on 2023/01/31 06:31:36 UTC

[GitHub] [hudi] xicm opened a new pull request, #7803: [HUDI-5661] Add ConflictResolutionStrategy for bucket index

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

   ### Change Logs
   
   `SimpleConcurrentFileWritesConflictResolutionStrategy` check conflict by file id , while for bucket index we should check bucket id to see if there is a conflict.
   
   ### Impact
   
   none
   
   ### Risk level (write none, low medium or high below)
   
   low
   
   ### Documentation Update
   
   _Describe any necessary documentation update if there is any new feature, config, or user-facing change_
   
   - _The config description must be updated if new configs are added or the default value of the configs are changed_
   - _Any new feature or user-facing change requires updating the Hudi website. Please create a Jira ticket, attach the
     ticket number here and follow the [instruction](https://hudi.apache.org/contribute/developer-setup#website) to make
     changes to the website._
   
   ### 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] hudi-bot commented on pull request #7803: [HUDI-5661] Add ConflictResolutionStrategy for bucket index

Posted by "hudi-bot (via GitHub)" <gi...@apache.org>.
hudi-bot commented on PR #7803:
URL: https://github.com/apache/hudi/pull/7803#issuecomment-1409850518

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "410d0d504acaa6ff46ee85bb3dddb46cf5fb18fb",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "410d0d504acaa6ff46ee85bb3dddb46cf5fb18fb",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 410d0d504acaa6ff46ee85bb3dddb46cf5fb18fb 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 #7803: [HUDI-5661] Add ConflictResolutionStrategy for bucket index

Posted by "hudi-bot (via GitHub)" <gi...@apache.org>.
hudi-bot commented on PR #7803:
URL: https://github.com/apache/hudi/pull/7803#issuecomment-1411629829

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "410d0d504acaa6ff46ee85bb3dddb46cf5fb18fb",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "410d0d504acaa6ff46ee85bb3dddb46cf5fb18fb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "53807f6493b7056be1afdd7e78353a354514f845",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14808",
       "triggerID" : "53807f6493b7056be1afdd7e78353a354514f845",
       "triggerType" : "PUSH"
     }, {
       "hash" : "93948c73f4936b57263752cefc44c758f603bcf5",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14829",
       "triggerID" : "93948c73f4936b57263752cefc44c758f603bcf5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c2212bd6fc427cd261818f9ed4eb972d1f4b8b4",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14838",
       "triggerID" : "3c2212bd6fc427cd261818f9ed4eb972d1f4b8b4",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 410d0d504acaa6ff46ee85bb3dddb46cf5fb18fb UNKNOWN
   * 93948c73f4936b57263752cefc44c758f603bcf5 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14829) 
   * 3c2212bd6fc427cd261818f9ed4eb972d1f4b8b4 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14838) 
   
   <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] danny0405 commented on pull request #7803: [HUDI-5661] Add ConflictResolutionStrategy for bucket index

Posted by "danny0405 (via GitHub)" <gi...@apache.org>.
danny0405 commented on PR #7803:
URL: https://github.com/apache/hudi/pull/7803#issuecomment-1415298315

   Similar changes are here: https://github.com/apache/hudi/pull/7838


-- 
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 #7803: [HUDI-5661] Add ConflictResolutionStrategy for bucket index

Posted by "hudi-bot (via GitHub)" <gi...@apache.org>.
hudi-bot commented on PR #7803:
URL: https://github.com/apache/hudi/pull/7803#issuecomment-1411419083

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "410d0d504acaa6ff46ee85bb3dddb46cf5fb18fb",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "410d0d504acaa6ff46ee85bb3dddb46cf5fb18fb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "53807f6493b7056be1afdd7e78353a354514f845",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14808",
       "triggerID" : "53807f6493b7056be1afdd7e78353a354514f845",
       "triggerType" : "PUSH"
     }, {
       "hash" : "93948c73f4936b57263752cefc44c758f603bcf5",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14829",
       "triggerID" : "93948c73f4936b57263752cefc44c758f603bcf5",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 410d0d504acaa6ff46ee85bb3dddb46cf5fb18fb UNKNOWN
   * 53807f6493b7056be1afdd7e78353a354514f845 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14808) 
   * 93948c73f4936b57263752cefc44c758f603bcf5 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14829) 
   
   <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] xicm closed pull request #7803: [HUDI-5661] Add ConflictResolutionStrategy for bucket index

Posted by "xicm (via GitHub)" <gi...@apache.org>.
xicm closed pull request #7803: [HUDI-5661] Add ConflictResolutionStrategy for bucket index
URL: https://github.com/apache/hudi/pull/7803


-- 
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] xicm commented on a diff in pull request #7803: [HUDI-5661] Add ConflictResolutionStrategy for bucket index

Posted by "xicm (via GitHub)" <gi...@apache.org>.
xicm commented on code in PR #7803:
URL: https://github.com/apache/hudi/pull/7803#discussion_r1095533123


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/config/HoodieLockConfig.java:
##########
@@ -186,7 +186,7 @@ public class HoodieLockConfig extends HoodieConfig {
       .key(LOCK_PREFIX + "conflict.resolution.strategy")
       .defaultValue(SimpleConcurrentFileWritesConflictResolutionStrategy.class.getName())
       .sinceVersion("0.8.0")
-      .withDocumentation("Lock provider class name, this should be subclass of "
+      .withDocumentation("Conflict resolution strategy class name, this should be subclass of "
           + "org.apache.hudi.client.transaction.ConflictResolutionStrategy");

Review Comment:
   @danny0405 Is it necessary to fix this description



-- 
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 #7803: [HUDI-5661] Add ConflictResolutionStrategy for bucket index

Posted by "hudi-bot (via GitHub)" <gi...@apache.org>.
hudi-bot commented on PR #7803:
URL: https://github.com/apache/hudi/pull/7803#issuecomment-1411532623

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "410d0d504acaa6ff46ee85bb3dddb46cf5fb18fb",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "410d0d504acaa6ff46ee85bb3dddb46cf5fb18fb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "53807f6493b7056be1afdd7e78353a354514f845",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14808",
       "triggerID" : "53807f6493b7056be1afdd7e78353a354514f845",
       "triggerType" : "PUSH"
     }, {
       "hash" : "93948c73f4936b57263752cefc44c758f603bcf5",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14829",
       "triggerID" : "93948c73f4936b57263752cefc44c758f603bcf5",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 410d0d504acaa6ff46ee85bb3dddb46cf5fb18fb UNKNOWN
   * 93948c73f4936b57263752cefc44c758f603bcf5 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14829) 
   
   <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 #7803: [HUDI-5661] Add ConflictResolutionStrategy for bucket index

Posted by "hudi-bot (via GitHub)" <gi...@apache.org>.
hudi-bot commented on PR #7803:
URL: https://github.com/apache/hudi/pull/7803#issuecomment-1410271221

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "410d0d504acaa6ff46ee85bb3dddb46cf5fb18fb",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "410d0d504acaa6ff46ee85bb3dddb46cf5fb18fb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "53807f6493b7056be1afdd7e78353a354514f845",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14808",
       "triggerID" : "53807f6493b7056be1afdd7e78353a354514f845",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 410d0d504acaa6ff46ee85bb3dddb46cf5fb18fb UNKNOWN
   * 53807f6493b7056be1afdd7e78353a354514f845 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14808) 
   
   <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 #7803: [HUDI-5661] Add ConflictResolutionStrategy for bucket index

Posted by "hudi-bot (via GitHub)" <gi...@apache.org>.
hudi-bot commented on PR #7803:
URL: https://github.com/apache/hudi/pull/7803#issuecomment-1409856892

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "410d0d504acaa6ff46ee85bb3dddb46cf5fb18fb",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "410d0d504acaa6ff46ee85bb3dddb46cf5fb18fb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "53807f6493b7056be1afdd7e78353a354514f845",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "53807f6493b7056be1afdd7e78353a354514f845",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 410d0d504acaa6ff46ee85bb3dddb46cf5fb18fb UNKNOWN
   * 53807f6493b7056be1afdd7e78353a354514f845 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 #7803: [HUDI-5661] Add ConflictResolutionStrategy for bucket index

Posted by "hudi-bot (via GitHub)" <gi...@apache.org>.
hudi-bot commented on PR #7803:
URL: https://github.com/apache/hudi/pull/7803#issuecomment-1411415406

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "410d0d504acaa6ff46ee85bb3dddb46cf5fb18fb",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "410d0d504acaa6ff46ee85bb3dddb46cf5fb18fb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "53807f6493b7056be1afdd7e78353a354514f845",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14808",
       "triggerID" : "53807f6493b7056be1afdd7e78353a354514f845",
       "triggerType" : "PUSH"
     }, {
       "hash" : "93948c73f4936b57263752cefc44c758f603bcf5",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "93948c73f4936b57263752cefc44c758f603bcf5",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 410d0d504acaa6ff46ee85bb3dddb46cf5fb18fb UNKNOWN
   * 53807f6493b7056be1afdd7e78353a354514f845 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14808) 
   * 93948c73f4936b57263752cefc44c758f603bcf5 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 #7803: [HUDI-5661] Add ConflictResolutionStrategy for bucket index

Posted by "hudi-bot (via GitHub)" <gi...@apache.org>.
hudi-bot commented on PR #7803:
URL: https://github.com/apache/hudi/pull/7803#issuecomment-1409926067

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "410d0d504acaa6ff46ee85bb3dddb46cf5fb18fb",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "410d0d504acaa6ff46ee85bb3dddb46cf5fb18fb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "53807f6493b7056be1afdd7e78353a354514f845",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14808",
       "triggerID" : "53807f6493b7056be1afdd7e78353a354514f845",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 410d0d504acaa6ff46ee85bb3dddb46cf5fb18fb UNKNOWN
   * 53807f6493b7056be1afdd7e78353a354514f845 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14808) 
   
   <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 #7803: [HUDI-5661] Add ConflictResolutionStrategy for bucket index

Posted by "hudi-bot (via GitHub)" <gi...@apache.org>.
hudi-bot commented on PR #7803:
URL: https://github.com/apache/hudi/pull/7803#issuecomment-1411868101

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "410d0d504acaa6ff46ee85bb3dddb46cf5fb18fb",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "410d0d504acaa6ff46ee85bb3dddb46cf5fb18fb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "53807f6493b7056be1afdd7e78353a354514f845",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14808",
       "triggerID" : "53807f6493b7056be1afdd7e78353a354514f845",
       "triggerType" : "PUSH"
     }, {
       "hash" : "93948c73f4936b57263752cefc44c758f603bcf5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14829",
       "triggerID" : "93948c73f4936b57263752cefc44c758f603bcf5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c2212bd6fc427cd261818f9ed4eb972d1f4b8b4",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14838",
       "triggerID" : "3c2212bd6fc427cd261818f9ed4eb972d1f4b8b4",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 410d0d504acaa6ff46ee85bb3dddb46cf5fb18fb UNKNOWN
   * 3c2212bd6fc427cd261818f9ed4eb972d1f4b8b4 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14838) 
   
   <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] xicm commented on pull request #7803: [HUDI-5661] Add ConflictResolutionStrategy for bucket index

Posted by "xicm (via GitHub)" <gi...@apache.org>.
xicm commented on PR #7803:
URL: https://github.com/apache/hudi/pull/7803#issuecomment-1415437011

   > Similar changes are here: #7838
   
   active community


-- 
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 #7803: [HUDI-5661] Add ConflictResolutionStrategy for bucket index

Posted by "hudi-bot (via GitHub)" <gi...@apache.org>.
hudi-bot commented on PR #7803:
URL: https://github.com/apache/hudi/pull/7803#issuecomment-1411543085

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "410d0d504acaa6ff46ee85bb3dddb46cf5fb18fb",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "410d0d504acaa6ff46ee85bb3dddb46cf5fb18fb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "53807f6493b7056be1afdd7e78353a354514f845",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14808",
       "triggerID" : "53807f6493b7056be1afdd7e78353a354514f845",
       "triggerType" : "PUSH"
     }, {
       "hash" : "93948c73f4936b57263752cefc44c758f603bcf5",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14829",
       "triggerID" : "93948c73f4936b57263752cefc44c758f603bcf5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c2212bd6fc427cd261818f9ed4eb972d1f4b8b4",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "3c2212bd6fc427cd261818f9ed4eb972d1f4b8b4",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 410d0d504acaa6ff46ee85bb3dddb46cf5fb18fb UNKNOWN
   * 93948c73f4936b57263752cefc44c758f603bcf5 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14829) 
   * 3c2212bd6fc427cd261818f9ed4eb972d1f4b8b4 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