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/26 13:40:26 UTC

[GitHub] [hudi] xushiyan opened a new pull request, #7069: [HUDI-5097] Fix partition reading without partition fields table config

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

   ### Change Logs
   
   Revert to `FSUtils.getAllPartitionPaths` to load partitions properly. Details in https://github.com/apache/hudi/pull/6016#discussion_r1005459420
   
   ### Impact
   
   Affects partition reading logic for partitioned tables.
   
   ### Risk level
   
   Low
   
   ### Documentation Update
   
   NA
   
   ### 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] alexeykudinkin commented on pull request #7069: [HUDI-5097] Fix partition reading without partition fields table config

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

   > not landing this to master. only meant for 0.12.2 release patch
   LGTM


-- 
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 #7069: [HUDI-5097] Fix partition reading without partition fields table config

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "0fa2259ccb14da2fe165833810de4b1e27de974d",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12601",
       "triggerID" : "0fa2259ccb14da2fe165833810de4b1e27de974d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 0fa2259ccb14da2fe165833810de4b1e27de974d Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12601) 
   
   <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 #7069: [HUDI-5097] Fix partition reading without partition fields table config

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

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


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

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

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


[GitHub] [hudi] xushiyan commented on pull request #7069: [HUDI-5097] Fix partition reading without partition fields table config

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

   not landing this to master. only meant for 0.12.2 release patch


-- 
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] alexeykudinkin merged pull request #7069: [HUDI-5097] Fix partition reading without partition fields table config

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


-- 
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 #7069: [HUDI-5097] Fix partition reading without partition fields table config

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "0fa2259ccb14da2fe165833810de4b1e27de974d",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12601",
       "triggerID" : "0fa2259ccb14da2fe165833810de4b1e27de974d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a9bc4cc775f59c4cd7f04511150a74b9709653be",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "a9bc4cc775f59c4cd7f04511150a74b9709653be",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 0fa2259ccb14da2fe165833810de4b1e27de974d Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12601) 
   * a9bc4cc775f59c4cd7f04511150a74b9709653be 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 #7069: [HUDI-5097] Fix partition reading without partition fields table config

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "0fa2259ccb14da2fe165833810de4b1e27de974d",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0fa2259ccb14da2fe165833810de4b1e27de974d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 0fa2259ccb14da2fe165833810de4b1e27de974d 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 #7069: [HUDI-5097] Fix partition reading without partition fields table config

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "0fa2259ccb14da2fe165833810de4b1e27de974d",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12601",
       "triggerID" : "0fa2259ccb14da2fe165833810de4b1e27de974d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a9bc4cc775f59c4cd7f04511150a74b9709653be",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13764",
       "triggerID" : "a9bc4cc775f59c4cd7f04511150a74b9709653be",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 0fa2259ccb14da2fe165833810de4b1e27de974d Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12601) 
   * a9bc4cc775f59c4cd7f04511150a74b9709653be Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=13764) 
   
   <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 #7069: [HUDI-5097] Fix partition reading without partition fields table config

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

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