You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "alexguo8 (via GitHub)" <gi...@apache.org> on 2023/03/22 12:45:46 UTC

[GitHub] [hudi] alexguo8 opened a new pull request, #8269: [HUDI-5967] Add partition ordering for full table scans

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

   ### Change Logs
   
   _Describe context and summary for this change. Highlight if any code was copied._
   - More details in the ticket https://issues.apache.org/jira/browse/HUDI-5967
   - Currently, when performing a full table scan during a streaming read (when the start commit is EARLIEST), the partitions are collected into a HashSet which randomizes the order
   - For time partitioned tables, this means that Flink pipeline could read a partition for hour 11, advance the watermarks, then read the partitions for hour 8, and consider every record to be late
   - So, we use a TreeSet to force partition level ordering for full table scans
   - Test requires Hadoop to be running locally, similar to TestFileIndex tests
   
   ### Impact
   
   _Describe any public API or user-facing feature change or any performance impact._
   - Since the full table scan only occurs once at the beginning of the streaming read, the partitions only need to be sorted once so there shouldn't be any performance impact
   - Reading from time partitioned tables should now work properly with time-sensitive Flink pipelines
   - Reading from non-time partitioned tables should have no functional impact 
   
   ### Risk level (write none, low medium or high below)
   
   _If medium or high, explain what verification was done to mitigate the risks._
   - 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
   
   - [X] Read through [contributor's guide](https://hudi.apache.org/contribute/how-to-contribute)
   - [X] Change Logs and Impact were stated clearly
   - [X] 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 #8269: [HUDI-5967] Add partition ordering for full table scans

Posted by "hudi-bot (via GitHub)" <gi...@apache.org>.
hudi-bot commented on PR #8269:
URL: https://github.com/apache/hudi/pull/8269#issuecomment-1479549253

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f7acd84f9f47b10e09e8242171ded6d2feb5987e",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15855",
       "triggerID" : "f7acd84f9f47b10e09e8242171ded6d2feb5987e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f7acd84f9f47b10e09e8242171ded6d2feb5987e",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15856",
       "triggerID" : "1479516449",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * f7acd84f9f47b10e09e8242171ded6d2feb5987e Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15855) Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15856) 
   
   <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 #8269: [HUDI-5967] Add partition ordering for full table scans

Posted by "hudi-bot (via GitHub)" <gi...@apache.org>.
hudi-bot commented on PR #8269:
URL: https://github.com/apache/hudi/pull/8269#issuecomment-1479613820

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f7acd84f9f47b10e09e8242171ded6d2feb5987e",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15855",
       "triggerID" : "f7acd84f9f47b10e09e8242171ded6d2feb5987e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f7acd84f9f47b10e09e8242171ded6d2feb5987e",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15856",
       "triggerID" : "1479516449",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * f7acd84f9f47b10e09e8242171ded6d2feb5987e Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15855) Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15856) 
   
   <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 #8269: [HUDI-5967] Add partition ordering for full table scans

Posted by "hudi-bot (via GitHub)" <gi...@apache.org>.
hudi-bot commented on PR #8269:
URL: https://github.com/apache/hudi/pull/8269#issuecomment-1480181611

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f7acd84f9f47b10e09e8242171ded6d2feb5987e",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15855",
       "triggerID" : "f7acd84f9f47b10e09e8242171ded6d2feb5987e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f7acd84f9f47b10e09e8242171ded6d2feb5987e",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15856",
       "triggerID" : "1479516449",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "a6080a65d937c2f2ca30fa99d5859d01509b5a16",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15859",
       "triggerID" : "a6080a65d937c2f2ca30fa99d5859d01509b5a16",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * f7acd84f9f47b10e09e8242171ded6d2feb5987e Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15855) Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15856) 
   * a6080a65d937c2f2ca30fa99d5859d01509b5a16 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15859) 
   
   <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 #8269: [HUDI-5967] Add partition ordering for full table scans

Posted by "hudi-bot (via GitHub)" <gi...@apache.org>.
hudi-bot commented on PR #8269:
URL: https://github.com/apache/hudi/pull/8269#issuecomment-1479538228

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f7acd84f9f47b10e09e8242171ded6d2feb5987e",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "f7acd84f9f47b10e09e8242171ded6d2feb5987e",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * f7acd84f9f47b10e09e8242171ded6d2feb5987e 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 #8269: [HUDI-5967] Add partition ordering for full table scans

Posted by "hudi-bot (via GitHub)" <gi...@apache.org>.
hudi-bot commented on PR #8269:
URL: https://github.com/apache/hudi/pull/8269#issuecomment-1480104739

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f7acd84f9f47b10e09e8242171ded6d2feb5987e",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15855",
       "triggerID" : "f7acd84f9f47b10e09e8242171ded6d2feb5987e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f7acd84f9f47b10e09e8242171ded6d2feb5987e",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15856",
       "triggerID" : "1479516449",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * f7acd84f9f47b10e09e8242171ded6d2feb5987e Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15855) Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15856) 
   
   <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 #8269: [HUDI-5967] Add partition ordering for full table scans

