You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "slfan1989 (via GitHub)" <gi...@apache.org> on 2023/01/31 14:55:38 UTC

[GitHub] [hudi] slfan1989 opened a new pull request, #7809: [HUDI-5664] Improve SqlQueryPreCommitValidator#queries Parallelism.

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

   ### Change Logs
   JIRA: HUDI-5664. Improve SqlQueryPreCommitValidator#queries Parallelism.
   
   I found that SqlQueryPreCommitValidator#validateRecordsBeforeAndAfter has a todo
   
   ```
   // TODO run this in a thread pool to improve parallelism
   ```
   
   I think we can improve it using List's parallelStream.
   
   ### Impact
   
   none.
   
   ### Risk level (write none, low medium or high below)
   
   none.
   
   ### Documentation Update
   
   none.
   
   ### 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] slfan1989 commented on pull request #7809: [HUDI-5664] Improve SqlQueryPreCommitValidator#queries Parallelism.

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

   @danny0405 @yihua  @@xushiyan Can you help review this pr? Thank you very much!
   
   This part of the code uses Java's Stream Api, and the author hopes to use thread pool to improve processing performance. For this part, we can use List parallelStream. It can make full use of the machine's CPU for parallel processing.
   Parallel streams make use of the fork-join framework.
   
   


-- 
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 #7809: [HUDI-5664] Improve SqlQueryPreCommitValidator#queries Parallelism.

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "67c176d1ca863f7b261a356f6246ea9860b85457",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14817",
       "triggerID" : "67c176d1ca863f7b261a356f6246ea9860b85457",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d9e8bbc63f85369b1eaed13dafbf044e7fbcc270",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14819",
       "triggerID" : "d9e8bbc63f85369b1eaed13dafbf044e7fbcc270",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e5de7c7a8c7fadfdfcb31ee89f565d3257f1c217",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14870",
       "triggerID" : "e5de7c7a8c7fadfdfcb31ee89f565d3257f1c217",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b3e0941c936cfd11b66b69c05b9fb8bd237f91ec",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "b3e0941c936cfd11b66b69c05b9fb8bd237f91ec",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * e5de7c7a8c7fadfdfcb31ee89f565d3257f1c217 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14870) 
   * b3e0941c936cfd11b66b69c05b9fb8bd237f91ec 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 #7809: [HUDI-5664] Improve SqlQueryPreCommitValidator#queries Parallelism.

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "67c176d1ca863f7b261a356f6246ea9860b85457",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14817",
       "triggerID" : "67c176d1ca863f7b261a356f6246ea9860b85457",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d9e8bbc63f85369b1eaed13dafbf044e7fbcc270",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14819",
       "triggerID" : "d9e8bbc63f85369b1eaed13dafbf044e7fbcc270",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e5de7c7a8c7fadfdfcb31ee89f565d3257f1c217",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14870",
       "triggerID" : "e5de7c7a8c7fadfdfcb31ee89f565d3257f1c217",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b3e0941c936cfd11b66b69c05b9fb8bd237f91ec",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14912",
       "triggerID" : "b3e0941c936cfd11b66b69c05b9fb8bd237f91ec",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e700a9b1e7f58a37ab292a0881f774ec277a26dd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14966",
       "triggerID" : "e700a9b1e7f58a37ab292a0881f774ec277a26dd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "91fc8408021b51a0c355c053d4e5e0559d10b7d4",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15009",
       "triggerID" : "91fc8408021b51a0c355c053d4e5e0559d10b7d4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0c116f6338642ac384fa77a3b04dc1c9fb819e37",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15091",
       "triggerID" : "0c116f6338642ac384fa77a3b04dc1c9fb819e37",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 91fc8408021b51a0c355c053d4e5e0559d10b7d4 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15009) 
   * 0c116f6338642ac384fa77a3b04dc1c9fb819e37 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15091) 
   
   <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 #7809: [HUDI-5664] Improve SqlQueryPreCommitValidator#queries Parallelism.

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "67c176d1ca863f7b261a356f6246ea9860b85457",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14817",
       "triggerID" : "67c176d1ca863f7b261a356f6246ea9860b85457",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d9e8bbc63f85369b1eaed13dafbf044e7fbcc270",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14819",
       "triggerID" : "d9e8bbc63f85369b1eaed13dafbf044e7fbcc270",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * d9e8bbc63f85369b1eaed13dafbf044e7fbcc270 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14819) 
   
   <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 #7809: [HUDI-5664] Improve SqlQueryPreCommitValidator#queries Parallelism.

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "67c176d1ca863f7b261a356f6246ea9860b85457",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14817",
       "triggerID" : "67c176d1ca863f7b261a356f6246ea9860b85457",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d9e8bbc63f85369b1eaed13dafbf044e7fbcc270",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14819",
       "triggerID" : "d9e8bbc63f85369b1eaed13dafbf044e7fbcc270",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e5de7c7a8c7fadfdfcb31ee89f565d3257f1c217",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14870",
       "triggerID" : "e5de7c7a8c7fadfdfcb31ee89f565d3257f1c217",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b3e0941c936cfd11b66b69c05b9fb8bd237f91ec",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14912",
       "triggerID" : "b3e0941c936cfd11b66b69c05b9fb8bd237f91ec",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e700a9b1e7f58a37ab292a0881f774ec277a26dd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14966",
       "triggerID" : "e700a9b1e7f58a37ab292a0881f774ec277a26dd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "91fc8408021b51a0c355c053d4e5e0559d10b7d4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15009",
       "triggerID" : "91fc8408021b51a0c355c053d4e5e0559d10b7d4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0c116f6338642ac384fa77a3b04dc1c9fb819e37",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15091",
       "triggerID" : "0c116f6338642ac384fa77a3b04dc1c9fb819e37",
       "triggerType" : "PUSH"
     }, {
       "hash" : "73d9fc4e96af11208e3a949e72eeb9fc05bb4306",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15221",
       "triggerID" : "73d9fc4e96af11208e3a949e72eeb9fc05bb4306",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 0c116f6338642ac384fa77a3b04dc1c9fb819e37 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15091) 
   * 73d9fc4e96af11208e3a949e72eeb9fc05bb4306 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15221) 
   
   <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 #7809: [HUDI-5664] Improve SqlQueryPreCommitValidator#queries Parallelism.

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "67c176d1ca863f7b261a356f6246ea9860b85457",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14817",
       "triggerID" : "67c176d1ca863f7b261a356f6246ea9860b85457",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d9e8bbc63f85369b1eaed13dafbf044e7fbcc270",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14819",
       "triggerID" : "d9e8bbc63f85369b1eaed13dafbf044e7fbcc270",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e5de7c7a8c7fadfdfcb31ee89f565d3257f1c217",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14870",
       "triggerID" : "e5de7c7a8c7fadfdfcb31ee89f565d3257f1c217",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b3e0941c936cfd11b66b69c05b9fb8bd237f91ec",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14912",
       "triggerID" : "b3e0941c936cfd11b66b69c05b9fb8bd237f91ec",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e700a9b1e7f58a37ab292a0881f774ec277a26dd",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14966",
       "triggerID" : "e700a9b1e7f58a37ab292a0881f774ec277a26dd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "91fc8408021b51a0c355c053d4e5e0559d10b7d4",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15009",
       "triggerID" : "91fc8408021b51a0c355c053d4e5e0559d10b7d4",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * e700a9b1e7f58a37ab292a0881f774ec277a26dd Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14966) 
   * 91fc8408021b51a0c355c053d4e5e0559d10b7d4 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15009) 
   
   <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] slfan1989 commented on pull request #7809: [HUDI-5664] Improve SqlQueryPreCommitValidator#queries Parallelism.

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

   @danny0405 @codope Thank you very much for helping to review the code, I will continue to follow up.


