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

[GitHub] [hudi] dongkelun opened a new pull request, #7000: [HUDI-5060] Make all clean policies support incremental mode to find partition paths

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

   ### Change Logs
   
   Make all clean policies support incremental mode to find partition paths
   
   ### Impact
   
   Make all clean policies support incremental mode to find partition paths
   
   ### Risk level (write none, low medium or high below)
   
   none
   ### Documentation Update
   
   _Describe any necessary documentation update if there is any new feature, config, or user-facing change_
   
   - _The config description must be updated if new configs are added or the default value of the configs are changed_
   - _Any new feature or user-facing change requires updating the Hudi website. Please create a Jira ticket, attach the
     ticket number here and follow the [instruction](https://hudi.apache.org/contribute/developer-setup#website) to make
     changes to the website._
   
   ### Contributor's checklist
   
   - [ ] Read through [contributor's guide](https://hudi.apache.org/contribute/how-to-contribute)
   - [ ] Change Logs and Impact were stated clearly
   - [ ] Adequate tests were added if applicable
   - [ ] CI passed
   


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

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

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


[GitHub] [hudi] hudi-bot commented on pull request #7000: [HUDI-5060] Make all clean policies support incremental mode to find partition paths

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "841f0b636874d7e8ab766a7ffeec700013ccd9fd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12334",
       "triggerID" : "841f0b636874d7e8ab766a7ffeec700013ccd9fd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2f0d3f94991326b1f9885bf844f0b2e3fc6dda3a",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12345",
       "triggerID" : "2f0d3f94991326b1f9885bf844f0b2e3fc6dda3a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9342f5cf5ede46c8469bafc0d81e09c43d62756f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12451",
       "triggerID" : "9342f5cf5ede46c8469bafc0d81e09c43d62756f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "effad866d44c59aee4cf5f55c95627e51bf8d5e9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12459",
       "triggerID" : "effad866d44c59aee4cf5f55c95627e51bf8d5e9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c9fe9314c82cc42ac497f47ccc8a53ae266beb55",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12462",
       "triggerID" : "c9fe9314c82cc42ac497f47ccc8a53ae266beb55",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f0c09d506905d6e80f109b900e6e04bacffec4e6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12500",
       "triggerID" : "f0c09d506905d6e80f109b900e6e04bacffec4e6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f77806bcd4a38c2f4c1d44e970199d19bfc72737",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12511",
       "triggerID" : "f77806bcd4a38c2f4c1d44e970199d19bfc72737",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e7b35d5070a4c29f757cb9c35db0e137bc4c7a6e",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12525",
       "triggerID" : "e7b35d5070a4c29f757cb9c35db0e137bc4c7a6e",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * e7b35d5070a4c29f757cb9c35db0e137bc4c7a6e Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12525) 
   
   <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 #7000: [HUDI-5060] Make all clean policies support incremental mode to find partition paths

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "841f0b636874d7e8ab766a7ffeec700013ccd9fd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12334",
       "triggerID" : "841f0b636874d7e8ab766a7ffeec700013ccd9fd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2f0d3f94991326b1f9885bf844f0b2e3fc6dda3a",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12345",
       "triggerID" : "2f0d3f94991326b1f9885bf844f0b2e3fc6dda3a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9342f5cf5ede46c8469bafc0d81e09c43d62756f",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12451",
       "triggerID" : "9342f5cf5ede46c8469bafc0d81e09c43d62756f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "effad866d44c59aee4cf5f55c95627e51bf8d5e9",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12459",
       "triggerID" : "effad866d44c59aee4cf5f55c95627e51bf8d5e9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c9fe9314c82cc42ac497f47ccc8a53ae266beb55",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "c9fe9314c82cc42ac497f47ccc8a53ae266beb55",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9342f5cf5ede46c8469bafc0d81e09c43d62756f Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12451) 
   * effad866d44c59aee4cf5f55c95627e51bf8d5e9 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12459) 
   * c9fe9314c82cc42ac497f47ccc8a53ae266beb55 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 #7000: [HUDI-5060] Make all clean policies support incremental mode to find partition paths

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "841f0b636874d7e8ab766a7ffeec700013ccd9fd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12334",
       "triggerID" : "841f0b636874d7e8ab766a7ffeec700013ccd9fd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2f0d3f94991326b1f9885bf844f0b2e3fc6dda3a",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12345",
       "triggerID" : "2f0d3f94991326b1f9885bf844f0b2e3fc6dda3a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9342f5cf5ede46c8469bafc0d81e09c43d62756f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12451",
       "triggerID" : "9342f5cf5ede46c8469bafc0d81e09c43d62756f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "effad866d44c59aee4cf5f55c95627e51bf8d5e9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12459",
       "triggerID" : "effad866d44c59aee4cf5f55c95627e51bf8d5e9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c9fe9314c82cc42ac497f47ccc8a53ae266beb55",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12462",
       "triggerID" : "c9fe9314c82cc42ac497f47ccc8a53ae266beb55",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f0c09d506905d6e80f109b900e6e04bacffec4e6",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12500",
       "triggerID" : "f0c09d506905d6e80f109b900e6e04bacffec4e6",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * f0c09d506905d6e80f109b900e6e04bacffec4e6 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12500) 
   
   <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 #7000: [HUDI-5060] Make all clean policies support incremental mode to find partition paths

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "841f0b636874d7e8ab766a7ffeec700013ccd9fd",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "841f0b636874d7e8ab766a7ffeec700013ccd9fd",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 841f0b636874d7e8ab766a7ffeec700013ccd9fd 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 #7000: [HUDI-5060] Make all clean policies support incremental mode to find partition paths

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "841f0b636874d7e8ab766a7ffeec700013ccd9fd",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12334",
       "triggerID" : "841f0b636874d7e8ab766a7ffeec700013ccd9fd",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 841f0b636874d7e8ab766a7ffeec700013ccd9fd Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12334) 
   
   <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 #7000: [HUDI-5060] Make all clean policies support incremental mode to find partition paths

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "841f0b636874d7e8ab766a7ffeec700013ccd9fd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12334",
       "triggerID" : "841f0b636874d7e8ab766a7ffeec700013ccd9fd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2f0d3f94991326b1f9885bf844f0b2e3fc6dda3a",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12345",
       "triggerID" : "2f0d3f94991326b1f9885bf844f0b2e3fc6dda3a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9342f5cf5ede46c8469bafc0d81e09c43d62756f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12451",
       "triggerID" : "9342f5cf5ede46c8469bafc0d81e09c43d62756f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "effad866d44c59aee4cf5f55c95627e51bf8d5e9",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12459",
       "triggerID" : "effad866d44c59aee4cf5f55c95627e51bf8d5e9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c9fe9314c82cc42ac497f47ccc8a53ae266beb55",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "c9fe9314c82cc42ac497f47ccc8a53ae266beb55",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * effad866d44c59aee4cf5f55c95627e51bf8d5e9 Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12459) 
   * c9fe9314c82cc42ac497f47ccc8a53ae266beb55 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 #7000: [HUDI-5060] Make all clean policies support incremental mode to find partition paths

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "841f0b636874d7e8ab766a7ffeec700013ccd9fd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12334",
       "triggerID" : "841f0b636874d7e8ab766a7ffeec700013ccd9fd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2f0d3f94991326b1f9885bf844f0b2e3fc6dda3a",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12345",
       "triggerID" : "2f0d3f94991326b1f9885bf844f0b2e3fc6dda3a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9342f5cf5ede46c8469bafc0d81e09c43d62756f",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9342f5cf5ede46c8469bafc0d81e09c43d62756f",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 2f0d3f94991326b1f9885bf844f0b2e3fc6dda3a Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12345) 
   * 9342f5cf5ede46c8469bafc0d81e09c43d62756f 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 #7000: [HUDI-5060] Make all clean policies support incremental mode to find partition paths

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "841f0b636874d7e8ab766a7ffeec700013ccd9fd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12334",
       "triggerID" : "841f0b636874d7e8ab766a7ffeec700013ccd9fd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2f0d3f94991326b1f9885bf844f0b2e3fc6dda3a",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12345",
       "triggerID" : "2f0d3f94991326b1f9885bf844f0b2e3fc6dda3a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9342f5cf5ede46c8469bafc0d81e09c43d62756f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12451",
       "triggerID" : "9342f5cf5ede46c8469bafc0d81e09c43d62756f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "effad866d44c59aee4cf5f55c95627e51bf8d5e9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12459",
       "triggerID" : "effad866d44c59aee4cf5f55c95627e51bf8d5e9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c9fe9314c82cc42ac497f47ccc8a53ae266beb55",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12462",
       "triggerID" : "c9fe9314c82cc42ac497f47ccc8a53ae266beb55",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f0c09d506905d6e80f109b900e6e04bacffec4e6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12500",
       "triggerID" : "f0c09d506905d6e80f109b900e6e04bacffec4e6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f77806bcd4a38c2f4c1d44e970199d19bfc72737",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12511",
       "triggerID" : "f77806bcd4a38c2f4c1d44e970199d19bfc72737",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e7b35d5070a4c29f757cb9c35db0e137bc4c7a6e",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12525",
       "triggerID" : "e7b35d5070a4c29f757cb9c35db0e137bc4c7a6e",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * f77806bcd4a38c2f4c1d44e970199d19bfc72737 Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12511) 
   * e7b35d5070a4c29f757cb9c35db0e137bc4c7a6e Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12525) 
   
   <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 #7000: [HUDI-5060] Make all clean policies support incremental mode to find partition paths

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "841f0b636874d7e8ab766a7ffeec700013ccd9fd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12334",
       "triggerID" : "841f0b636874d7e8ab766a7ffeec700013ccd9fd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2f0d3f94991326b1f9885bf844f0b2e3fc6dda3a",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12345",
       "triggerID" : "2f0d3f94991326b1f9885bf844f0b2e3fc6dda3a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9342f5cf5ede46c8469bafc0d81e09c43d62756f",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12451",
       "triggerID" : "9342f5cf5ede46c8469bafc0d81e09c43d62756f",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 2f0d3f94991326b1f9885bf844f0b2e3fc6dda3a Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12345) 
   * 9342f5cf5ede46c8469bafc0d81e09c43d62756f Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12451) 
   
   <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 #7000: [HUDI-5060] Make all clean policies support incremental mode to find partition paths

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "841f0b636874d7e8ab766a7ffeec700013ccd9fd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12334",
       "triggerID" : "841f0b636874d7e8ab766a7ffeec700013ccd9fd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2f0d3f94991326b1f9885bf844f0b2e3fc6dda3a",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12345",
       "triggerID" : "2f0d3f94991326b1f9885bf844f0b2e3fc6dda3a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9342f5cf5ede46c8469bafc0d81e09c43d62756f",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12451",
       "triggerID" : "9342f5cf5ede46c8469bafc0d81e09c43d62756f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "effad866d44c59aee4cf5f55c95627e51bf8d5e9",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "effad866d44c59aee4cf5f55c95627e51bf8d5e9",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9342f5cf5ede46c8469bafc0d81e09c43d62756f Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12451) 
   * effad866d44c59aee4cf5f55c95627e51bf8d5e9 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 #7000: [HUDI-5060] Make all clean policies support incremental mode to find partition paths

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "841f0b636874d7e8ab766a7ffeec700013ccd9fd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12334",
       "triggerID" : "841f0b636874d7e8ab766a7ffeec700013ccd9fd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2f0d3f94991326b1f9885bf844f0b2e3fc6dda3a",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12345",
       "triggerID" : "2f0d3f94991326b1f9885bf844f0b2e3fc6dda3a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9342f5cf5ede46c8469bafc0d81e09c43d62756f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12451",
       "triggerID" : "9342f5cf5ede46c8469bafc0d81e09c43d62756f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "effad866d44c59aee4cf5f55c95627e51bf8d5e9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12459",
       "triggerID" : "effad866d44c59aee4cf5f55c95627e51bf8d5e9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c9fe9314c82cc42ac497f47ccc8a53ae266beb55",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12462",
       "triggerID" : "c9fe9314c82cc42ac497f47ccc8a53ae266beb55",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f0c09d506905d6e80f109b900e6e04bacffec4e6",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12500",
       "triggerID" : "f0c09d506905d6e80f109b900e6e04bacffec4e6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f77806bcd4a38c2f4c1d44e970199d19bfc72737",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12511",
       "triggerID" : "f77806bcd4a38c2f4c1d44e970199d19bfc72737",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * f0c09d506905d6e80f109b900e6e04bacffec4e6 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12500) 
   * f77806bcd4a38c2f4c1d44e970199d19bfc72737 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12511) 
   
   <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 #7000: [HUDI-5060] Make all clean policies support incremental mode to find partition paths

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "841f0b636874d7e8ab766a7ffeec700013ccd9fd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12334",
       "triggerID" : "841f0b636874d7e8ab766a7ffeec700013ccd9fd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2f0d3f94991326b1f9885bf844f0b2e3fc6dda3a",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12345",
       "triggerID" : "2f0d3f94991326b1f9885bf844f0b2e3fc6dda3a",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 2f0d3f94991326b1f9885bf844f0b2e3fc6dda3a Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12345) 
   
   <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 #7000: [HUDI-5060] Make all clean policies support incremental mode to find partition paths

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "841f0b636874d7e8ab766a7ffeec700013ccd9fd",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12334",
       "triggerID" : "841f0b636874d7e8ab766a7ffeec700013ccd9fd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2f0d3f94991326b1f9885bf844f0b2e3fc6dda3a",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12345",
       "triggerID" : "2f0d3f94991326b1f9885bf844f0b2e3fc6dda3a",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 841f0b636874d7e8ab766a7ffeec700013ccd9fd Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12334) 
   * 2f0d3f94991326b1f9885bf844f0b2e3fc6dda3a Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12345) 
   
   <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 #7000: [HUDI-5060] Make all clean policies support incremental mode to find partition paths

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "841f0b636874d7e8ab766a7ffeec700013ccd9fd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12334",
       "triggerID" : "841f0b636874d7e8ab766a7ffeec700013ccd9fd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2f0d3f94991326b1f9885bf844f0b2e3fc6dda3a",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12345",
       "triggerID" : "2f0d3f94991326b1f9885bf844f0b2e3fc6dda3a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9342f5cf5ede46c8469bafc0d81e09c43d62756f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12451",
       "triggerID" : "9342f5cf5ede46c8469bafc0d81e09c43d62756f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "effad866d44c59aee4cf5f55c95627e51bf8d5e9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12459",
       "triggerID" : "effad866d44c59aee4cf5f55c95627e51bf8d5e9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c9fe9314c82cc42ac497f47ccc8a53ae266beb55",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12462",
       "triggerID" : "c9fe9314c82cc42ac497f47ccc8a53ae266beb55",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f0c09d506905d6e80f109b900e6e04bacffec4e6",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12500",
       "triggerID" : "f0c09d506905d6e80f109b900e6e04bacffec4e6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f77806bcd4a38c2f4c1d44e970199d19bfc72737",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "f77806bcd4a38c2f4c1d44e970199d19bfc72737",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * f0c09d506905d6e80f109b900e6e04bacffec4e6 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12500) 
   * f77806bcd4a38c2f4c1d44e970199d19bfc72737 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 #7000: [HUDI-5060] Make all clean policies support incremental mode to find partition paths

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "841f0b636874d7e8ab766a7ffeec700013ccd9fd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12334",
       "triggerID" : "841f0b636874d7e8ab766a7ffeec700013ccd9fd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2f0d3f94991326b1f9885bf844f0b2e3fc6dda3a",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12345",
       "triggerID" : "2f0d3f94991326b1f9885bf844f0b2e3fc6dda3a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9342f5cf5ede46c8469bafc0d81e09c43d62756f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12451",
       "triggerID" : "9342f5cf5ede46c8469bafc0d81e09c43d62756f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "effad866d44c59aee4cf5f55c95627e51bf8d5e9",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12459",
       "triggerID" : "effad866d44c59aee4cf5f55c95627e51bf8d5e9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c9fe9314c82cc42ac497f47ccc8a53ae266beb55",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12462",
       "triggerID" : "c9fe9314c82cc42ac497f47ccc8a53ae266beb55",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * effad866d44c59aee4cf5f55c95627e51bf8d5e9 Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12459) 
   * c9fe9314c82cc42ac497f47ccc8a53ae266beb55 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12462) 
   
   <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 #7000: [HUDI-5060] Make all clean policies support incremental mode to find partition paths

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "841f0b636874d7e8ab766a7ffeec700013ccd9fd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12334",
       "triggerID" : "841f0b636874d7e8ab766a7ffeec700013ccd9fd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2f0d3f94991326b1f9885bf844f0b2e3fc6dda3a",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12345",
       "triggerID" : "2f0d3f94991326b1f9885bf844f0b2e3fc6dda3a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9342f5cf5ede46c8469bafc0d81e09c43d62756f",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12451",
       "triggerID" : "9342f5cf5ede46c8469bafc0d81e09c43d62756f",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9342f5cf5ede46c8469bafc0d81e09c43d62756f Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12451) 
   
   <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 #7000: [HUDI-5060] Make all clean policies support incremental mode to find partition paths

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "841f0b636874d7e8ab766a7ffeec700013ccd9fd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12334",
       "triggerID" : "841f0b636874d7e8ab766a7ffeec700013ccd9fd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2f0d3f94991326b1f9885bf844f0b2e3fc6dda3a",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12345",
       "triggerID" : "2f0d3f94991326b1f9885bf844f0b2e3fc6dda3a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9342f5cf5ede46c8469bafc0d81e09c43d62756f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12451",
       "triggerID" : "9342f5cf5ede46c8469bafc0d81e09c43d62756f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "effad866d44c59aee4cf5f55c95627e51bf8d5e9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12459",
       "triggerID" : "effad866d44c59aee4cf5f55c95627e51bf8d5e9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c9fe9314c82cc42ac497f47ccc8a53ae266beb55",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12462",
       "triggerID" : "c9fe9314c82cc42ac497f47ccc8a53ae266beb55",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * c9fe9314c82cc42ac497f47ccc8a53ae266beb55 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12462) 
   
   <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 #7000: [HUDI-5060] Make all clean policies support incremental mode to find partition paths

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "841f0b636874d7e8ab766a7ffeec700013ccd9fd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12334",
       "triggerID" : "841f0b636874d7e8ab766a7ffeec700013ccd9fd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2f0d3f94991326b1f9885bf844f0b2e3fc6dda3a",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12345",
       "triggerID" : "2f0d3f94991326b1f9885bf844f0b2e3fc6dda3a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9342f5cf5ede46c8469bafc0d81e09c43d62756f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12451",
       "triggerID" : "9342f5cf5ede46c8469bafc0d81e09c43d62756f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "effad866d44c59aee4cf5f55c95627e51bf8d5e9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12459",
       "triggerID" : "effad866d44c59aee4cf5f55c95627e51bf8d5e9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c9fe9314c82cc42ac497f47ccc8a53ae266beb55",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12462",
       "triggerID" : "c9fe9314c82cc42ac497f47ccc8a53ae266beb55",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f0c09d506905d6e80f109b900e6e04bacffec4e6",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12500",
       "triggerID" : "f0c09d506905d6e80f109b900e6e04bacffec4e6",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * c9fe9314c82cc42ac497f47ccc8a53ae266beb55 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12462) 
   * f0c09d506905d6e80f109b900e6e04bacffec4e6 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12500) 
   
   <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 #7000: [HUDI-5060] Make all clean policies support incremental mode to find partition paths

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "841f0b636874d7e8ab766a7ffeec700013ccd9fd",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12334",
       "triggerID" : "841f0b636874d7e8ab766a7ffeec700013ccd9fd",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 841f0b636874d7e8ab766a7ffeec700013ccd9fd Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12334) 
   
   <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 #7000: [HUDI-5060] Make all clean policies support incremental mode to find partition paths

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "841f0b636874d7e8ab766a7ffeec700013ccd9fd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12334",
       "triggerID" : "841f0b636874d7e8ab766a7ffeec700013ccd9fd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2f0d3f94991326b1f9885bf844f0b2e3fc6dda3a",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12345",
       "triggerID" : "2f0d3f94991326b1f9885bf844f0b2e3fc6dda3a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9342f5cf5ede46c8469bafc0d81e09c43d62756f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12451",
       "triggerID" : "9342f5cf5ede46c8469bafc0d81e09c43d62756f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "effad866d44c59aee4cf5f55c95627e51bf8d5e9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12459",
       "triggerID" : "effad866d44c59aee4cf5f55c95627e51bf8d5e9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c9fe9314c82cc42ac497f47ccc8a53ae266beb55",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12462",
       "triggerID" : "c9fe9314c82cc42ac497f47ccc8a53ae266beb55",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f0c09d506905d6e80f109b900e6e04bacffec4e6",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "f0c09d506905d6e80f109b900e6e04bacffec4e6",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * c9fe9314c82cc42ac497f47ccc8a53ae266beb55 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12462) 
   * f0c09d506905d6e80f109b900e6e04bacffec4e6 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 #7000: [HUDI-5060] Make all clean policies support incremental mode to find partition paths

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "841f0b636874d7e8ab766a7ffeec700013ccd9fd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12334",
       "triggerID" : "841f0b636874d7e8ab766a7ffeec700013ccd9fd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2f0d3f94991326b1f9885bf844f0b2e3fc6dda3a",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12345",
       "triggerID" : "2f0d3f94991326b1f9885bf844f0b2e3fc6dda3a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9342f5cf5ede46c8469bafc0d81e09c43d62756f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12451",
       "triggerID" : "9342f5cf5ede46c8469bafc0d81e09c43d62756f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "effad866d44c59aee4cf5f55c95627e51bf8d5e9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12459",
       "triggerID" : "effad866d44c59aee4cf5f55c95627e51bf8d5e9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c9fe9314c82cc42ac497f47ccc8a53ae266beb55",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12462",
       "triggerID" : "c9fe9314c82cc42ac497f47ccc8a53ae266beb55",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f0c09d506905d6e80f109b900e6e04bacffec4e6",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12500",
       "triggerID" : "f0c09d506905d6e80f109b900e6e04bacffec4e6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f77806bcd4a38c2f4c1d44e970199d19bfc72737",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12511",
       "triggerID" : "f77806bcd4a38c2f4c1d44e970199d19bfc72737",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e7b35d5070a4c29f757cb9c35db0e137bc4c7a6e",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "e7b35d5070a4c29f757cb9c35db0e137bc4c7a6e",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * f0c09d506905d6e80f109b900e6e04bacffec4e6 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12500) 
   * f77806bcd4a38c2f4c1d44e970199d19bfc72737 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12511) 
   * e7b35d5070a4c29f757cb9c35db0e137bc4c7a6e 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