Posted by "hudi-bot (via GitHub)" <gi...@apache.org>.
hudi-bot commented on PR #8269:
URL: https://github.com/apache/hudi/pull/8269#issuecomment-1482215101

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f7acd84f9f47b10e09e8242171ded6d2feb5987e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15855",
       "triggerID" : "f7acd84f9f47b10e09e8242171ded6d2feb5987e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f7acd84f9f47b10e09e8242171ded6d2feb5987e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15856",
       "triggerID" : "1479516449",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "a6080a65d937c2f2ca30fa99d5859d01509b5a16",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15859",
       "triggerID" : "a6080a65d937c2f2ca30fa99d5859d01509b5a16",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a6080a65d937c2f2ca30fa99d5859d01509b5a16",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15884",
       "triggerID" : "1482209783",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * a6080a65d937c2f2ca30fa99d5859d01509b5a16 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15859) Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15884) 
   
   <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 #8269: [HUDI-5967] Add partition ordering for full table scans

Posted by "hudi-bot (via GitHub)" <gi...@apache.org>.
hudi-bot commented on PR #8269:
URL: https://github.com/apache/hudi/pull/8269#issuecomment-1480123014

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f7acd84f9f47b10e09e8242171ded6d2feb5987e",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15855",
       "triggerID" : "f7acd84f9f47b10e09e8242171ded6d2feb5987e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f7acd84f9f47b10e09e8242171ded6d2feb5987e",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15856",
       "triggerID" : "1479516449",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "a6080a65d937c2f2ca30fa99d5859d01509b5a16",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "a6080a65d937c2f2ca30fa99d5859d01509b5a16",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * f7acd84f9f47b10e09e8242171ded6d2feb5987e Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15855) Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15856) 
   * a6080a65d937c2f2ca30fa99d5859d01509b5a16 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] danny0405 commented on pull request #8269: [HUDI-5967] Add partition ordering for full table scans

Posted by "danny0405 (via GitHub)" <gi...@apache.org>.
danny0405 commented on PR #8269:
URL: https://github.com/apache/hudi/pull/8269#issuecomment-1482209671

   There is a timeout: https://dev.azure.com/apache-hudi-ci-org/apache-hudi-ci/_build/results?buildId=15859&view=logs&j=3b6e910d-b98f-5de6-b9cb-1e5ff571f5de&t=30b5aae4-0ea0-5566-42d0-febf71a7061a&l=312835


-- 
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] danny0405 commented on pull request #8269: [HUDI-5967] Add partition ordering for full table scans

Posted by "danny0405 (via GitHub)" <gi...@apache.org>.
danny0405 commented on PR #8269:
URL: https://github.com/apache/hudi/pull/8269#issuecomment-1482209783

   @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 #8269: [HUDI-5967] Add partition ordering for full table scans

Posted by "hudi-bot (via GitHub)" <gi...@apache.org>.
hudi-bot commented on PR #8269:
URL: https://github.com/apache/hudi/pull/8269#issuecomment-1480313153

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f7acd84f9f47b10e09e8242171ded6d2feb5987e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15855",
       "triggerID" : "f7acd84f9f47b10e09e8242171ded6d2feb5987e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f7acd84f9f47b10e09e8242171ded6d2feb5987e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15856",
       "triggerID" : "1479516449",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "a6080a65d937c2f2ca30fa99d5859d01509b5a16",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15859",
       "triggerID" : "a6080a65d937c2f2ca30fa99d5859d01509b5a16",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * a6080a65d937c2f2ca30fa99d5859d01509b5a16 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15859) 
   
   <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 #8269: [HUDI-5967] Add partition ordering for full table scans

Posted by "hudi-bot (via GitHub)" <gi...@apache.org>.
hudi-bot commented on PR #8269:
URL: https://github.com/apache/hudi/pull/8269#issuecomment-1482304218

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f7acd84f9f47b10e09e8242171ded6d2feb5987e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15855",
       "triggerID" : "f7acd84f9f47b10e09e8242171ded6d2feb5987e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f7acd84f9f47b10e09e8242171ded6d2feb5987e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15856",
       "triggerID" : "1479516449",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "a6080a65d937c2f2ca30fa99d5859d01509b5a16",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15859",
       "triggerID" : "a6080a65d937c2f2ca30fa99d5859d01509b5a16",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a6080a65d937c2f2ca30fa99d5859d01509b5a16",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15884",
       "triggerID" : "1482209783",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * a6080a65d937c2f2ca30fa99d5859d01509b5a16 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15859) Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15884) 
   
   <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] danny0405 commented on pull request #8269: [HUDI-5967] Add partition ordering for full table scans

Posted by "danny0405 (via GitHub)" <gi...@apache.org>.
danny0405 commented on PR #8269:
URL: https://github.com/apache/hudi/pull/8269#issuecomment-1482353146

   The only failure comes from hudi-integ-test, should not be affected by the patch: https://dev.azure.com/apache-hudi-ci-org/apache-hudi-ci/_build/results?buildId=15884&view=logs&j=3b6e910d-b98f-5de6-b9cb-1e5ff571f5de&t=30b5aae4-0ea0-5566-42d0-febf71a7061a&l=706030


-- 
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] danny0405 merged pull request #8269: [HUDI-5967] Add partition ordering for full table scans

Posted by "danny0405 (via GitHub)" <gi...@apache.org>.
danny0405 merged PR #8269:
URL: https://github.com/apache/hudi/pull/8269


-- 
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] alexguo8 commented on pull request #8269: [HUDI-5967] Add partition ordering for full table scans

Posted by "alexguo8 (via GitHub)" <gi...@apache.org>.
alexguo8 commented on PR #8269:
URL: https://github.com/apache/hudi/pull/8269#issuecomment-1479516449

   @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