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/10/05 19:55:08 UTC

[GitHub] [hudi] Zouxxyy opened a new pull request, #6852: [MINOR] Fix testUpdateRejectForClustering

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

   ### Change Logs
   
   There is a writing error in `commitTime`, which may not cause test failure here, but may cause problems in the future (we are currently developing our hudi metastore, and found this small error during our test)
   
   ### Impact
   
   none
   
   **Risk level: none | low | medium | high**
   
   none
   
   ### 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 #6852: [MINOR] Fix testUpdateRejectForClustering

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "8a6ef11a8c573fa3cd49217157a6a8bb7f112395",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "8a6ef11a8c573fa3cd49217157a6a8bb7f112395",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 8a6ef11a8c573fa3cd49217157a6a8bb7f112395 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 #6852: [MINOR] Fix testUpdateRejectForClustering

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "8a6ef11a8c573fa3cd49217157a6a8bb7f112395",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11965",
       "triggerID" : "8a6ef11a8c573fa3cd49217157a6a8bb7f112395",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 8a6ef11a8c573fa3cd49217157a6a8bb7f112395 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11965) 
   
   <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] xushiyan commented on pull request #6852: [MINOR] Fix testUpdateRejectForClustering

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

   Test fix works. CI failure is irrelevant. Landing this.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] hudi-bot commented on pull request #6852: [MINOR] Fix testUpdateRejectForClustering

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "8a6ef11a8c573fa3cd49217157a6a8bb7f112395",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11965",
       "triggerID" : "8a6ef11a8c573fa3cd49217157a6a8bb7f112395",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 8a6ef11a8c573fa3cd49217157a6a8bb7f112395 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=11965) 
   
   <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] xushiyan merged pull request #6852: [MINOR] Fix testUpdateRejectForClustering

Posted by GitBox <gi...@apache.org>.
xushiyan merged PR #6852:
URL: https://github.com/apache/hudi/pull/6852


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