-- 
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 #7809: [HUDI-5664] Improve SqlQueryPreCommitValidator#queries Parallelism.

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

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

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "67c176d1ca863f7b261a356f6246ea9860b85457",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14817",
       "triggerID" : "67c176d1ca863f7b261a356f6246ea9860b85457",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d9e8bbc63f85369b1eaed13dafbf044e7fbcc270",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14819",
       "triggerID" : "d9e8bbc63f85369b1eaed13dafbf044e7fbcc270",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e5de7c7a8c7fadfdfcb31ee89f565d3257f1c217",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14870",
       "triggerID" : "e5de7c7a8c7fadfdfcb31ee89f565d3257f1c217",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * e5de7c7a8c7fadfdfcb31ee89f565d3257f1c217 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14870) 
   
   <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 #7809: [HUDI-5664] Improve SqlQueryPreCommitValidator#queries Parallelism.

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "67c176d1ca863f7b261a356f6246ea9860b85457",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14817",
       "triggerID" : "67c176d1ca863f7b261a356f6246ea9860b85457",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d9e8bbc63f85369b1eaed13dafbf044e7fbcc270",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "d9e8bbc63f85369b1eaed13dafbf044e7fbcc270",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 67c176d1ca863f7b261a356f6246ea9860b85457 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14817) 
   * d9e8bbc63f85369b1eaed13dafbf044e7fbcc270 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 #7809: [HUDI-5664] Improve SqlQueryPreCommitValidator#queries Parallelism.

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "67c176d1ca863f7b261a356f6246ea9860b85457",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14817",
       "triggerID" : "67c176d1ca863f7b261a356f6246ea9860b85457",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d9e8bbc63f85369b1eaed13dafbf044e7fbcc270",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14819",
       "triggerID" : "d9e8bbc63f85369b1eaed13dafbf044e7fbcc270",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e5de7c7a8c7fadfdfcb31ee89f565d3257f1c217",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14870",
       "triggerID" : "e5de7c7a8c7fadfdfcb31ee89f565d3257f1c217",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b3e0941c936cfd11b66b69c05b9fb8bd237f91ec",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14912",
       "triggerID" : "b3e0941c936cfd11b66b69c05b9fb8bd237f91ec",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e700a9b1e7f58a37ab292a0881f774ec277a26dd",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14966",
       "triggerID" : "e700a9b1e7f58a37ab292a0881f774ec277a26dd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "91fc8408021b51a0c355c053d4e5e0559d10b7d4",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "91fc8408021b51a0c355c053d4e5e0559d10b7d4",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * e700a9b1e7f58a37ab292a0881f774ec277a26dd Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14966) 
   * 91fc8408021b51a0c355c053d4e5e0559d10b7d4 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 #7809: [HUDI-5664] Improve SqlQueryPreCommitValidator#queries Parallelism.

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "67c176d1ca863f7b261a356f6246ea9860b85457",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14817",
       "triggerID" : "67c176d1ca863f7b261a356f6246ea9860b85457",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d9e8bbc63f85369b1eaed13dafbf044e7fbcc270",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14819",
       "triggerID" : "d9e8bbc63f85369b1eaed13dafbf044e7fbcc270",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e5de7c7a8c7fadfdfcb31ee89f565d3257f1c217",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14870",
       "triggerID" : "e5de7c7a8c7fadfdfcb31ee89f565d3257f1c217",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b3e0941c936cfd11b66b69c05b9fb8bd237f91ec",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14912",
       "triggerID" : "b3e0941c936cfd11b66b69c05b9fb8bd237f91ec",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * b3e0941c936cfd11b66b69c05b9fb8bd237f91ec Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14912) 
   
   <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 #7809: [HUDI-5664] Improve SqlQueryPreCommitValidator#queries Parallelism.

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "67c176d1ca863f7b261a356f6246ea9860b85457",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "67c176d1ca863f7b261a356f6246ea9860b85457",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 67c176d1ca863f7b261a356f6246ea9860b85457 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] slfan1989 commented on pull request #7809: [HUDI-5664] Improve SqlQueryPreCommitValidator#queries Parallelism.

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

   @dannyhchen Can you help review this pr? Thank you very much!


