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/03/29 07:54:24 UTC

[GitHub] [hudi] XuQianJin-Stars opened a new pull request #5147: [HUDI-2520] Fix drop partition issue when sync to hive

XuQianJin-Stars opened a new pull request #5147:
URL: https://github.com/apache/hudi/pull/5147


   ## *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
   
   *(For example: This pull request adds quick-start document.)*
   
   ## Brief change log
   
   *(for example:)*
     - *Modify AnnotationLocation checkstyle rule in checkstyle.xml*
   
   ## Verify this pull request
   
   *(Please pick either of the following options)*
   
   This pull request is a trivial rework / code cleanup without any test coverage.
   
   *(or)*
   
   This pull request is already covered by existing tests, such as *(please describe tests)*.
   
   (or)
   
   This change added tests and can be verified as follows:
   
   *(example:)*
   
     - *Added integration tests for end-to-end.*
     - *Added HoodieClientWriteTest to verify the change.*
     - *Manually verified the change by running a job locally.*
   
   ## Committer checklist
   
    - [ ] Has a corresponding JIRA in PR title & commit
    
    - [ ] Commit message is descriptive of the change
    
    - [ ] CI is green
   
    - [ ] Necessary doc changes done or have another open PR
          
    - [ ] For large changes, please consider breaking it into sub-tasks under an umbrella JIRA.
   


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

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

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



[GitHub] [hudi] hudi-bot commented on pull request #5147: [HUDI-2520] Fix drop partition issue when sync to hive

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "38dd1f251d021d49f65f9a414f5bec9b8a2440da",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7419",
       "triggerID" : "38dd1f251d021d49f65f9a414f5bec9b8a2440da",
       "triggerType" : "PUSH"
     }, {
       "hash" : "58e26cd6c9b233b731173c8f3d648864dd2f2941",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7430",
       "triggerID" : "58e26cd6c9b233b731173c8f3d648864dd2f2941",
       "triggerType" : "PUSH"
     }, {
       "hash" : "08e5869a9f55f0d2b8fc649fc08dd7c62f1d100a",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "08e5869a9f55f0d2b8fc649fc08dd7c62f1d100a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c69fbe1ce01031db32c1cd043f2a8f60464226ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7498",
       "triggerID" : "c69fbe1ce01031db32c1cd043f2a8f60464226ee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4d1f5e5b46bf135f4096db2182b983e04c6f11a7",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7499",
       "triggerID" : "4d1f5e5b46bf135f4096db2182b983e04c6f11a7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4d1f5e5b46bf135f4096db2182b983e04c6f11a7",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7506",
       "triggerID" : "1081718312",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "4d1f5e5b46bf135f4096db2182b983e04c6f11a7",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7499",
       "triggerID" : "1081718312",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 08e5869a9f55f0d2b8fc649fc08dd7c62f1d100a UNKNOWN
   * 4d1f5e5b46bf135f4096db2182b983e04c6f11a7 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7506) Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7499) 
   
   <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 #5147: [HUDI-2520] Fix drop partition issue when sync to hive

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "38dd1f251d021d49f65f9a414f5bec9b8a2440da",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7419",
       "triggerID" : "38dd1f251d021d49f65f9a414f5bec9b8a2440da",
       "triggerType" : "PUSH"
     }, {
       "hash" : "58e26cd6c9b233b731173c8f3d648864dd2f2941",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7430",
       "triggerID" : "58e26cd6c9b233b731173c8f3d648864dd2f2941",
       "triggerType" : "PUSH"
     }, {
       "hash" : "08e5869a9f55f0d2b8fc649fc08dd7c62f1d100a",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "08e5869a9f55f0d2b8fc649fc08dd7c62f1d100a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c69fbe1ce01031db32c1cd043f2a8f60464226ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7498",
       "triggerID" : "c69fbe1ce01031db32c1cd043f2a8f60464226ee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4d1f5e5b46bf135f4096db2182b983e04c6f11a7",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7499",
       "triggerID" : "4d1f5e5b46bf135f4096db2182b983e04c6f11a7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4d1f5e5b46bf135f4096db2182b983e04c6f11a7",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7506",
       "triggerID" : "1081718312",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 08e5869a9f55f0d2b8fc649fc08dd7c62f1d100a UNKNOWN
   * 4d1f5e5b46bf135f4096db2182b983e04c6f11a7 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7499) Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7506) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


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

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

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



[GitHub] [hudi] hudi-bot removed a comment on pull request #5147: [HUDI-2520] Fix drop partition issue when sync to hive

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "38dd1f251d021d49f65f9a414f5bec9b8a2440da",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7419",
       "triggerID" : "38dd1f251d021d49f65f9a414f5bec9b8a2440da",
       "triggerType" : "PUSH"
     }, {
       "hash" : "58e26cd6c9b233b731173c8f3d648864dd2f2941",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7430",
       "triggerID" : "58e26cd6c9b233b731173c8f3d648864dd2f2941",
       "triggerType" : "PUSH"
     }, {
       "hash" : "08e5869a9f55f0d2b8fc649fc08dd7c62f1d100a",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "08e5869a9f55f0d2b8fc649fc08dd7c62f1d100a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c69fbe1ce01031db32c1cd043f2a8f60464226ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7498",
       "triggerID" : "c69fbe1ce01031db32c1cd043f2a8f60464226ee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4d1f5e5b46bf135f4096db2182b983e04c6f11a7",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7499",
       "triggerID" : "4d1f5e5b46bf135f4096db2182b983e04c6f11a7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4d1f5e5b46bf135f4096db2182b983e04c6f11a7",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7506",
       "triggerID" : "1081718312",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "4d1f5e5b46bf135f4096db2182b983e04c6f11a7",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7499",
       "triggerID" : "1081718312",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "4d1f5e5b46bf135f4096db2182b983e04c6f11a7",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7512",
       "triggerID" : "1081889817",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 08e5869a9f55f0d2b8fc649fc08dd7c62f1d100a UNKNOWN
   * 4d1f5e5b46bf135f4096db2182b983e04c6f11a7 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7506) Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7499) Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7512) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


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

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

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



