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/06/08 22:49:10 UTC

[GitHub] [hudi] rahil-c opened a new pull request, #5802: [WIP] Support Hadoop 3.x Hive 3.x Spark 3.x (squash)

rahil-c opened a new pull request, #5802:
URL: https://github.com/apache/hudi/pull/5802

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


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

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

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


[GitHub] [hudi] hudi-bot commented on pull request #5802: Support Hadoop 3.x Hive 3.x Spark 3.x (squash)

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "214cf8e119a8438c9889b52514f71e235553f61c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9174",
       "triggerID" : "214cf8e119a8438c9889b52514f71e235553f61c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "214cf8e119a8438c9889b52514f71e235553f61c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9174",
       "triggerID" : "1151364194",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "9a1db6e14750b2a6c7090454c82a9aa45236f487",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9194",
       "triggerID" : "9a1db6e14750b2a6c7090454c82a9aa45236f487",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9a1db6e14750b2a6c7090454c82a9aa45236f487",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9194",
       "triggerID" : "1151512211",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c443624ac6175950caa7f2ac1b6a6de9b8e92ab8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9198",
       "triggerID" : "c443624ac6175950caa7f2ac1b6a6de9b8e92ab8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2e52ebe2593339cdc3864052ccce4df5f62857b2",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "2e52ebe2593339cdc3864052ccce4df5f62857b2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b4f79d95e716973de2c3ec049c36d23bb22226c2",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9202",
       "triggerID" : "b4f79d95e716973de2c3ec049c36d23bb22226c2",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 2e52ebe2593339cdc3864052ccce4df5f62857b2 UNKNOWN
   * b4f79d95e716973de2c3ec049c36d23bb22226c2 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9202) 
   
   <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 #5802: Support Hadoop 3.x Hive 3.x Spark 3.x (squash)

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "214cf8e119a8438c9889b52514f71e235553f61c",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9174",
       "triggerID" : "214cf8e119a8438c9889b52514f71e235553f61c",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 214cf8e119a8438c9889b52514f71e235553f61c Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9174) 
   
   <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 #5802: Support Hadoop 3.x Hive 3.x Spark 3.x (squash)

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "214cf8e119a8438c9889b52514f71e235553f61c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9174",
       "triggerID" : "214cf8e119a8438c9889b52514f71e235553f61c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "214cf8e119a8438c9889b52514f71e235553f61c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9174",
       "triggerID" : "1151364194",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "9a1db6e14750b2a6c7090454c82a9aa45236f487",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9194",
       "triggerID" : "9a1db6e14750b2a6c7090454c82a9aa45236f487",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9a1db6e14750b2a6c7090454c82a9aa45236f487",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9194",
       "triggerID" : "1151512211",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c443624ac6175950caa7f2ac1b6a6de9b8e92ab8",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9198",
       "triggerID" : "c443624ac6175950caa7f2ac1b6a6de9b8e92ab8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2e52ebe2593339cdc3864052ccce4df5f62857b2",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "2e52ebe2593339cdc3864052ccce4df5f62857b2",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * c443624ac6175950caa7f2ac1b6a6de9b8e92ab8 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9198) 
   * 2e52ebe2593339cdc3864052ccce4df5f62857b2 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 #5802: Support Hadoop 3.x Hive 3.x Spark 3.x (squash)

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "214cf8e119a8438c9889b52514f71e235553f61c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9174",
       "triggerID" : "214cf8e119a8438c9889b52514f71e235553f61c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "214cf8e119a8438c9889b52514f71e235553f61c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9174",
       "triggerID" : "1151364194",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "9a1db6e14750b2a6c7090454c82a9aa45236f487",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9194",
       "triggerID" : "9a1db6e14750b2a6c7090454c82a9aa45236f487",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9a1db6e14750b2a6c7090454c82a9aa45236f487",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9194",
       "triggerID" : "1151512211",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c443624ac6175950caa7f2ac1b6a6de9b8e92ab8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9198",
       "triggerID" : "c443624ac6175950caa7f2ac1b6a6de9b8e92ab8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2e52ebe2593339cdc3864052ccce4df5f62857b2",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "2e52ebe2593339cdc3864052ccce4df5f62857b2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b4f79d95e716973de2c3ec049c36d23bb22226c2",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9202",
       "triggerID" : "b4f79d95e716973de2c3ec049c36d23bb22226c2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2e52ebe2593339cdc3864052ccce4df5f62857b2",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1152621791",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "3bf6b1c06a4339c77f641a8ed3b3d1d83362991e",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "3bf6b1c06a4339c77f641a8ed3b3d1d83362991e",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 2e52ebe2593339cdc3864052ccce4df5f62857b2 UNKNOWN
   * b4f79d95e716973de2c3ec049c36d23bb22226c2 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9202) 
   * 3bf6b1c06a4339c77f641a8ed3b3d1d83362991e 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 #5802: Support Hadoop 3.x Hive 3.x Spark 3.x (squash)

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "214cf8e119a8438c9889b52514f71e235553f61c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "214cf8e119a8438c9889b52514f71e235553f61c",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 214cf8e119a8438c9889b52514f71e235553f61c 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] rahil-c commented on pull request #5802: Support Hadoop 3.x Hive 3.x Spark 3.x (squash)