-- 
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 #7809: [HUDI-5664] Improve SqlQueryPreCommitValidator#queries Parallelism.

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "67c176d1ca863f7b261a356f6246ea9860b85457",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14817",
       "triggerID" : "67c176d1ca863f7b261a356f6246ea9860b85457",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d9e8bbc63f85369b1eaed13dafbf044e7fbcc270",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14819",
       "triggerID" : "d9e8bbc63f85369b1eaed13dafbf044e7fbcc270",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e5de7c7a8c7fadfdfcb31ee89f565d3257f1c217",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14870",
       "triggerID" : "e5de7c7a8c7fadfdfcb31ee89f565d3257f1c217",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * d9e8bbc63f85369b1eaed13dafbf044e7fbcc270 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14819) 
   * e5de7c7a8c7fadfdfcb31ee89f565d3257f1c217 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14870) 
   
   <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 #7809: [HUDI-5664] Improve SqlQueryPreCommitValidator#queries Parallelism.

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "67c176d1ca863f7b261a356f6246ea9860b85457",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14817",
       "triggerID" : "67c176d1ca863f7b261a356f6246ea9860b85457",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d9e8bbc63f85369b1eaed13dafbf044e7fbcc270",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14819",
       "triggerID" : "d9e8bbc63f85369b1eaed13dafbf044e7fbcc270",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e5de7c7a8c7fadfdfcb31ee89f565d3257f1c217",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14870",
       "triggerID" : "e5de7c7a8c7fadfdfcb31ee89f565d3257f1c217",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b3e0941c936cfd11b66b69c05b9fb8bd237f91ec",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14912",
       "triggerID" : "b3e0941c936cfd11b66b69c05b9fb8bd237f91ec",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e700a9b1e7f58a37ab292a0881f774ec277a26dd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14966",
       "triggerID" : "e700a9b1e7f58a37ab292a0881f774ec277a26dd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "91fc8408021b51a0c355c053d4e5e0559d10b7d4",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15009",
       "triggerID" : "91fc8408021b51a0c355c053d4e5e0559d10b7d4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0c116f6338642ac384fa77a3b04dc1c9fb819e37",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0c116f6338642ac384fa77a3b04dc1c9fb819e37",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 91fc8408021b51a0c355c053d4e5e0559d10b7d4 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15009) 
   * 0c116f6338642ac384fa77a3b04dc1c9fb819e37 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 #7809: [HUDI-5664] Improve SqlQueryPreCommitValidator#queries Parallelism.

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "67c176d1ca863f7b261a356f6246ea9860b85457",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14817",
       "triggerID" : "67c176d1ca863f7b261a356f6246ea9860b85457",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d9e8bbc63f85369b1eaed13dafbf044e7fbcc270",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14819",
       "triggerID" : "d9e8bbc63f85369b1eaed13dafbf044e7fbcc270",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 67c176d1ca863f7b261a356f6246ea9860b85457 Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14817) 
   * d9e8bbc63f85369b1eaed13dafbf044e7fbcc270 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14819) 
   
   <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 #7809: [HUDI-5664] Improve SqlQueryPreCommitValidator#queries Parallelism.

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "67c176d1ca863f7b261a356f6246ea9860b85457",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14817",
       "triggerID" : "67c176d1ca863f7b261a356f6246ea9860b85457",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d9e8bbc63f85369b1eaed13dafbf044e7fbcc270",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14819",
       "triggerID" : "d9e8bbc63f85369b1eaed13dafbf044e7fbcc270",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e5de7c7a8c7fadfdfcb31ee89f565d3257f1c217",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14870",
       "triggerID" : "e5de7c7a8c7fadfdfcb31ee89f565d3257f1c217",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b3e0941c936cfd11b66b69c05b9fb8bd237f91ec",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14912",
       "triggerID" : "b3e0941c936cfd11b66b69c05b9fb8bd237f91ec",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e700a9b1e7f58a37ab292a0881f774ec277a26dd",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14966",
       "triggerID" : "e700a9b1e7f58a37ab292a0881f774ec277a26dd",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * e700a9b1e7f58a37ab292a0881f774ec277a26dd Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14966) 
   
   <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 merged pull request #7809: [HUDI-5664] Improve SqlQueryPreCommitValidator#queries Parallelism.

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


