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/01/13 07:24:46 UTC

[GitHub] [hudi] YannByron opened a new pull request #4584: [HUDI-3198] optimize create table based on an existing hudi table

YannByron opened a new pull request #4584:
URL: https://github.com/apache/hudi/pull/4584


   This pr is to modify SQL statement for creating hudi table based on an existing hudi path.
   
   From:
   
   `
   create table hudi_tbl using hudi tblproperties (primaryKey='id', preCombineField='ts', type='cow') partitioned by (pt) location '/path/to/hudi'
   `
   
   To:
   `
   create table hudi_tbl using hudi location '/path/to/hudi'
   `


-- 
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 removed a comment on pull request #4584: [HUDI-3198] optimize create table based on an existing hudi table

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #4584:
URL: https://github.com/apache/hudi/pull/4584#issuecomment-1011869972


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "d5c2d937f41cbf9c25703ec5b1fb14fb30c8d47b",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5185",
       "triggerID" : "d5c2d937f41cbf9c25703ec5b1fb14fb30c8d47b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "712fb15b14fd5d2a224c0ebe7c8f2d71b933c5f5",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "712fb15b14fd5d2a224c0ebe7c8f2d71b933c5f5",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * d5c2d937f41cbf9c25703ec5b1fb14fb30c8d47b Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5185) 
   * 712fb15b14fd5d2a224c0ebe7c8f2d71b933c5f5 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 removed a comment on pull request #4584: [HUDI-3198] optimize create table based on an existing hudi table

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #4584:
URL: https://github.com/apache/hudi/pull/4584#issuecomment-1011905822


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "d5c2d937f41cbf9c25703ec5b1fb14fb30c8d47b",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5185",
       "triggerID" : "d5c2d937f41cbf9c25703ec5b1fb14fb30c8d47b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "712fb15b14fd5d2a224c0ebe7c8f2d71b933c5f5",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "712fb15b14fd5d2a224c0ebe7c8f2d71b933c5f5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "712fb15b14fd5d2a224c0ebe7c8f2d71b933c5f5",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1011904053",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "d5c2d937f41cbf9c25703ec5b1fb14fb30c8d47b",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5187",
       "triggerID" : "1011904053",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * d5c2d937f41cbf9c25703ec5b1fb14fb30c8d47b Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5185) Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5187) 
   * 712fb15b14fd5d2a224c0ebe7c8f2d71b933c5f5 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 removed a comment on pull request #4584: [HUDI-3198] optimize create table based on an existing hudi table

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #4584:
URL: https://github.com/apache/hudi/pull/4584#issuecomment-1012886153


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "d5c2d937f41cbf9c25703ec5b1fb14fb30c8d47b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5185",
       "triggerID" : "d5c2d937f41cbf9c25703ec5b1fb14fb30c8d47b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d5c2d937f41cbf9c25703ec5b1fb14fb30c8d47b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5187",
       "triggerID" : "1011904053",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "712fb15b14fd5d2a224c0ebe7c8f2d71b933c5f5",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5188",
       "triggerID" : "712fb15b14fd5d2a224c0ebe7c8f2d71b933c5f5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "712fb15b14fd5d2a224c0ebe7c8f2d71b933c5f5",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5188",
       "triggerID" : "1011904053",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "44395d6c04d1265218c5d96ed9bf9ca091570477",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "44395d6c04d1265218c5d96ed9bf9ca091570477",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 712fb15b14fd5d2a224c0ebe7c8f2d71b933c5f5 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5188) 
   * 44395d6c04d1265218c5d96ed9bf9ca091570477 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 #4584: [HUDI-3198] optimize create table based on an existing hudi table

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "d5c2d937f41cbf9c25703ec5b1fb14fb30c8d47b",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5185",
       "triggerID" : "d5c2d937f41cbf9c25703ec5b1fb14fb30c8d47b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d5c2d937f41cbf9c25703ec5b1fb14fb30c8d47b",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5187",
       "triggerID" : "1011904053",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "712fb15b14fd5d2a224c0ebe7c8f2d71b933c5f5",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5188",
       "triggerID" : "712fb15b14fd5d2a224c0ebe7c8f2d71b933c5f5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "712fb15b14fd5d2a224c0ebe7c8f2d71b933c5f5",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5188",
       "triggerID" : "1011904053",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * d5c2d937f41cbf9c25703ec5b1fb14fb30c8d47b Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5185) Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5187) 
   * 712fb15b14fd5d2a224c0ebe7c8f2d71b933c5f5 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5188) 
   
   <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 #4584: [HUDI-3198] optimize create table based on an existing hudi table

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "d5c2d937f41cbf9c25703ec5b1fb14fb30c8d47b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5185",
       "triggerID" : "d5c2d937f41cbf9c25703ec5b1fb14fb30c8d47b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d5c2d937f41cbf9c25703ec5b1fb14fb30c8d47b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5187",
       "triggerID" : "1011904053",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "712fb15b14fd5d2a224c0ebe7c8f2d71b933c5f5",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5188",
       "triggerID" : "712fb15b14fd5d2a224c0ebe7c8f2d71b933c5f5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "712fb15b14fd5d2a224c0ebe7c8f2d71b933c5f5",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5188",
       "triggerID" : "1011904053",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "44395d6c04d1265218c5d96ed9bf9ca091570477",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "44395d6c04d1265218c5d96ed9bf9ca091570477",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 712fb15b14fd5d2a224c0ebe7c8f2d71b933c5f5 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5188) 
   * 44395d6c04d1265218c5d96ed9bf9ca091570477 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 #4584: [HUDI-3198] optimize create table based on an existing hudi table

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "d5c2d937f41cbf9c25703ec5b1fb14fb30c8d47b",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5185",
       "triggerID" : "d5c2d937f41cbf9c25703ec5b1fb14fb30c8d47b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "712fb15b14fd5d2a224c0ebe7c8f2d71b933c5f5",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "712fb15b14fd5d2a224c0ebe7c8f2d71b933c5f5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "712fb15b14fd5d2a224c0ebe7c8f2d71b933c5f5",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1011904053",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "d5c2d937f41cbf9c25703ec5b1fb14fb30c8d47b",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5187",
       "triggerID" : "1011904053",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * d5c2d937f41cbf9c25703ec5b1fb14fb30c8d47b Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5185) Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5187) 
   * 712fb15b14fd5d2a224c0ebe7c8f2d71b933c5f5 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 #4584: [HUDI-3198] optimize create table based on an existing hudi table

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "d5c2d937f41cbf9c25703ec5b1fb14fb30c8d47b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5185",
       "triggerID" : "d5c2d937f41cbf9c25703ec5b1fb14fb30c8d47b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d5c2d937f41cbf9c25703ec5b1fb14fb30c8d47b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5187",
       "triggerID" : "1011904053",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "712fb15b14fd5d2a224c0ebe7c8f2d71b933c5f5",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5188",
       "triggerID" : "712fb15b14fd5d2a224c0ebe7c8f2d71b933c5f5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "712fb15b14fd5d2a224c0ebe7c8f2d71b933c5f5",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5188",
       "triggerID" : "1011904053",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "44395d6c04d1265218c5d96ed9bf9ca091570477",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5232",
       "triggerID" : "44395d6c04d1265218c5d96ed9bf9ca091570477",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 712fb15b14fd5d2a224c0ebe7c8f2d71b933c5f5 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5188) 
   * 44395d6c04d1265218c5d96ed9bf9ca091570477 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5232) 
   
   <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 #4584: [HUDI-3198] optimize create table based on an existing hudi table

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "d5c2d937f41cbf9c25703ec5b1fb14fb30c8d47b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5185",
       "triggerID" : "d5c2d937f41cbf9c25703ec5b1fb14fb30c8d47b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d5c2d937f41cbf9c25703ec5b1fb14fb30c8d47b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5187",
       "triggerID" : "1011904053",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "712fb15b14fd5d2a224c0ebe7c8f2d71b933c5f5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5188",
       "triggerID" : "712fb15b14fd5d2a224c0ebe7c8f2d71b933c5f5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "712fb15b14fd5d2a224c0ebe7c8f2d71b933c5f5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5188",
       "triggerID" : "1011904053",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "44395d6c04d1265218c5d96ed9bf9ca091570477",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5232",
       "triggerID" : "44395d6c04d1265218c5d96ed9bf9ca091570477",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 44395d6c04d1265218c5d96ed9bf9ca091570477 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5232) 
   
   <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 removed a comment on pull request #4584: [HUDI-3198] optimize create table based on an existing hudi table

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #4584:
URL: https://github.com/apache/hudi/pull/4584#issuecomment-1011959705


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "d5c2d937f41cbf9c25703ec5b1fb14fb30c8d47b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5185",
       "triggerID" : "d5c2d937f41cbf9c25703ec5b1fb14fb30c8d47b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d5c2d937f41cbf9c25703ec5b1fb14fb30c8d47b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5187",
       "triggerID" : "1011904053",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "712fb15b14fd5d2a224c0ebe7c8f2d71b933c5f5",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5188",
       "triggerID" : "712fb15b14fd5d2a224c0ebe7c8f2d71b933c5f5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "712fb15b14fd5d2a224c0ebe7c8f2d71b933c5f5",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5188",
       "triggerID" : "1011904053",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 712fb15b14fd5d2a224c0ebe7c8f2d71b933c5f5 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5188) 
   
   <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 #4584: [HUDI-3198] optimize create table based on an existing hudi table

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "d5c2d937f41cbf9c25703ec5b1fb14fb30c8d47b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5185",
       "triggerID" : "d5c2d937f41cbf9c25703ec5b1fb14fb30c8d47b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d5c2d937f41cbf9c25703ec5b1fb14fb30c8d47b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5187",
       "triggerID" : "1011904053",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "712fb15b14fd5d2a224c0ebe7c8f2d71b933c5f5",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5188",
       "triggerID" : "712fb15b14fd5d2a224c0ebe7c8f2d71b933c5f5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "712fb15b14fd5d2a224c0ebe7c8f2d71b933c5f5",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5188",
       "triggerID" : "1011904053",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 712fb15b14fd5d2a224c0ebe7c8f2d71b933c5f5 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5188) 
   
   <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 removed a comment on pull request #4584: [HUDI-3198] optimize create table based on an existing hudi table

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #4584:
URL: https://github.com/apache/hudi/pull/4584#issuecomment-1011949618


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "d5c2d937f41cbf9c25703ec5b1fb14fb30c8d47b",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5185",
       "triggerID" : "d5c2d937f41cbf9c25703ec5b1fb14fb30c8d47b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d5c2d937f41cbf9c25703ec5b1fb14fb30c8d47b",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5187",
       "triggerID" : "1011904053",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "712fb15b14fd5d2a224c0ebe7c8f2d71b933c5f5",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5188",
       "triggerID" : "712fb15b14fd5d2a224c0ebe7c8f2d71b933c5f5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "712fb15b14fd5d2a224c0ebe7c8f2d71b933c5f5",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5188",
       "triggerID" : "1011904053",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * d5c2d937f41cbf9c25703ec5b1fb14fb30c8d47b Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5185) Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5187) 
   * 712fb15b14fd5d2a224c0ebe7c8f2d71b933c5f5 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5188) 
   
   <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 #4584: [HUDI-3198] optimize create table based on an existing hudi table

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "d5c2d937f41cbf9c25703ec5b1fb14fb30c8d47b",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5185",
       "triggerID" : "d5c2d937f41cbf9c25703ec5b1fb14fb30c8d47b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d5c2d937f41cbf9c25703ec5b1fb14fb30c8d47b",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5187",
       "triggerID" : "1011904053",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "712fb15b14fd5d2a224c0ebe7c8f2d71b933c5f5",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5188",
       "triggerID" : "712fb15b14fd5d2a224c0ebe7c8f2d71b933c5f5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "712fb15b14fd5d2a224c0ebe7c8f2d71b933c5f5",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5188",
       "triggerID" : "1011904053",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * d5c2d937f41cbf9c25703ec5b1fb14fb30c8d47b Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5185) Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5187) 
   * 712fb15b14fd5d2a224c0ebe7c8f2d71b933c5f5 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5188) 
   
   <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 removed a comment on pull request #4584: [HUDI-3198] optimize create table based on an existing hudi table

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #4584:
URL: https://github.com/apache/hudi/pull/4584#issuecomment-1011910154


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


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

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

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