Posted by GitBox <gi...@apache.org>.
rahil-c commented on PR #5802:
URL: https://github.com/apache/hudi/pull/5802#issuecomment-1152621791

   @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 #5802: Support Hadoop 3.x Hive 3.x Spark 3.x (squash)

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "214cf8e119a8438c9889b52514f71e235553f61c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9174",
       "triggerID" : "214cf8e119a8438c9889b52514f71e235553f61c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "214cf8e119a8438c9889b52514f71e235553f61c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9174",
       "triggerID" : "1151364194",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "9a1db6e14750b2a6c7090454c82a9aa45236f487",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9194",
       "triggerID" : "9a1db6e14750b2a6c7090454c82a9aa45236f487",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9a1db6e14750b2a6c7090454c82a9aa45236f487",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9194",
       "triggerID" : "1151512211",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c443624ac6175950caa7f2ac1b6a6de9b8e92ab8",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9198",
       "triggerID" : "c443624ac6175950caa7f2ac1b6a6de9b8e92ab8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2e52ebe2593339cdc3864052ccce4df5f62857b2",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "2e52ebe2593339cdc3864052ccce4df5f62857b2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b4f79d95e716973de2c3ec049c36d23bb22226c2",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "b4f79d95e716973de2c3ec049c36d23bb22226c2",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * c443624ac6175950caa7f2ac1b6a6de9b8e92ab8 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9198) 
   * 2e52ebe2593339cdc3864052ccce4df5f62857b2 UNKNOWN
   * b4f79d95e716973de2c3ec049c36d23bb22226c2 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] rahil-c commented on pull request #5802: Support Hadoop 3.x Hive 3.x Spark 3.x (squash)