[GitHub] [hudi] hudi-bot removed a comment on pull request #5147: [HUDI-2520] Fix drop partition issue when sync to hive

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "38dd1f251d021d49f65f9a414f5bec9b8a2440da",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7419",
       "triggerID" : "38dd1f251d021d49f65f9a414f5bec9b8a2440da",
       "triggerType" : "PUSH"
     }, {
       "hash" : "58e26cd6c9b233b731173c8f3d648864dd2f2941",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7430",
       "triggerID" : "58e26cd6c9b233b731173c8f3d648864dd2f2941",
       "triggerType" : "PUSH"
     }, {
       "hash" : "08e5869a9f55f0d2b8fc649fc08dd7c62f1d100a",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "08e5869a9f55f0d2b8fc649fc08dd7c62f1d100a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c69fbe1ce01031db32c1cd043f2a8f60464226ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7498",
       "triggerID" : "c69fbe1ce01031db32c1cd043f2a8f60464226ee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4d1f5e5b46bf135f4096db2182b983e04c6f11a7",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7499",
       "triggerID" : "4d1f5e5b46bf135f4096db2182b983e04c6f11a7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4d1f5e5b46bf135f4096db2182b983e04c6f11a7",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7506",
       "triggerID" : "1081718312",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "4d1f5e5b46bf135f4096db2182b983e04c6f11a7",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7499",
       "triggerID" : "1081718312",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 08e5869a9f55f0d2b8fc649fc08dd7c62f1d100a UNKNOWN
   * 4d1f5e5b46bf135f4096db2182b983e04c6f11a7 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7506) Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7499) 
   
   <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 #5147: [HUDI-2520] Fix drop partition issue when sync to hive

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "38dd1f251d021d49f65f9a414f5bec9b8a2440da",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7419",
       "triggerID" : "38dd1f251d021d49f65f9a414f5bec9b8a2440da",
       "triggerType" : "PUSH"
     }, {
       "hash" : "58e26cd6c9b233b731173c8f3d648864dd2f2941",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7430",
       "triggerID" : "58e26cd6c9b233b731173c8f3d648864dd2f2941",
       "triggerType" : "PUSH"
     }, {
       "hash" : "08e5869a9f55f0d2b8fc649fc08dd7c62f1d100a",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "08e5869a9f55f0d2b8fc649fc08dd7c62f1d100a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c69fbe1ce01031db32c1cd043f2a8f60464226ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7498",
       "triggerID" : "c69fbe1ce01031db32c1cd043f2a8f60464226ee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4d1f5e5b46bf135f4096db2182b983e04c6f11a7",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7499",
       "triggerID" : "4d1f5e5b46bf135f4096db2182b983e04c6f11a7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4d1f5e5b46bf135f4096db2182b983e04c6f11a7",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7506",
       "triggerID" : "1081718312",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "4d1f5e5b46bf135f4096db2182b983e04c6f11a7",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7499",
       "triggerID" : "1081718312",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "4d1f5e5b46bf135f4096db2182b983e04c6f11a7",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7512",
       "triggerID" : "1081889817",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "dd80471745d52869640ab73fc8cb8d9924e41604",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7516",
       "triggerID" : "dd80471745d52869640ab73fc8cb8d9924e41604",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 08e5869a9f55f0d2b8fc649fc08dd7c62f1d100a UNKNOWN
   * 4d1f5e5b46bf135f4096db2182b983e04c6f11a7 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7506) Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7499) Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7512) 
   * dd80471745d52869640ab73fc8cb8d9924e41604 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7516) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


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

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

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



[GitHub] [hudi] hudi-bot removed a comment on pull request #5147: [HUDI-2520] fix drop partition issue when sync to hive

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "38dd1f251d021d49f65f9a414f5bec9b8a2440da",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7419",
       "triggerID" : "38dd1f251d021d49f65f9a414f5bec9b8a2440da",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 38dd1f251d021d49f65f9a414f5bec9b8a2440da Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7419) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


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

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

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



[GitHub] [hudi] hudi-bot removed a comment on pull request #5147: [HUDI-2520] Fix drop partition issue when sync to hive

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "38dd1f251d021d49f65f9a414f5bec9b8a2440da",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7419",
       "triggerID" : "38dd1f251d021d49f65f9a414f5bec9b8a2440da",
       "triggerType" : "PUSH"
     }, {
       "hash" : "58e26cd6c9b233b731173c8f3d648864dd2f2941",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7430",
       "triggerID" : "58e26cd6c9b233b731173c8f3d648864dd2f2941",
       "triggerType" : "PUSH"
     }, {
       "hash" : "08e5869a9f55f0d2b8fc649fc08dd7c62f1d100a",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "08e5869a9f55f0d2b8fc649fc08dd7c62f1d100a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c69fbe1ce01031db32c1cd043f2a8f60464226ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7498",
       "triggerID" : "c69fbe1ce01031db32c1cd043f2a8f60464226ee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4d1f5e5b46bf135f4096db2182b983e04c6f11a7",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7499",
       "triggerID" : "4d1f5e5b46bf135f4096db2182b983e04c6f11a7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4d1f5e5b46bf135f4096db2182b983e04c6f11a7",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7506",
       "triggerID" : "1081718312",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 08e5869a9f55f0d2b8fc649fc08dd7c62f1d100a UNKNOWN
   * 4d1f5e5b46bf135f4096db2182b983e04c6f11a7 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7499) Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7506) 
   
   <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 #5147: [HUDI-2520] fix drop partition issue when sync to hive

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "38dd1f251d021d49f65f9a414f5bec9b8a2440da",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7419",
       "triggerID" : "38dd1f251d021d49f65f9a414f5bec9b8a2440da",
       "triggerType" : "PUSH"
     }, {
       "hash" : "58e26cd6c9b233b731173c8f3d648864dd2f2941",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7430",
       "triggerID" : "58e26cd6c9b233b731173c8f3d648864dd2f2941",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 58e26cd6c9b233b731173c8f3d648864dd2f2941 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7430) 
   
   <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 #5147: [HUDI-2520] Fix drop partition issue when sync to hive

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "38dd1f251d021d49f65f9a414f5bec9b8a2440da",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7419",
       "triggerID" : "38dd1f251d021d49f65f9a414f5bec9b8a2440da",
       "triggerType" : "PUSH"
     }, {
       "hash" : "58e26cd6c9b233b731173c8f3d648864dd2f2941",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7430",
       "triggerID" : "58e26cd6c9b233b731173c8f3d648864dd2f2941",
       "triggerType" : "PUSH"
     }, {
       "hash" : "08e5869a9f55f0d2b8fc649fc08dd7c62f1d100a",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "08e5869a9f55f0d2b8fc649fc08dd7c62f1d100a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c69fbe1ce01031db32c1cd043f2a8f60464226ee",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "c69fbe1ce01031db32c1cd043f2a8f60464226ee",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 58e26cd6c9b233b731173c8f3d648864dd2f2941 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7430) 
   * 08e5869a9f55f0d2b8fc649fc08dd7c62f1d100a UNKNOWN
   * c69fbe1ce01031db32c1cd043f2a8f60464226ee UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


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

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

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



[GitHub] [hudi] hudi-bot removed a comment on pull request #5147: [HUDI-2520] Fix drop partition issue when sync to hive

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "38dd1f251d021d49f65f9a414f5bec9b8a2440da",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7419",
       "triggerID" : "38dd1f251d021d49f65f9a414f5bec9b8a2440da",
       "triggerType" : "PUSH"
     }, {
       "hash" : "58e26cd6c9b233b731173c8f3d648864dd2f2941",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7430",
       "triggerID" : "58e26cd6c9b233b731173c8f3d648864dd2f2941",
       "triggerType" : "PUSH"
     }, {
       "hash" : "08e5869a9f55f0d2b8fc649fc08dd7c62f1d100a",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "08e5869a9f55f0d2b8fc649fc08dd7c62f1d100a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c69fbe1ce01031db32c1cd043f2a8f60464226ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7498",
       "triggerID" : "c69fbe1ce01031db32c1cd043f2a8f60464226ee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4d1f5e5b46bf135f4096db2182b983e04c6f11a7",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7499",
       "triggerID" : "4d1f5e5b46bf135f4096db2182b983e04c6f11a7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4d1f5e5b46bf135f4096db2182b983e04c6f11a7",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7506",
       "triggerID" : "1081718312",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "4d1f5e5b46bf135f4096db2182b983e04c6f11a7",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7499",
       "triggerID" : "1081718312",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 08e5869a9f55f0d2b8fc649fc08dd7c62f1d100a UNKNOWN
   * 4d1f5e5b46bf135f4096db2182b983e04c6f11a7 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7506) Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7499) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


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

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

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



