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/06/14 10:16:32 UTC

[GitHub] [hudi] wulei0302 opened a new pull request, #5864: branch `release-feature-rfc46` rebase branch `master`

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

   ## *Tips*
   - *Thank you very much for contributing to Apache Hudi.*
   - *Please review https://hudi.apache.org/contribute/how-to-contribute before opening a pull request.*
   
   ## What is the purpose of the pull request
   
   Branch `release-feature-rfc46`  rebase branch `master`,  Avoid having large gap with the main branch, such as Ci
   
   ## Brief change log
   
     - [rfc 46] step 1 rebase master.
   
   ## Verify this pull request
   
   This pull request is already covered by existing tests, such as *(please describe tests)*.
   
   ## Committer checklist
   
    - [ ] Has a corresponding JIRA in PR title & commit
    
    - [ ] Commit message is descriptive of the change
    
    - [ ] CI is green
   
    - [ ] Necessary doc changes done or have another open PR
          
    - [ ] For large changes, please consider breaking it into sub-tasks under an umbrella JIRA.
   


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

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

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


[GitHub] [hudi] hudi-bot commented on pull request #5864: branch `release-feature-rfc46` rebase branch `master`

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "cab978a430e483ed9dced56b500199b467f1bf65",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9285",
       "triggerID" : "cab978a430e483ed9dced56b500199b467f1bf65",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cab978a430e483ed9dced56b500199b467f1bf65",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9285",
       "triggerID" : "1155013329",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * cab978a430e483ed9dced56b500199b467f1bf65 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9285) 
   
   <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 #5864: branch `release-feature-rfc46` rebase branch `master`

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "cab978a430e483ed9dced56b500199b467f1bf65",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9285",
       "triggerID" : "cab978a430e483ed9dced56b500199b467f1bf65",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cab978a430e483ed9dced56b500199b467f1bf65",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9285",
       "triggerID" : "1155013329",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "cab978a430e483ed9dced56b500199b467f1bf65",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9285",
       "triggerID" : "1155145209",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "9737f5730e0cf2120e4324e8c87da3f8d5fae849",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9737f5730e0cf2120e4324e8c87da3f8d5fae849",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * cab978a430e483ed9dced56b500199b467f1bf65 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9285) 
   * 9737f5730e0cf2120e4324e8c87da3f8d5fae849 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 #5864: branch `release-feature-rfc46` rebase branch `master`

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "cab978a430e483ed9dced56b500199b467f1bf65",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cab978a430e483ed9dced56b500199b467f1bf65",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * cab978a430e483ed9dced56b500199b467f1bf65 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 #5864: branch `release-feature-rfc46` rebase branch `master`

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "cab978a430e483ed9dced56b500199b467f1bf65",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9285",
       "triggerID" : "cab978a430e483ed9dced56b500199b467f1bf65",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cab978a430e483ed9dced56b500199b467f1bf65",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9285",
       "triggerID" : "1155013329",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "cab978a430e483ed9dced56b500199b467f1bf65",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1155145209",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * cab978a430e483ed9dced56b500199b467f1bf65 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9285) 
   
   <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] wulei0302 closed pull request #5864: branch `release-feature-rfc46` rebase branch `master`

Posted by GitBox <gi...@apache.org>.
wulei0302 closed pull request #5864: branch `release-feature-rfc46`  rebase branch `master`
URL: https://github.com/apache/hudi/pull/5864


-- 
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] wulei0302 commented on pull request #5864: branch `release-feature-rfc46` rebase branch `master`

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

   @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 #5864: branch `release-feature-rfc46` rebase branch `master`

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "cab978a430e483ed9dced56b500199b467f1bf65",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9285",
       "triggerID" : "cab978a430e483ed9dced56b500199b467f1bf65",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cab978a430e483ed9dced56b500199b467f1bf65",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1155013329",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * cab978a430e483ed9dced56b500199b467f1bf65 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9285) 
   
   <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] wulei0302 commented on pull request #5864: branch `release-feature-rfc46` rebase branch `master`

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

   @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 #5864: branch `release-feature-rfc46` rebase branch `master`

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "cab978a430e483ed9dced56b500199b467f1bf65",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9285",
       "triggerID" : "cab978a430e483ed9dced56b500199b467f1bf65",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * cab978a430e483ed9dced56b500199b467f1bf65 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9285) 
   
   <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] wulei0302 commented on pull request #5864: branch `release-feature-rfc46` rebase branch `master`

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

   @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 #5864: branch `release-feature-rfc46` rebase branch `master`

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "cab978a430e483ed9dced56b500199b467f1bf65",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9285",
       "triggerID" : "cab978a430e483ed9dced56b500199b467f1bf65",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cab978a430e483ed9dced56b500199b467f1bf65",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9285",
       "triggerID" : "1155013329",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "cab978a430e483ed9dced56b500199b467f1bf65",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9285",
       "triggerID" : "1155145209",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "9737f5730e0cf2120e4324e8c87da3f8d5fae849",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9288",
       "triggerID" : "9737f5730e0cf2120e4324e8c87da3f8d5fae849",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * cab978a430e483ed9dced56b500199b467f1bf65 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9285) 
   * 9737f5730e0cf2120e4324e8c87da3f8d5fae849 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9288) 
   
   <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 #5864: branch `release-feature-rfc46` rebase branch `master`

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "cab978a430e483ed9dced56b500199b467f1bf65",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9285",
       "triggerID" : "cab978a430e483ed9dced56b500199b467f1bf65",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cab978a430e483ed9dced56b500199b467f1bf65",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9285",
       "triggerID" : "1155013329",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "cab978a430e483ed9dced56b500199b467f1bf65",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9285",
       "triggerID" : "1155145209",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "9737f5730e0cf2120e4324e8c87da3f8d5fae849",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9288",
       "triggerID" : "9737f5730e0cf2120e4324e8c87da3f8d5fae849",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9737f5730e0cf2120e4324e8c87da3f8d5fae849 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9288) 
   
   <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