Posted by GitBox <gi...@apache.org>.
rahil-c commented on PR #5802:
URL: https://github.com/apache/hudi/pull/5802#issuecomment-1151512211

   @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 #5802: Support Hadoop 3.x Hive 3.x Spark 3.x (squash)

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "214cf8e119a8438c9889b52514f71e235553f61c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9174",
       "triggerID" : "214cf8e119a8438c9889b52514f71e235553f61c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "214cf8e119a8438c9889b52514f71e235553f61c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9174",
       "triggerID" : "1151364194",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "9a1db6e14750b2a6c7090454c82a9aa45236f487",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9194",
       "triggerID" : "9a1db6e14750b2a6c7090454c82a9aa45236f487",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9a1db6e14750b2a6c7090454c82a9aa45236f487",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9194",
       "triggerID" : "1151512211",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c443624ac6175950caa7f2ac1b6a6de9b8e92ab8",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "c443624ac6175950caa7f2ac1b6a6de9b8e92ab8",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9a1db6e14750b2a6c7090454c82a9aa45236f487 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9194) 
   * c443624ac6175950caa7f2ac1b6a6de9b8e92ab8 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 #5802: Support Hadoop 3.x Hive 3.x Spark 3.x (squash)

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "214cf8e119a8438c9889b52514f71e235553f61c",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9174",
       "triggerID" : "214cf8e119a8438c9889b52514f71e235553f61c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "214cf8e119a8438c9889b52514f71e235553f61c",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9174",
       "triggerID" : "1151364194",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "9a1db6e14750b2a6c7090454c82a9aa45236f487",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9a1db6e14750b2a6c7090454c82a9aa45236f487",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 214cf8e119a8438c9889b52514f71e235553f61c Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9174) 
   * 9a1db6e14750b2a6c7090454c82a9aa45236f487 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 #5802: Support Hadoop 3.x Hive 3.x Spark 3.x (squash)

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "214cf8e119a8438c9889b52514f71e235553f61c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9174",
       "triggerID" : "214cf8e119a8438c9889b52514f71e235553f61c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "214cf8e119a8438c9889b52514f71e235553f61c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9174",
       "triggerID" : "1151364194",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "9a1db6e14750b2a6c7090454c82a9aa45236f487",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9194",
       "triggerID" : "9a1db6e14750b2a6c7090454c82a9aa45236f487",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9a1db6e14750b2a6c7090454c82a9aa45236f487 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9194) 
   
   <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] rahil-c commented on pull request #5802: Support Hadoop 3.x Hive 3.x Spark 3.x (squash)

Posted by GitBox <gi...@apache.org>.
rahil-c commented on PR #5802:
URL: https://github.com/apache/hudi/pull/5802#issuecomment-1151364194

   @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 #5802: Support Hadoop 3.x Hive 3.x Spark 3.x (squash)

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "214cf8e119a8438c9889b52514f71e235553f61c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9174",
       "triggerID" : "214cf8e119a8438c9889b52514f71e235553f61c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "214cf8e119a8438c9889b52514f71e235553f61c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9174",
       "triggerID" : "1151364194",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "9a1db6e14750b2a6c7090454c82a9aa45236f487",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9194",
       "triggerID" : "9a1db6e14750b2a6c7090454c82a9aa45236f487",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9a1db6e14750b2a6c7090454c82a9aa45236f487",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9194",
       "triggerID" : "1151512211",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c443624ac6175950caa7f2ac1b6a6de9b8e92ab8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9198",
       "triggerID" : "c443624ac6175950caa7f2ac1b6a6de9b8e92ab8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2e52ebe2593339cdc3864052ccce4df5f62857b2",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "2e52ebe2593339cdc3864052ccce4df5f62857b2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b4f79d95e716973de2c3ec049c36d23bb22226c2",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9202",
       "triggerID" : "b4f79d95e716973de2c3ec049c36d23bb22226c2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2e52ebe2593339cdc3864052ccce4df5f62857b2",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1152621791",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "3bf6b1c06a4339c77f641a8ed3b3d1d83362991e",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9221",
       "triggerID" : "3bf6b1c06a4339c77f641a8ed3b3d1d83362991e",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 2e52ebe2593339cdc3864052ccce4df5f62857b2 UNKNOWN
   * b4f79d95e716973de2c3ec049c36d23bb22226c2 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9202) 
   * 3bf6b1c06a4339c77f641a8ed3b3d1d83362991e Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9221) 
   
   <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 #5802: Support Hadoop 3.x Hive 3.x Spark 3.x (squash)

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "214cf8e119a8438c9889b52514f71e235553f61c",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9174",
       "triggerID" : "214cf8e119a8438c9889b52514f71e235553f61c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "214cf8e119a8438c9889b52514f71e235553f61c",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9174",
       "triggerID" : "1151364194",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "9a1db6e14750b2a6c7090454c82a9aa45236f487",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9194",
       "triggerID" : "9a1db6e14750b2a6c7090454c82a9aa45236f487",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 214cf8e119a8438c9889b52514f71e235553f61c Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9174) 
   * 9a1db6e14750b2a6c7090454c82a9aa45236f487 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9194) 
   
   <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 #5802: Support Hadoop 3.x Hive 3.x Spark 3.x (squash)

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "214cf8e119a8438c9889b52514f71e235553f61c",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9174",
       "triggerID" : "214cf8e119a8438c9889b52514f71e235553f61c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "214cf8e119a8438c9889b52514f71e235553f61c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1151364194",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 214cf8e119a8438c9889b52514f71e235553f61c Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9174) 
   
   <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] rahil-c closed pull request #5802: Support Hadoop 3.x Hive 3.x Spark 3.x (squash)