[GitHub] [hudi] hudi-bot removed a comment on pull request #5147: [HUDI-2520] fix drop partition issue when sync to hive

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "38dd1f251d021d49f65f9a414f5bec9b8a2440da",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "38dd1f251d021d49f65f9a414f5bec9b8a2440da",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 38dd1f251d021d49f65f9a414f5bec9b8a2440da UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


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

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

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



[GitHub] [hudi] hudi-bot removed a comment on pull request #5147: [HUDI-2520] Fix drop partition issue when sync to hive

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "38dd1f251d021d49f65f9a414f5bec9b8a2440da",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7419",
       "triggerID" : "38dd1f251d021d49f65f9a414f5bec9b8a2440da",
       "triggerType" : "PUSH"
     }, {
       "hash" : "58e26cd6c9b233b731173c8f3d648864dd2f2941",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7430",
       "triggerID" : "58e26cd6c9b233b731173c8f3d648864dd2f2941",
       "triggerType" : "PUSH"
     }, {
       "hash" : "08e5869a9f55f0d2b8fc649fc08dd7c62f1d100a",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "08e5869a9f55f0d2b8fc649fc08dd7c62f1d100a",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 58e26cd6c9b233b731173c8f3d648864dd2f2941 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7430) 
   * 08e5869a9f55f0d2b8fc649fc08dd7c62f1d100a UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


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

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

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



[GitHub] [hudi] hudi-bot removed a comment on pull request #5147: [HUDI-2520] Fix drop partition issue when sync to hive

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "38dd1f251d021d49f65f9a414f5bec9b8a2440da",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7419",
       "triggerID" : "38dd1f251d021d49f65f9a414f5bec9b8a2440da",
       "triggerType" : "PUSH"
     }, {
       "hash" : "58e26cd6c9b233b731173c8f3d648864dd2f2941",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7430",
       "triggerID" : "58e26cd6c9b233b731173c8f3d648864dd2f2941",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 58e26cd6c9b233b731173c8f3d648864dd2f2941 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7430) 
   
   <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 #5147: [HUDI-2520] Fix drop partition issue when sync to hive

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "38dd1f251d021d49f65f9a414f5bec9b8a2440da",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7419",
       "triggerID" : "38dd1f251d021d49f65f9a414f5bec9b8a2440da",
       "triggerType" : "PUSH"
     }, {
       "hash" : "58e26cd6c9b233b731173c8f3d648864dd2f2941",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7430",
       "triggerID" : "58e26cd6c9b233b731173c8f3d648864dd2f2941",
       "triggerType" : "PUSH"
     }, {
       "hash" : "08e5869a9f55f0d2b8fc649fc08dd7c62f1d100a",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "08e5869a9f55f0d2b8fc649fc08dd7c62f1d100a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c69fbe1ce01031db32c1cd043f2a8f60464226ee",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7498",
       "triggerID" : "c69fbe1ce01031db32c1cd043f2a8f60464226ee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4d1f5e5b46bf135f4096db2182b983e04c6f11a7",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "4d1f5e5b46bf135f4096db2182b983e04c6f11a7",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 58e26cd6c9b233b731173c8f3d648864dd2f2941 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7430) 
   * 08e5869a9f55f0d2b8fc649fc08dd7c62f1d100a UNKNOWN
   * c69fbe1ce01031db32c1cd043f2a8f60464226ee Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7498) 
   * 4d1f5e5b46bf135f4096db2182b983e04c6f11a7 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


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

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

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



[GitHub] [hudi] hudi-bot removed a comment on pull request #5147: [HUDI-2520] fix drop partition issue when sync to hive

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "38dd1f251d021d49f65f9a414f5bec9b8a2440da",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7419",
       "triggerID" : "38dd1f251d021d49f65f9a414f5bec9b8a2440da",
       "triggerType" : "PUSH"
     }, {
       "hash" : "58e26cd6c9b233b731173c8f3d648864dd2f2941",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "58e26cd6c9b233b731173c8f3d648864dd2f2941",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 38dd1f251d021d49f65f9a414f5bec9b8a2440da Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7419) 
   * 58e26cd6c9b233b731173c8f3d648864dd2f2941 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 #5147: [HUDI-2520] fix drop partition issue when sync to hive

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "38dd1f251d021d49f65f9a414f5bec9b8a2440da",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "38dd1f251d021d49f65f9a414f5bec9b8a2440da",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 38dd1f251d021d49f65f9a414f5bec9b8a2440da 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 #5147: [HUDI-2520] fix drop partition issue when sync to hive

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "38dd1f251d021d49f65f9a414f5bec9b8a2440da",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7419",
       "triggerID" : "38dd1f251d021d49f65f9a414f5bec9b8a2440da",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 38dd1f251d021d49f65f9a414f5bec9b8a2440da Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7419) 
   
   <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 #5147: [HUDI-2520] Fix drop partition issue when sync to hive

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "38dd1f251d021d49f65f9a414f5bec9b8a2440da",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7419",
       "triggerID" : "38dd1f251d021d49f65f9a414f5bec9b8a2440da",
       "triggerType" : "PUSH"
     }, {
       "hash" : "58e26cd6c9b233b731173c8f3d648864dd2f2941",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7430",
       "triggerID" : "58e26cd6c9b233b731173c8f3d648864dd2f2941",
       "triggerType" : "PUSH"
     }, {
       "hash" : "08e5869a9f55f0d2b8fc649fc08dd7c62f1d100a",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "08e5869a9f55f0d2b8fc649fc08dd7c62f1d100a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c69fbe1ce01031db32c1cd043f2a8f60464226ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7498",
       "triggerID" : "c69fbe1ce01031db32c1cd043f2a8f60464226ee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4d1f5e5b46bf135f4096db2182b983e04c6f11a7",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7499",
       "triggerID" : "4d1f5e5b46bf135f4096db2182b983e04c6f11a7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4d1f5e5b46bf135f4096db2182b983e04c6f11a7",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7506",
       "triggerID" : "1081718312",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "4d1f5e5b46bf135f4096db2182b983e04c6f11a7",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7499",
       "triggerID" : "1081718312",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 08e5869a9f55f0d2b8fc649fc08dd7c62f1d100a UNKNOWN
   * 4d1f5e5b46bf135f4096db2182b983e04c6f11a7 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7506) Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7499) 
   
   <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] XuQianJin-Stars removed a comment on pull request #5147: [HUDI-2520] Fix drop partition issue when sync to hive