-- 
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 #7809: [HUDI-5664] Improve SqlQueryPreCommitValidator#queries Parallelism.

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

   Let's make the CI pass first.


-- 
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 #7809: [HUDI-5664] Improve SqlQueryPreCommitValidator#queries Parallelism.

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "67c176d1ca863f7b261a356f6246ea9860b85457",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14817",
       "triggerID" : "67c176d1ca863f7b261a356f6246ea9860b85457",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d9e8bbc63f85369b1eaed13dafbf044e7fbcc270",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14819",
       "triggerID" : "d9e8bbc63f85369b1eaed13dafbf044e7fbcc270",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e5de7c7a8c7fadfdfcb31ee89f565d3257f1c217",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14870",
       "triggerID" : "e5de7c7a8c7fadfdfcb31ee89f565d3257f1c217",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b3e0941c936cfd11b66b69c05b9fb8bd237f91ec",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14912",
       "triggerID" : "b3e0941c936cfd11b66b69c05b9fb8bd237f91ec",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * e5de7c7a8c7fadfdfcb31ee89f565d3257f1c217 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14870) 
   * b3e0941c936cfd11b66b69c05b9fb8bd237f91ec Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14912) 
   
   <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 #7809: [HUDI-5664] Improve SqlQueryPreCommitValidator#queries Parallelism.

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "67c176d1ca863f7b261a356f6246ea9860b85457",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14817",
       "triggerID" : "67c176d1ca863f7b261a356f6246ea9860b85457",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d9e8bbc63f85369b1eaed13dafbf044e7fbcc270",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14819",
       "triggerID" : "d9e8bbc63f85369b1eaed13dafbf044e7fbcc270",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e5de7c7a8c7fadfdfcb31ee89f565d3257f1c217",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14870",
       "triggerID" : "e5de7c7a8c7fadfdfcb31ee89f565d3257f1c217",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b3e0941c936cfd11b66b69c05b9fb8bd237f91ec",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14912",
       "triggerID" : "b3e0941c936cfd11b66b69c05b9fb8bd237f91ec",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e700a9b1e7f58a37ab292a0881f774ec277a26dd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14966",
       "triggerID" : "e700a9b1e7f58a37ab292a0881f774ec277a26dd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "91fc8408021b51a0c355c053d4e5e0559d10b7d4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15009",
       "triggerID" : "91fc8408021b51a0c355c053d4e5e0559d10b7d4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0c116f6338642ac384fa77a3b04dc1c9fb819e37",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15091",
       "triggerID" : "0c116f6338642ac384fa77a3b04dc1c9fb819e37",
       "triggerType" : "PUSH"
     }, {
       "hash" : "73d9fc4e96af11208e3a949e72eeb9fc05bb4306",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "73d9fc4e96af11208e3a949e72eeb9fc05bb4306",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 0c116f6338642ac384fa77a3b04dc1c9fb819e37 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15091) 
   * 73d9fc4e96af11208e3a949e72eeb9fc05bb4306 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 #7809: [HUDI-5664] Improve SqlQueryPreCommitValidator#queries Parallelism.

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "67c176d1ca863f7b261a356f6246ea9860b85457",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14817",
       "triggerID" : "67c176d1ca863f7b261a356f6246ea9860b85457",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d9e8bbc63f85369b1eaed13dafbf044e7fbcc270",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14819",
       "triggerID" : "d9e8bbc63f85369b1eaed13dafbf044e7fbcc270",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e5de7c7a8c7fadfdfcb31ee89f565d3257f1c217",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14870",
       "triggerID" : "e5de7c7a8c7fadfdfcb31ee89f565d3257f1c217",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b3e0941c936cfd11b66b69c05b9fb8bd237f91ec",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14912",
       "triggerID" : "b3e0941c936cfd11b66b69c05b9fb8bd237f91ec",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e700a9b1e7f58a37ab292a0881f774ec277a26dd",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14966",
       "triggerID" : "e700a9b1e7f58a37ab292a0881f774ec277a26dd",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * b3e0941c936cfd11b66b69c05b9fb8bd237f91ec Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14912) 
   * e700a9b1e7f58a37ab292a0881f774ec277a26dd Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14966) 
   
   <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 #7809: [HUDI-5664] Improve SqlQueryPreCommitValidator#queries Parallelism.

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "67c176d1ca863f7b261a356f6246ea9860b85457",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14817",
       "triggerID" : "67c176d1ca863f7b261a356f6246ea9860b85457",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d9e8bbc63f85369b1eaed13dafbf044e7fbcc270",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14819",
       "triggerID" : "d9e8bbc63f85369b1eaed13dafbf044e7fbcc270",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e5de7c7a8c7fadfdfcb31ee89f565d3257f1c217",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14870",
       "triggerID" : "e5de7c7a8c7fadfdfcb31ee89f565d3257f1c217",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b3e0941c936cfd11b66b69c05b9fb8bd237f91ec",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14912",
       "triggerID" : "b3e0941c936cfd11b66b69c05b9fb8bd237f91ec",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e700a9b1e7f58a37ab292a0881f774ec277a26dd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14966",
       "triggerID" : "e700a9b1e7f58a37ab292a0881f774ec277a26dd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "91fc8408021b51a0c355c053d4e5e0559d10b7d4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15009",
       "triggerID" : "91fc8408021b51a0c355c053d4e5e0559d10b7d4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0c116f6338642ac384fa77a3b04dc1c9fb819e37",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15091",
       "triggerID" : "0c116f6338642ac384fa77a3b04dc1c9fb819e37",
       "triggerType" : "PUSH"
     }, {
       "hash" : "73d9fc4e96af11208e3a949e72eeb9fc05bb4306",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15221",
       "triggerID" : "73d9fc4e96af11208e3a949e72eeb9fc05bb4306",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 73d9fc4e96af11208e3a949e72eeb9fc05bb4306 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15221) 
   
   <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 #7809: [HUDI-5664] Improve SqlQueryPreCommitValidator#queries Parallelism.

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "67c176d1ca863f7b261a356f6246ea9860b85457",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14817",
       "triggerID" : "67c176d1ca863f7b261a356f6246ea9860b85457",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d9e8bbc63f85369b1eaed13dafbf044e7fbcc270",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14819",
       "triggerID" : "d9e8bbc63f85369b1eaed13dafbf044e7fbcc270",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e5de7c7a8c7fadfdfcb31ee89f565d3257f1c217",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14870",
       "triggerID" : "e5de7c7a8c7fadfdfcb31ee89f565d3257f1c217",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b3e0941c936cfd11b66b69c05b9fb8bd237f91ec",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14912",
       "triggerID" : "b3e0941c936cfd11b66b69c05b9fb8bd237f91ec",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e700a9b1e7f58a37ab292a0881f774ec277a26dd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14966",
       "triggerID" : "e700a9b1e7f58a37ab292a0881f774ec277a26dd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "91fc8408021b51a0c355c053d4e5e0559d10b7d4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15009",
       "triggerID" : "91fc8408021b51a0c355c053d4e5e0559d10b7d4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0c116f6338642ac384fa77a3b04dc1c9fb819e37",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15091",
       "triggerID" : "0c116f6338642ac384fa77a3b04dc1c9fb819e37",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 0c116f6338642ac384fa77a3b04dc1c9fb819e37 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15091) 
   
   <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 #7809: [HUDI-5664] Improve SqlQueryPreCommitValidator#queries Parallelism.

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

   Thanks, can you squash the commits and rebase with latest master then for-push again? There are fixes for the failing tests.