Posted by GitBox <gi...@apache.org>.
rahil-c closed pull request #5802: Support Hadoop 3.x Hive 3.x Spark 3.x (squash)
URL: https://github.com/apache/hudi/pull/5802


-- 
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 #5802: Support Hadoop 3.x Hive 3.x Spark 3.x (squash)

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "214cf8e119a8438c9889b52514f71e235553f61c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9174",
       "triggerID" : "214cf8e119a8438c9889b52514f71e235553f61c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "214cf8e119a8438c9889b52514f71e235553f61c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9174",
       "triggerID" : "1151364194",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "9a1db6e14750b2a6c7090454c82a9aa45236f487",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9194",
       "triggerID" : "9a1db6e14750b2a6c7090454c82a9aa45236f487",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9a1db6e14750b2a6c7090454c82a9aa45236f487",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9194",
       "triggerID" : "1151512211",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c443624ac6175950caa7f2ac1b6a6de9b8e92ab8",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9198",
       "triggerID" : "c443624ac6175950caa7f2ac1b6a6de9b8e92ab8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2e52ebe2593339cdc3864052ccce4df5f62857b2",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "2e52ebe2593339cdc3864052ccce4df5f62857b2",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9a1db6e14750b2a6c7090454c82a9aa45236f487 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9194) 
   * c443624ac6175950caa7f2ac1b6a6de9b8e92ab8 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9198) 
   * 2e52ebe2593339cdc3864052ccce4df5f62857b2 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] rahil-c commented on pull request #5802: [WIP] Support Hadoop 3.x Hive 3.x Spark 3.x (squash)

Posted by GitBox <gi...@apache.org>.
rahil-c commented on PR #5802:
URL: https://github.com/apache/hudi/pull/5802#issuecomment-1150585254

   
   @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 #5802: Support Hadoop 3.x Hive 3.x Spark 3.x (squash)

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "214cf8e119a8438c9889b52514f71e235553f61c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9174",
       "triggerID" : "214cf8e119a8438c9889b52514f71e235553f61c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "214cf8e119a8438c9889b52514f71e235553f61c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9174",
       "triggerID" : "1151364194",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "9a1db6e14750b2a6c7090454c82a9aa45236f487",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9194",
       "triggerID" : "9a1db6e14750b2a6c7090454c82a9aa45236f487",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9a1db6e14750b2a6c7090454c82a9aa45236f487",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9194",
       "triggerID" : "1151512211",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c443624ac6175950caa7f2ac1b6a6de9b8e92ab8",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9198",
       "triggerID" : "c443624ac6175950caa7f2ac1b6a6de9b8e92ab8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2e52ebe2593339cdc3864052ccce4df5f62857b2",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "2e52ebe2593339cdc3864052ccce4df5f62857b2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b4f79d95e716973de2c3ec049c36d23bb22226c2",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9202",
       "triggerID" : "b4f79d95e716973de2c3ec049c36d23bb22226c2",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * c443624ac6175950caa7f2ac1b6a6de9b8e92ab8 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9198) 
   * 2e52ebe2593339cdc3864052ccce4df5f62857b2 UNKNOWN
   * b4f79d95e716973de2c3ec049c36d23bb22226c2 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9202) 
   
   <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 #5802: Support Hadoop 3.x Hive 3.x Spark 3.x (squash)

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "214cf8e119a8438c9889b52514f71e235553f61c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9174",
       "triggerID" : "214cf8e119a8438c9889b52514f71e235553f61c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "214cf8e119a8438c9889b52514f71e235553f61c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9174",
       "triggerID" : "1151364194",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "9a1db6e14750b2a6c7090454c82a9aa45236f487",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9194",
       "triggerID" : "9a1db6e14750b2a6c7090454c82a9aa45236f487",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9a1db6e14750b2a6c7090454c82a9aa45236f487",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1151512211",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 9a1db6e14750b2a6c7090454c82a9aa45236f487 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9194) 
   
   <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 #5802: Support Hadoop 3.x Hive 3.x Spark 3.x (squash)

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "214cf8e119a8438c9889b52514f71e235553f61c",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9174",
       "triggerID" : "214cf8e119a8438c9889b52514f71e235553f61c",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 214cf8e119a8438c9889b52514f71e235553f61c Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9174) 
   
   <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] rahil-c commented on pull request #5802: Support Hadoop 3.x Hive 3.x Spark 3.x (squash)