Posted by GitBox <gi...@apache.org>.
XuQianJin-Stars removed a comment on pull request #5147:
URL: https://github.com/apache/hudi/pull/5147#issuecomment-1081889817


   @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 #5147: [HUDI-2520] Fix drop partition issue when sync to hive

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "38dd1f251d021d49f65f9a414f5bec9b8a2440da",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7419",
       "triggerID" : "38dd1f251d021d49f65f9a414f5bec9b8a2440da",
       "triggerType" : "PUSH"
     }, {
       "hash" : "58e26cd6c9b233b731173c8f3d648864dd2f2941",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7430",
       "triggerID" : "58e26cd6c9b233b731173c8f3d648864dd2f2941",
       "triggerType" : "PUSH"
     }, {
       "hash" : "08e5869a9f55f0d2b8fc649fc08dd7c62f1d100a",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "08e5869a9f55f0d2b8fc649fc08dd7c62f1d100a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c69fbe1ce01031db32c1cd043f2a8f60464226ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7498",
       "triggerID" : "c69fbe1ce01031db32c1cd043f2a8f60464226ee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4d1f5e5b46bf135f4096db2182b983e04c6f11a7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7499",
       "triggerID" : "4d1f5e5b46bf135f4096db2182b983e04c6f11a7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4d1f5e5b46bf135f4096db2182b983e04c6f11a7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7506",
       "triggerID" : "1081718312",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "4d1f5e5b46bf135f4096db2182b983e04c6f11a7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7499",
       "triggerID" : "1081718312",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "4d1f5e5b46bf135f4096db2182b983e04c6f11a7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7512",
       "triggerID" : "1081889817",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "dd80471745d52869640ab73fc8cb8d9924e41604",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7516",
       "triggerID" : "dd80471745d52869640ab73fc8cb8d9924e41604",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 08e5869a9f55f0d2b8fc649fc08dd7c62f1d100a UNKNOWN
   * dd80471745d52869640ab73fc8cb8d9924e41604 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7516) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


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

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

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



[GitHub] [hudi] hudi-bot removed a comment on pull request #5147: [HUDI-2520] Fix drop partition issue when sync to hive

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "38dd1f251d021d49f65f9a414f5bec9b8a2440da",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7419",
       "triggerID" : "38dd1f251d021d49f65f9a414f5bec9b8a2440da",
       "triggerType" : "PUSH"
     }, {
       "hash" : "58e26cd6c9b233b731173c8f3d648864dd2f2941",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7430",
       "triggerID" : "58e26cd6c9b233b731173c8f3d648864dd2f2941",
       "triggerType" : "PUSH"
     }, {
       "hash" : "08e5869a9f55f0d2b8fc649fc08dd7c62f1d100a",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "08e5869a9f55f0d2b8fc649fc08dd7c62f1d100a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c69fbe1ce01031db32c1cd043f2a8f60464226ee",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7498",
       "triggerID" : "c69fbe1ce01031db32c1cd043f2a8f60464226ee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4d1f5e5b46bf135f4096db2182b983e04c6f11a7",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7499",
       "triggerID" : "4d1f5e5b46bf135f4096db2182b983e04c6f11a7",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 08e5869a9f55f0d2b8fc649fc08dd7c62f1d100a UNKNOWN
   * c69fbe1ce01031db32c1cd043f2a8f60464226ee Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7498) 
   * 4d1f5e5b46bf135f4096db2182b983e04c6f11a7 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7499) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


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

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

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



[GitHub] [hudi] hudi-bot removed a comment on pull request #5147: [HUDI-2520] Fix drop partition issue when sync to hive

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "38dd1f251d021d49f65f9a414f5bec9b8a2440da",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7419",
       "triggerID" : "38dd1f251d021d49f65f9a414f5bec9b8a2440da",
       "triggerType" : "PUSH"
     }, {
       "hash" : "58e26cd6c9b233b731173c8f3d648864dd2f2941",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7430",
       "triggerID" : "58e26cd6c9b233b731173c8f3d648864dd2f2941",
       "triggerType" : "PUSH"
     }, {
       "hash" : "08e5869a9f55f0d2b8fc649fc08dd7c62f1d100a",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "08e5869a9f55f0d2b8fc649fc08dd7c62f1d100a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c69fbe1ce01031db32c1cd043f2a8f60464226ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7498",
       "triggerID" : "c69fbe1ce01031db32c1cd043f2a8f60464226ee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4d1f5e5b46bf135f4096db2182b983e04c6f11a7",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7499",
       "triggerID" : "4d1f5e5b46bf135f4096db2182b983e04c6f11a7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4d1f5e5b46bf135f4096db2182b983e04c6f11a7",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7506",
       "triggerID" : "1081718312",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "4d1f5e5b46bf135f4096db2182b983e04c6f11a7",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7499",
       "triggerID" : "1081718312",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "4d1f5e5b46bf135f4096db2182b983e04c6f11a7",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7512",
       "triggerID" : "1081889817",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "dd80471745d52869640ab73fc8cb8d9924e41604",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7516",
       "triggerID" : "dd80471745d52869640ab73fc8cb8d9924e41604",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 08e5869a9f55f0d2b8fc649fc08dd7c62f1d100a UNKNOWN
   * 4d1f5e5b46bf135f4096db2182b983e04c6f11a7 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7506) Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7499) Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7512) 
   * dd80471745d52869640ab73fc8cb8d9924e41604 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7516) 
   
   <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 #5147: [HUDI-2520] Fix drop partition issue when sync to hive

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


   


-- 
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 #5147: [HUDI-2520] Fix drop partition issue when sync to hive

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "38dd1f251d021d49f65f9a414f5bec9b8a2440da",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7419",
       "triggerID" : "38dd1f251d021d49f65f9a414f5bec9b8a2440da",
       "triggerType" : "PUSH"
     }, {
       "hash" : "58e26cd6c9b233b731173c8f3d648864dd2f2941",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7430",
       "triggerID" : "58e26cd6c9b233b731173c8f3d648864dd2f2941",
       "triggerType" : "PUSH"
     }, {
       "hash" : "08e5869a9f55f0d2b8fc649fc08dd7c62f1d100a",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "08e5869a9f55f0d2b8fc649fc08dd7c62f1d100a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c69fbe1ce01031db32c1cd043f2a8f60464226ee",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7498",
       "triggerID" : "c69fbe1ce01031db32c1cd043f2a8f60464226ee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4d1f5e5b46bf135f4096db2182b983e04c6f11a7",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7499",
       "triggerID" : "4d1f5e5b46bf135f4096db2182b983e04c6f11a7",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 08e5869a9f55f0d2b8fc649fc08dd7c62f1d100a UNKNOWN
   * c69fbe1ce01031db32c1cd043f2a8f60464226ee Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7498) 
   * 4d1f5e5b46bf135f4096db2182b983e04c6f11a7 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7499) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


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

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

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