[GitHub] [hudi] xushiyan merged pull request #4584: [HUDI-3198] Improve Spark SQL create table from existing hudi table

Posted by GitBox <gi...@apache.org>.
xushiyan merged pull request #4584:
URL: https://github.com/apache/hudi/pull/4584


   


-- 
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] YannByron commented on pull request #4584: [HUDI-3198] optimize create table based on an existing hudi table

Posted by GitBox <gi...@apache.org>.
YannByron commented on pull request #4584:
URL: https://github.com/apache/hudi/pull/4584#issuecomment-1011904053


   @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 #4584: [HUDI-3198] optimize create table based on an existing hudi table

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "d5c2d937f41cbf9c25703ec5b1fb14fb30c8d47b",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "d5c2d937f41cbf9c25703ec5b1fb14fb30c8d47b",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * d5c2d937f41cbf9c25703ec5b1fb14fb30c8d47b 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 #4584: [HUDI-3198] optimize create table based on an existing hudi table

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "d5c2d937f41cbf9c25703ec5b1fb14fb30c8d47b",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5185",
       "triggerID" : "d5c2d937f41cbf9c25703ec5b1fb14fb30c8d47b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "712fb15b14fd5d2a224c0ebe7c8f2d71b933c5f5",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "712fb15b14fd5d2a224c0ebe7c8f2d71b933c5f5",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * d5c2d937f41cbf9c25703ec5b1fb14fb30c8d47b Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5185) 
   * 712fb15b14fd5d2a224c0ebe7c8f2d71b933c5f5 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 removed a comment on pull request #4584: [HUDI-3198] optimize create table based on an existing hudi table

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #4584:
URL: https://github.com/apache/hudi/pull/4584#issuecomment-1012892764


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "d5c2d937f41cbf9c25703ec5b1fb14fb30c8d47b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5185",
       "triggerID" : "d5c2d937f41cbf9c25703ec5b1fb14fb30c8d47b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d5c2d937f41cbf9c25703ec5b1fb14fb30c8d47b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5187",
       "triggerID" : "1011904053",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "712fb15b14fd5d2a224c0ebe7c8f2d71b933c5f5",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5188",
       "triggerID" : "712fb15b14fd5d2a224c0ebe7c8f2d71b933c5f5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "712fb15b14fd5d2a224c0ebe7c8f2d71b933c5f5",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5188",
       "triggerID" : "1011904053",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "44395d6c04d1265218c5d96ed9bf9ca091570477",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5232",
       "triggerID" : "44395d6c04d1265218c5d96ed9bf9ca091570477",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 712fb15b14fd5d2a224c0ebe7c8f2d71b933c5f5 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5188) 
   * 44395d6c04d1265218c5d96ed9bf9ca091570477 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5232) 
   
   <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 #4584: [HUDI-3198] optimize create table based on an existing hudi table

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "d5c2d937f41cbf9c25703ec5b1fb14fb30c8d47b",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5185",
       "triggerID" : "d5c2d937f41cbf9c25703ec5b1fb14fb30c8d47b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "712fb15b14fd5d2a224c0ebe7c8f2d71b933c5f5",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "712fb15b14fd5d2a224c0ebe7c8f2d71b933c5f5",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * d5c2d937f41cbf9c25703ec5b1fb14fb30c8d47b Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=5185) 
   * 712fb15b14fd5d2a224c0ebe7c8f2d71b933c5f5 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 removed a comment on pull request #4584: [HUDI-3198] optimize create table based on an existing hudi table

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #4584:
URL: https://github.com/apache/hudi/pull/4584#issuecomment-1011867648


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "d5c2d937f41cbf9c25703ec5b1fb14fb30c8d47b",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "d5c2d937f41cbf9c25703ec5b1fb14fb30c8d47b",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * d5c2d937f41cbf9c25703ec5b1fb14fb30c8d47b 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 removed a comment on pull request #4584: [HUDI-3198] optimize create table based on an existing hudi table

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #4584:
URL: https://github.com/apache/hudi/pull/4584#issuecomment-1011871610


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