Posted by GitBox <gi...@apache.org>.
rahil-c commented on PR #5802:
URL: https://github.com/apache/hudi/pull/5802#issuecomment-1150588042

   
   @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 #5802: Support Hadoop 3.x Hive 3.x Spark 3.x (squash)

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "214cf8e119a8438c9889b52514f71e235553f61c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9174",
       "triggerID" : "214cf8e119a8438c9889b52514f71e235553f61c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "214cf8e119a8438c9889b52514f71e235553f61c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9174",
       "triggerID" : "1151364194",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "9a1db6e14750b2a6c7090454c82a9aa45236f487",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9194",
       "triggerID" : "9a1db6e14750b2a6c7090454c82a9aa45236f487",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9a1db6e14750b2a6c7090454c82a9aa45236f487",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9194",
       "triggerID" : "1151512211",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 9a1db6e14750b2a6c7090454c82a9aa45236f487 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9194) 
   
   <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 #5802: Support Hadoop 3.x Hive 3.x Spark 3.x (squash)

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "214cf8e119a8438c9889b52514f71e235553f61c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9174",
       "triggerID" : "214cf8e119a8438c9889b52514f71e235553f61c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "214cf8e119a8438c9889b52514f71e235553f61c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9174",
       "triggerID" : "1151364194",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "9a1db6e14750b2a6c7090454c82a9aa45236f487",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9194",
       "triggerID" : "9a1db6e14750b2a6c7090454c82a9aa45236f487",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9a1db6e14750b2a6c7090454c82a9aa45236f487",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9194",
       "triggerID" : "1151512211",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c443624ac6175950caa7f2ac1b6a6de9b8e92ab8",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9198",
       "triggerID" : "c443624ac6175950caa7f2ac1b6a6de9b8e92ab8",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9a1db6e14750b2a6c7090454c82a9aa45236f487 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9194) 
   * c443624ac6175950caa7f2ac1b6a6de9b8e92ab8 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9198) 
   
   <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 #5802: Support Hadoop 3.x Hive 3.x Spark 3.x (squash)

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "214cf8e119a8438c9889b52514f71e235553f61c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9174",
       "triggerID" : "214cf8e119a8438c9889b52514f71e235553f61c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "214cf8e119a8438c9889b52514f71e235553f61c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9174",
       "triggerID" : "1151364194",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "9a1db6e14750b2a6c7090454c82a9aa45236f487",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9194",
       "triggerID" : "9a1db6e14750b2a6c7090454c82a9aa45236f487",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9a1db6e14750b2a6c7090454c82a9aa45236f487",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9194",
       "triggerID" : "1151512211",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c443624ac6175950caa7f2ac1b6a6de9b8e92ab8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9198",
       "triggerID" : "c443624ac6175950caa7f2ac1b6a6de9b8e92ab8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2e52ebe2593339cdc3864052ccce4df5f62857b2",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "2e52ebe2593339cdc3864052ccce4df5f62857b2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b4f79d95e716973de2c3ec049c36d23bb22226c2",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9202",
       "triggerID" : "b4f79d95e716973de2c3ec049c36d23bb22226c2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2e52ebe2593339cdc3864052ccce4df5f62857b2",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1152621791",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 2e52ebe2593339cdc3864052ccce4df5f62857b2 UNKNOWN
   * b4f79d95e716973de2c3ec049c36d23bb22226c2 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9202) 
   
   <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