[GitHub] [hudi] hudi-bot removed a comment on pull request #5147: [HUDI-2520] Fix drop partition issue when sync to hive

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "38dd1f251d021d49f65f9a414f5bec9b8a2440da",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7419",
       "triggerID" : "38dd1f251d021d49f65f9a414f5bec9b8a2440da",
       "triggerType" : "PUSH"
     }, {
       "hash" : "58e26cd6c9b233b731173c8f3d648864dd2f2941",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7430",
       "triggerID" : "58e26cd6c9b233b731173c8f3d648864dd2f2941",
       "triggerType" : "PUSH"
     }, {
       "hash" : "08e5869a9f55f0d2b8fc649fc08dd7c62f1d100a",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "08e5869a9f55f0d2b8fc649fc08dd7c62f1d100a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c69fbe1ce01031db32c1cd043f2a8f60464226ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7498",
       "triggerID" : "c69fbe1ce01031db32c1cd043f2a8f60464226ee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4d1f5e5b46bf135f4096db2182b983e04c6f11a7",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7499",
       "triggerID" : "4d1f5e5b46bf135f4096db2182b983e04c6f11a7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4d1f5e5b46bf135f4096db2182b983e04c6f11a7",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7506",
       "triggerID" : "1081718312",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "4d1f5e5b46bf135f4096db2182b983e04c6f11a7",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7499",
       "triggerID" : "1081718312",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "4d1f5e5b46bf135f4096db2182b983e04c6f11a7",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7512",
       "triggerID" : "1081889817",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "dd80471745d52869640ab73fc8cb8d9924e41604",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "dd80471745d52869640ab73fc8cb8d9924e41604",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 08e5869a9f55f0d2b8fc649fc08dd7c62f1d100a UNKNOWN
   * 4d1f5e5b46bf135f4096db2182b983e04c6f11a7 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7506) Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7499) Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7512) 
   * dd80471745d52869640ab73fc8cb8d9924e41604 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 #5147: [HUDI-2520] Fix drop partition issue when sync to hive

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "38dd1f251d021d49f65f9a414f5bec9b8a2440da",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7419",
       "triggerID" : "38dd1f251d021d49f65f9a414f5bec9b8a2440da",
       "triggerType" : "PUSH"
     }, {
       "hash" : "58e26cd6c9b233b731173c8f3d648864dd2f2941",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7430",
       "triggerID" : "58e26cd6c9b233b731173c8f3d648864dd2f2941",
       "triggerType" : "PUSH"
     }, {
       "hash" : "08e5869a9f55f0d2b8fc649fc08dd7c62f1d100a",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "08e5869a9f55f0d2b8fc649fc08dd7c62f1d100a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c69fbe1ce01031db32c1cd043f2a8f60464226ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7498",
       "triggerID" : "c69fbe1ce01031db32c1cd043f2a8f60464226ee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4d1f5e5b46bf135f4096db2182b983e04c6f11a7",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7499",
       "triggerID" : "4d1f5e5b46bf135f4096db2182b983e04c6f11a7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4d1f5e5b46bf135f4096db2182b983e04c6f11a7",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7506",
       "triggerID" : "1081718312",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "4d1f5e5b46bf135f4096db2182b983e04c6f11a7",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7499",
       "triggerID" : "1081718312",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "4d1f5e5b46bf135f4096db2182b983e04c6f11a7",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7512",
       "triggerID" : "1081889817",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "dd80471745d52869640ab73fc8cb8d9924e41604",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "dd80471745d52869640ab73fc8cb8d9924e41604",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 08e5869a9f55f0d2b8fc649fc08dd7c62f1d100a UNKNOWN
   * 4d1f5e5b46bf135f4096db2182b983e04c6f11a7 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7506) Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7499) Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7512) 
   * dd80471745d52869640ab73fc8cb8d9924e41604 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] XuQianJin-Stars commented on pull request #5147: [HUDI-2520] Fix drop partition issue when sync to hive

Posted by GitBox <gi...@apache.org>.
XuQianJin-Stars commented on pull request #5147:
URL: https://github.com/apache/hudi/pull/5147#issuecomment-1081889817


   @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] xushiyan commented on a change in pull request #5147: [HUDI-2520] Fix drop partition issue when sync to hive

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