-- 
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 #7809: [HUDI-5664] Improve SqlQueryPreCommitValidator#queries Parallelism.

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "67c176d1ca863f7b261a356f6246ea9860b85457",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14817",
       "triggerID" : "67c176d1ca863f7b261a356f6246ea9860b85457",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d9e8bbc63f85369b1eaed13dafbf044e7fbcc270",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14819",
       "triggerID" : "d9e8bbc63f85369b1eaed13dafbf044e7fbcc270",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e5de7c7a8c7fadfdfcb31ee89f565d3257f1c217",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14870",
       "triggerID" : "e5de7c7a8c7fadfdfcb31ee89f565d3257f1c217",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b3e0941c936cfd11b66b69c05b9fb8bd237f91ec",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14912",
       "triggerID" : "b3e0941c936cfd11b66b69c05b9fb8bd237f91ec",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e700a9b1e7f58a37ab292a0881f774ec277a26dd",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "e700a9b1e7f58a37ab292a0881f774ec277a26dd",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * b3e0941c936cfd11b66b69c05b9fb8bd237f91ec Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14912) 
   * e700a9b1e7f58a37ab292a0881f774ec277a26dd 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 #7809: [HUDI-5664] Improve SqlQueryPreCommitValidator#queries Parallelism.

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "67c176d1ca863f7b261a356f6246ea9860b85457",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14817",
       "triggerID" : "67c176d1ca863f7b261a356f6246ea9860b85457",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d9e8bbc63f85369b1eaed13dafbf044e7fbcc270",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14819",
       "triggerID" : "d9e8bbc63f85369b1eaed13dafbf044e7fbcc270",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e5de7c7a8c7fadfdfcb31ee89f565d3257f1c217",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "e5de7c7a8c7fadfdfcb31ee89f565d3257f1c217",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * d9e8bbc63f85369b1eaed13dafbf044e7fbcc270 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14819) 
   * e5de7c7a8c7fadfdfcb31ee89f565d3257f1c217 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] slfan1989 commented on pull request #7809: [HUDI-5664] Improve SqlQueryPreCommitValidator#queries Parallelism.

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

   @codope Can you help review this pr? Thank you very much!