##########
File path: hudi-sync/hudi-hive-sync/src/main/java/org/apache/hudi/hive/ddl/HMSDDLExecutor.java
##########
@@ -238,8 +236,11 @@ public void dropPartitionsToTable(String tableName, List<String> partitionsToDro
     LOG.info("Drop partitions " + partitionsToDrop.size() + " on " + tableName);
     try {
       for (String dropPartition : partitionsToDrop) {
-        String partitionClause = HivePartitionUtil.getPartitionClauseForDrop(dropPartition, partitionValueExtractor, syncConfig);
-        client.dropPartition(syncConfig.databaseName, tableName, partitionClause, false);
+        String partitionClause =
+            HivePartitionUtil.getPartitionClauseForDrop(dropPartition, partitionValueExtractor, syncConfig);
+        if (HivePartitionUtil.partitionExists(client, tableName, dropPartition, partitionValueExtractor, syncConfig)) {
+          client.dropPartition(syncConfig.databaseName, tableName, partitionClause, false);
+        }

Review comment:
       you only need to `getPartitionClauseForDrop` if partition exists right?

##########
File path: hudi-sync/hudi-hive-sync/src/main/java/org/apache/hudi/hive/util/HivePartitionUtil.java
##########
@@ -48,4 +49,16 @@ public static String getPartitionClauseForDrop(String partition, PartitionValueE
     }
     return String.join("/", partBuilder);
   }
+
+  public static Boolean partitionExists(IMetaStoreClient client, String tableName, String dropPartition,

Review comment:
       `dropPartition` this name is not appropriate in context of this method

##########
File path: hudi-sync/hudi-hive-sync/src/main/java/org/apache/hudi/hive/ddl/HiveQueryDDLExecutor.java
##########
@@ -137,8 +135,12 @@ public void dropPartitionsToTable(String tableName, List<String> partitionsToDro
     LOG.info("Drop partitions " + partitionsToDrop.size() + " on " + tableName);
     try {
       for (String dropPartition : partitionsToDrop) {
-        String partitionClause = HivePartitionUtil.getPartitionClauseForDrop(dropPartition, partitionValueExtractor, config);
-        metaStoreClient.dropPartition(config.databaseName, tableName, partitionClause, false);
+        String partitionClause =
+            HivePartitionUtil.getPartitionClauseForDrop(dropPartition, partitionValueExtractor, config);
+        if (HivePartitionUtil.partitionExists(metaStoreClient, tableName, dropPartition, partitionValueExtractor,
+            config)) {
+          metaStoreClient.dropPartition(config.databaseName, tableName, partitionClause, false);

Review comment:
       ditto




-- 
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 #5147: [HUDI-2520] fix drop partition issue when sync to hive

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "38dd1f251d021d49f65f9a414f5bec9b8a2440da",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7419",
       "triggerID" : "38dd1f251d021d49f65f9a414f5bec9b8a2440da",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 38dd1f251d021d49f65f9a414f5bec9b8a2440da Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7419) 
   
   <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 #5147: [HUDI-2520] fix drop partition issue when sync to hive

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "38dd1f251d021d49f65f9a414f5bec9b8a2440da",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7419",
       "triggerID" : "38dd1f251d021d49f65f9a414f5bec9b8a2440da",
       "triggerType" : "PUSH"
     }, {
       "hash" : "58e26cd6c9b233b731173c8f3d648864dd2f2941",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7430",
       "triggerID" : "58e26cd6c9b233b731173c8f3d648864dd2f2941",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 38dd1f251d021d49f65f9a414f5bec9b8a2440da Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7419) 
   * 58e26cd6c9b233b731173c8f3d648864dd2f2941 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7430) 
   
   <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 #5147: [HUDI-2520] fix drop partition issue when sync to hive

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "38dd1f251d021d49f65f9a414f5bec9b8a2440da",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7419",
       "triggerID" : "38dd1f251d021d49f65f9a414f5bec9b8a2440da",
       "triggerType" : "PUSH"
     }, {
       "hash" : "58e26cd6c9b233b731173c8f3d648864dd2f2941",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "58e26cd6c9b233b731173c8f3d648864dd2f2941",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 38dd1f251d021d49f65f9a414f5bec9b8a2440da Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7419) 
   * 58e26cd6c9b233b731173c8f3d648864dd2f2941 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


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

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

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



[GitHub] [hudi] hudi-bot removed a comment on pull request #5147: [HUDI-2520] fix drop partition issue when sync to hive

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "38dd1f251d021d49f65f9a414f5bec9b8a2440da",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7419",
       "triggerID" : "38dd1f251d021d49f65f9a414f5bec9b8a2440da",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 38dd1f251d021d49f65f9a414f5bec9b8a2440da Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7419) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


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

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

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



[GitHub] [hudi] hudi-bot removed a comment on pull request #5147: [HUDI-2520] Fix drop partition issue when sync to hive

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "38dd1f251d021d49f65f9a414f5bec9b8a2440da",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7419",
       "triggerID" : "38dd1f251d021d49f65f9a414f5bec9b8a2440da",
       "triggerType" : "PUSH"
     }, {
       "hash" : "58e26cd6c9b233b731173c8f3d648864dd2f2941",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7430",
       "triggerID" : "58e26cd6c9b233b731173c8f3d648864dd2f2941",
       "triggerType" : "PUSH"
     }, {
       "hash" : "08e5869a9f55f0d2b8fc649fc08dd7c62f1d100a",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "08e5869a9f55f0d2b8fc649fc08dd7c62f1d100a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c69fbe1ce01031db32c1cd043f2a8f60464226ee",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7498",
       "triggerID" : "c69fbe1ce01031db32c1cd043f2a8f60464226ee",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 58e26cd6c9b233b731173c8f3d648864dd2f2941 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7430) 
   * 08e5869a9f55f0d2b8fc649fc08dd7c62f1d100a UNKNOWN
   * c69fbe1ce01031db32c1cd043f2a8f60464226ee Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7498) 
   
   <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 #5147: [HUDI-2520] Fix drop partition issue when sync to hive

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "38dd1f251d021d49f65f9a414f5bec9b8a2440da",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7419",
       "triggerID" : "38dd1f251d021d49f65f9a414f5bec9b8a2440da",
       "triggerType" : "PUSH"
     }, {
       "hash" : "58e26cd6c9b233b731173c8f3d648864dd2f2941",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7430",
       "triggerID" : "58e26cd6c9b233b731173c8f3d648864dd2f2941",
       "triggerType" : "PUSH"
     }, {
       "hash" : "08e5869a9f55f0d2b8fc649fc08dd7c62f1d100a",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "08e5869a9f55f0d2b8fc649fc08dd7c62f1d100a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c69fbe1ce01031db32c1cd043f2a8f60464226ee",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7498",
       "triggerID" : "c69fbe1ce01031db32c1cd043f2a8f60464226ee",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 58e26cd6c9b233b731173c8f3d648864dd2f2941 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7430) 
   * 08e5869a9f55f0d2b8fc649fc08dd7c62f1d100a UNKNOWN
   * c69fbe1ce01031db32c1cd043f2a8f60464226ee Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7498) 
   
   <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] XuQianJin-Stars removed a comment on pull request #5147: [HUDI-2520] Fix drop partition issue when sync to hive

Posted by GitBox <gi...@apache.org>.
XuQianJin-Stars removed a comment on pull request #5147:
URL: https://github.com/apache/hudi/pull/5147#issuecomment-1081718312


   @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 #5147: [HUDI-2520] Fix drop partition issue when sync to hive

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "38dd1f251d021d49f65f9a414f5bec9b8a2440da",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7419",
       "triggerID" : "38dd1f251d021d49f65f9a414f5bec9b8a2440da",
       "triggerType" : "PUSH"
     }, {
       "hash" : "58e26cd6c9b233b731173c8f3d648864dd2f2941",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7430",
       "triggerID" : "58e26cd6c9b233b731173c8f3d648864dd2f2941",
       "triggerType" : "PUSH"
     }, {
       "hash" : "08e5869a9f55f0d2b8fc649fc08dd7c62f1d100a",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "08e5869a9f55f0d2b8fc649fc08dd7c62f1d100a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c69fbe1ce01031db32c1cd043f2a8f60464226ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7498",
       "triggerID" : "c69fbe1ce01031db32c1cd043f2a8f60464226ee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4d1f5e5b46bf135f4096db2182b983e04c6f11a7",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7499",
       "triggerID" : "4d1f5e5b46bf135f4096db2182b983e04c6f11a7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4d1f5e5b46bf135f4096db2182b983e04c6f11a7",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7506",
       "triggerID" : "1081718312",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "4d1f5e5b46bf135f4096db2182b983e04c6f11a7",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7499",
       "triggerID" : "1081718312",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "4d1f5e5b46bf135f4096db2182b983e04c6f11a7",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7512",
       "triggerID" : "1081889817",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "dd80471745d52869640ab73fc8cb8d9924e41604",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "dd80471745d52869640ab73fc8cb8d9924e41604",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 08e5869a9f55f0d2b8fc649fc08dd7c62f1d100a UNKNOWN
   * 4d1f5e5b46bf135f4096db2182b983e04c6f11a7 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7506) Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7499) Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7512) 
   * dd80471745d52869640ab73fc8cb8d9924e41604 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] xushiyan commented on a change in pull request #5147: [HUDI-2520] Fix drop partition issue when sync to hive

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



##########
File path: hudi-sync/hudi-hive-sync/src/main/java/org/apache/hudi/hive/util/HivePartitionUtil.java
##########
@@ -48,4 +49,16 @@ public static String getPartitionClauseForDrop(String partition, PartitionValueE
     }
     return String.join("/", partBuilder);
   }
+
+  public static Boolean partitionExists(IMetaStoreClient client, String tableName, String partitionPath,
+                                        PartitionValueExtractor partitionValueExtractor, HiveSyncConfig config) {
+    Partition newPartition;
+    try {
+      List<String> partitionValues = partitionValueExtractor.extractPartitionValuesInPath(partitionPath);
+      newPartition = client.getPartition(config.databaseName, tableName, partitionValues);
+    } catch (Exception ignored) {
+      newPartition = null;
+    }

Review comment:
       <img width="717" alt="Screen Shot 2022-03-29 at 11 14 27 PM" src="https://user-images.githubusercontent.com/2701446/160645043-1e350985-b655-4ecb-8fe9-1fb6f2c8e892.png">
   
   we shouldn't be catching all exceptions; it could mask other issues. Instead, we only catch NoSuchObjectException for partition non-exist case. Other exceptions, we should re-throw a hoodie exception containing it.




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

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

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



[GitHub] [hudi] hudi-bot commented on pull request #5147: [HUDI-2520] Fix drop partition issue when sync to hive

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "38dd1f251d021d49f65f9a414f5bec9b8a2440da",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7419",
       "triggerID" : "38dd1f251d021d49f65f9a414f5bec9b8a2440da",
       "triggerType" : "PUSH"
     }, {
       "hash" : "58e26cd6c9b233b731173c8f3d648864dd2f2941",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7430",
       "triggerID" : "58e26cd6c9b233b731173c8f3d648864dd2f2941",
       "triggerType" : "PUSH"
     }, {
       "hash" : "08e5869a9f55f0d2b8fc649fc08dd7c62f1d100a",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "08e5869a9f55f0d2b8fc649fc08dd7c62f1d100a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c69fbe1ce01031db32c1cd043f2a8f60464226ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7498",
       "triggerID" : "c69fbe1ce01031db32c1cd043f2a8f60464226ee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4d1f5e5b46bf135f4096db2182b983e04c6f11a7",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7499",
       "triggerID" : "4d1f5e5b46bf135f4096db2182b983e04c6f11a7",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 08e5869a9f55f0d2b8fc649fc08dd7c62f1d100a UNKNOWN
   * 4d1f5e5b46bf135f4096db2182b983e04c6f11a7 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7499) 
   
   <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] XuQianJin-Stars commented on pull request #5147: [HUDI-2520] Fix drop partition issue when sync to hive

Posted by GitBox <gi...@apache.org>.
XuQianJin-Stars commented on pull request #5147:
URL: https://github.com/apache/hudi/pull/5147#issuecomment-1081718312


   @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 removed a comment on pull request #5147: [HUDI-2520] Fix drop partition issue when sync to hive

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "38dd1f251d021d49f65f9a414f5bec9b8a2440da",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7419",
       "triggerID" : "38dd1f251d021d49f65f9a414f5bec9b8a2440da",
       "triggerType" : "PUSH"
     }, {
       "hash" : "58e26cd6c9b233b731173c8f3d648864dd2f2941",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7430",
       "triggerID" : "58e26cd6c9b233b731173c8f3d648864dd2f2941",
       "triggerType" : "PUSH"
     }, {
       "hash" : "08e5869a9f55f0d2b8fc649fc08dd7c62f1d100a",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "08e5869a9f55f0d2b8fc649fc08dd7c62f1d100a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c69fbe1ce01031db32c1cd043f2a8f60464226ee",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7498",
       "triggerID" : "c69fbe1ce01031db32c1cd043f2a8f60464226ee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4d1f5e5b46bf135f4096db2182b983e04c6f11a7",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "4d1f5e5b46bf135f4096db2182b983e04c6f11a7",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 58e26cd6c9b233b731173c8f3d648864dd2f2941 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7430) 
   * 08e5869a9f55f0d2b8fc649fc08dd7c62f1d100a UNKNOWN
   * c69fbe1ce01031db32c1cd043f2a8f60464226ee Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7498) 
   * 4d1f5e5b46bf135f4096db2182b983e04c6f11a7 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


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

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

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



[GitHub] [hudi] hudi-bot removed a comment on pull request #5147: [HUDI-2520] Fix drop partition issue when sync to hive

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "38dd1f251d021d49f65f9a414f5bec9b8a2440da",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7419",
       "triggerID" : "38dd1f251d021d49f65f9a414f5bec9b8a2440da",
       "triggerType" : "PUSH"
     }, {
       "hash" : "58e26cd6c9b233b731173c8f3d648864dd2f2941",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7430",
       "triggerID" : "58e26cd6c9b233b731173c8f3d648864dd2f2941",
       "triggerType" : "PUSH"
     }, {
       "hash" : "08e5869a9f55f0d2b8fc649fc08dd7c62f1d100a",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "08e5869a9f55f0d2b8fc649fc08dd7c62f1d100a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c69fbe1ce01031db32c1cd043f2a8f60464226ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7498",
       "triggerID" : "c69fbe1ce01031db32c1cd043f2a8f60464226ee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4d1f5e5b46bf135f4096db2182b983e04c6f11a7",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7499",
       "triggerID" : "4d1f5e5b46bf135f4096db2182b983e04c6f11a7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4d1f5e5b46bf135f4096db2182b983e04c6f11a7",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7506",
       "triggerID" : "1081718312",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "4d1f5e5b46bf135f4096db2182b983e04c6f11a7",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7499",
       "triggerID" : "1081718312",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "4d1f5e5b46bf135f4096db2182b983e04c6f11a7",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7512",
       "triggerID" : "1081889817",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "dd80471745d52869640ab73fc8cb8d9924e41604",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "dd80471745d52869640ab73fc8cb8d9924e41604",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 08e5869a9f55f0d2b8fc649fc08dd7c62f1d100a UNKNOWN
   * 4d1f5e5b46bf135f4096db2182b983e04c6f11a7 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7506) Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7499) Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7512) 
   * dd80471745d52869640ab73fc8cb8d9924e41604 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


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

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

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



[GitHub] [hudi] hudi-bot removed a comment on pull request #5147: [HUDI-2520] Fix drop partition issue when sync to hive

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "38dd1f251d021d49f65f9a414f5bec9b8a2440da",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7419",
       "triggerID" : "38dd1f251d021d49f65f9a414f5bec9b8a2440da",
       "triggerType" : "PUSH"
     }, {
       "hash" : "58e26cd6c9b233b731173c8f3d648864dd2f2941",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7430",
       "triggerID" : "58e26cd6c9b233b731173c8f3d648864dd2f2941",
       "triggerType" : "PUSH"
     }, {
       "hash" : "08e5869a9f55f0d2b8fc649fc08dd7c62f1d100a",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "08e5869a9f55f0d2b8fc649fc08dd7c62f1d100a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c69fbe1ce01031db32c1cd043f2a8f60464226ee",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "c69fbe1ce01031db32c1cd043f2a8f60464226ee",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 58e26cd6c9b233b731173c8f3d648864dd2f2941 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7430) 
   * 08e5869a9f55f0d2b8fc649fc08dd7c62f1d100a UNKNOWN
   * c69fbe1ce01031db32c1cd043f2a8f60464226ee 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 #5147: [HUDI-2520] Fix drop partition issue when sync to hive

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "38dd1f251d021d49f65f9a414f5bec9b8a2440da",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7419",
       "triggerID" : "38dd1f251d021d49f65f9a414f5bec9b8a2440da",
       "triggerType" : "PUSH"
     }, {
       "hash" : "58e26cd6c9b233b731173c8f3d648864dd2f2941",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7430",
       "triggerID" : "58e26cd6c9b233b731173c8f3d648864dd2f2941",
       "triggerType" : "PUSH"
     }, {
       "hash" : "08e5869a9f55f0d2b8fc649fc08dd7c62f1d100a",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "08e5869a9f55f0d2b8fc649fc08dd7c62f1d100a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c69fbe1ce01031db32c1cd043f2a8f60464226ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7498",
       "triggerID" : "c69fbe1ce01031db32c1cd043f2a8f60464226ee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4d1f5e5b46bf135f4096db2182b983e04c6f11a7",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7499",
       "triggerID" : "4d1f5e5b46bf135f4096db2182b983e04c6f11a7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4d1f5e5b46bf135f4096db2182b983e04c6f11a7",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7506",
       "triggerID" : "1081718312",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "4d1f5e5b46bf135f4096db2182b983e04c6f11a7",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7499",
       "triggerID" : "1081718312",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "4d1f5e5b46bf135f4096db2182b983e04c6f11a7",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7512",
       "triggerID" : "1081889817",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 08e5869a9f55f0d2b8fc649fc08dd7c62f1d100a UNKNOWN
   * 4d1f5e5b46bf135f4096db2182b983e04c6f11a7 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7506) Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7499) Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7512) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


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

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

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