-- 
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 #7809: [HUDI-5664] Improve SqlQueryPreCommitValidator#queries Parallelism.

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "67c176d1ca863f7b261a356f6246ea9860b85457",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14817",
       "triggerID" : "67c176d1ca863f7b261a356f6246ea9860b85457",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d9e8bbc63f85369b1eaed13dafbf044e7fbcc270",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14819",
       "triggerID" : "d9e8bbc63f85369b1eaed13dafbf044e7fbcc270",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e5de7c7a8c7fadfdfcb31ee89f565d3257f1c217",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14870",
       "triggerID" : "e5de7c7a8c7fadfdfcb31ee89f565d3257f1c217",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b3e0941c936cfd11b66b69c05b9fb8bd237f91ec",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14912",
       "triggerID" : "b3e0941c936cfd11b66b69c05b9fb8bd237f91ec",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e700a9b1e7f58a37ab292a0881f774ec277a26dd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14966",
       "triggerID" : "e700a9b1e7f58a37ab292a0881f774ec277a26dd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "91fc8408021b51a0c355c053d4e5e0559d10b7d4",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15009",
       "triggerID" : "91fc8408021b51a0c355c053d4e5e0559d10b7d4",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 91fc8408021b51a0c355c053d4e5e0559d10b7d4 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15009) 
   
   <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] slfan1989 commented on pull request #7809: [HUDI-5664] Improve SqlQueryPreCommitValidator#queries Parallelism.

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

   @codope @danny0405 Can you help to review this PR again? Thank you very much!


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