[GitHub] [hudi] hudi-bot removed a comment on pull request #5147: [HUDI-2520] fix drop partition issue when sync to hive

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "38dd1f251d021d49f65f9a414f5bec9b8a2440da",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7419",
       "triggerID" : "38dd1f251d021d49f65f9a414f5bec9b8a2440da",
       "triggerType" : "PUSH"
     }, {
       "hash" : "58e26cd6c9b233b731173c8f3d648864dd2f2941",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7430",
       "triggerID" : "58e26cd6c9b233b731173c8f3d648864dd2f2941",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 38dd1f251d021d49f65f9a414f5bec9b8a2440da Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7419) 
   * 58e26cd6c9b233b731173c8f3d648864dd2f2941 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7430) 
   
   <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 #5147: [HUDI-2520] Fix drop partition issue when sync to hive

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "38dd1f251d021d49f65f9a414f5bec9b8a2440da",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7419",
       "triggerID" : "38dd1f251d021d49f65f9a414f5bec9b8a2440da",
       "triggerType" : "PUSH"
     }, {
       "hash" : "58e26cd6c9b233b731173c8f3d648864dd2f2941",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7430",
       "triggerID" : "58e26cd6c9b233b731173c8f3d648864dd2f2941",
       "triggerType" : "PUSH"
     }, {
       "hash" : "08e5869a9f55f0d2b8fc649fc08dd7c62f1d100a",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "08e5869a9f55f0d2b8fc649fc08dd7c62f1d100a",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 58e26cd6c9b233b731173c8f3d648864dd2f2941 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7430) 
   * 08e5869a9f55f0d2b8fc649fc08dd7c62f1d100a 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 #5147: [HUDI-2520] Fix drop partition issue when sync to hive

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "38dd1f251d021d49f65f9a414f5bec9b8a2440da",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7419",
       "triggerID" : "38dd1f251d021d49f65f9a414f5bec9b8a2440da",
       "triggerType" : "PUSH"
     }, {
       "hash" : "58e26cd6c9b233b731173c8f3d648864dd2f2941",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7430",
       "triggerID" : "58e26cd6c9b233b731173c8f3d648864dd2f2941",
       "triggerType" : "PUSH"
     }, {
       "hash" : "08e5869a9f55f0d2b8fc649fc08dd7c62f1d100a",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "08e5869a9f55f0d2b8fc649fc08dd7c62f1d100a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c69fbe1ce01031db32c1cd043f2a8f60464226ee",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7498",
       "triggerID" : "c69fbe1ce01031db32c1cd043f2a8f60464226ee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4d1f5e5b46bf135f4096db2182b983e04c6f11a7",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "4d1f5e5b46bf135f4096db2182b983e04c6f11a7",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 08e5869a9f55f0d2b8fc649fc08dd7c62f1d100a UNKNOWN
   * c69fbe1ce01031db32c1cd043f2a8f60464226ee Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7498) 
   * 4d1f5e5b46bf135f4096db2182b983e04c6f11a7 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


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

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

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



[GitHub] [hudi] hudi-bot removed a comment on pull request #5147: [HUDI-2520] Fix drop partition issue when sync to hive

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "38dd1f251d021d49f65f9a414f5bec9b8a2440da",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7419",
       "triggerID" : "38dd1f251d021d49f65f9a414f5bec9b8a2440da",
       "triggerType" : "PUSH"
     }, {
       "hash" : "58e26cd6c9b233b731173c8f3d648864dd2f2941",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7430",
       "triggerID" : "58e26cd6c9b233b731173c8f3d648864dd2f2941",
       "triggerType" : "PUSH"
     }, {
       "hash" : "08e5869a9f55f0d2b8fc649fc08dd7c62f1d100a",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "08e5869a9f55f0d2b8fc649fc08dd7c62f1d100a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c69fbe1ce01031db32c1cd043f2a8f60464226ee",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7498",
       "triggerID" : "c69fbe1ce01031db32c1cd043f2a8f60464226ee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4d1f5e5b46bf135f4096db2182b983e04c6f11a7",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "4d1f5e5b46bf135f4096db2182b983e04c6f11a7",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 08e5869a9f55f0d2b8fc649fc08dd7c62f1d100a UNKNOWN
   * c69fbe1ce01031db32c1cd043f2a8f60464226ee Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7498) 
   * 4d1f5e5b46bf135f4096db2182b983e04c6f11a7 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


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

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

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



[GitHub] [hudi] hudi-bot removed a comment on pull request #5147: [HUDI-2520] Fix drop partition issue when sync to hive

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "38dd1f251d021d49f65f9a414f5bec9b8a2440da",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7419",
       "triggerID" : "38dd1f251d021d49f65f9a414f5bec9b8a2440da",
       "triggerType" : "PUSH"
     }, {
       "hash" : "58e26cd6c9b233b731173c8f3d648864dd2f2941",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7430",
       "triggerID" : "58e26cd6c9b233b731173c8f3d648864dd2f2941",
       "triggerType" : "PUSH"
     }, {
       "hash" : "08e5869a9f55f0d2b8fc649fc08dd7c62f1d100a",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "08e5869a9f55f0d2b8fc649fc08dd7c62f1d100a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c69fbe1ce01031db32c1cd043f2a8f60464226ee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7498",
       "triggerID" : "c69fbe1ce01031db32c1cd043f2a8f60464226ee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4d1f5e5b46bf135f4096db2182b983e04c6f11a7",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7499",
       "triggerID" : "4d1f5e5b46bf135f4096db2182b983e04c6f11a7",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 08e5869a9f55f0d2b8fc649fc08dd7c62f1d100a UNKNOWN
   * 4d1f5e5b46bf135f4096db2182b983e04c6f11a7 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7499) 
   
   <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] XuQianJin-Stars closed pull request #5147: [HUDI-2520] Fix drop partition issue when sync to hive

Posted by GitBox <gi...@apache.org>.
XuQianJin-Stars closed pull request #5147:
URL: https://github.com/apache/hudi/pull/5147


   


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