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/05/10 07:10:44 UTC

[GitHub] [hudi] jinxing64 opened a new pull request, #5546: [HUDI-4079] Supports showing table comment for hudi with spark3

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

   ## What is the purpose of the pull request
   When creating table like below with a 'comment' and check by "show create table", the comment is not shown
   ```
   create table test(
     id int,
     name string,
     price double,
     ts long
    ) using hudi
    comment "This is a simple hudi table"
    tblproperties (
      primaryKey = 'id',
      preCombineField = 'ts'
    )
   ```
   The cause is as below:
   1. Current hudi & spark3 invokes ShowCreateTableExec when "show create ..."
   2. ShowCreateTableExec checks table property of 'comment' for result
   3. Spark HiveClientImpl hides property of 'comment', but set it to Catalog#comment when returning a CatalogTable (https://github.com/apache/spark/blob/master/sql/hive/src/main/scala/org/apache/spark/sql/hive/client/HiveClientImpl.scala#L487)
   
   This PR targets to fix and give a support.
   
   ## Brief change log
     - *Restore table property of 'comment' when HoodieCatalog#loadTable*
   
   ## Verify this pull request
     - *Added a test*
   
   ## 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 #5546: [HUDI-4079] Supports showing table comment for hudi with spark3

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e44f87ce353fb7ee0710666f3ab1fb35374e3d34",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8540",
       "triggerID" : "e44f87ce353fb7ee0710666f3ab1fb35374e3d34",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * e44f87ce353fb7ee0710666f3ab1fb35374e3d34 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8540) 
   
   <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] leesf commented on a diff in pull request #5546: [HUDI-4079] Supports showing table comment for hudi with spark3

Posted by GitBox <gi...@apache.org>.
leesf commented on code in PR #5546:
URL: https://github.com/apache/hudi/pull/5546#discussion_r869795522


##########
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/spark/sql/hudi/TestCreateTable.scala:
##########
@@ -641,4 +641,26 @@ class TestCreateTable extends HoodieSparkSqlTestBase {
          |""".stripMargin
     )
   }
+
+  if (SPARK_VERSION.startsWith("3")) {

Review Comment:
   should be HoodieSparkUtils.gteqSpark3_2 ? since HoodieCatalog would only be used after 3.2.0



-- 
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] jinxing64 commented on a diff in pull request #5546: [HUDI-4079] Supports showing table comment for hudi with spark3

Posted by GitBox <gi...@apache.org>.
jinxing64 commented on code in PR #5546:
URL: https://github.com/apache/hudi/pull/5546#discussion_r869853968


##########
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/spark/sql/hudi/TestCreateTable.scala:
##########
@@ -641,4 +641,26 @@ class TestCreateTable extends HoodieSparkSqlTestBase {
          |""".stripMargin
     )
   }
+
+  if (SPARK_VERSION.startsWith("3")) {

Review Comment:
   Thanks, that's much better.



-- 
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 #5546: [HUDI-4079] Supports showing table comment for hudi with spark3

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e44f87ce353fb7ee0710666f3ab1fb35374e3d34",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8540",
       "triggerID" : "e44f87ce353fb7ee0710666f3ab1fb35374e3d34",
       "triggerType" : "PUSH"
     }, {
       "hash" : "753ed82ec977b165c568690b407a4de93459e9ed",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "753ed82ec977b165c568690b407a4de93459e9ed",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * e44f87ce353fb7ee0710666f3ab1fb35374e3d34 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8540) 
   * 753ed82ec977b165c568690b407a4de93459e9ed 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 #5546: [HUDI-4079] Supports showing table comment for hudi with spark3

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e44f87ce353fb7ee0710666f3ab1fb35374e3d34",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "e44f87ce353fb7ee0710666f3ab1fb35374e3d34",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * e44f87ce353fb7ee0710666f3ab1fb35374e3d34 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 #5546: [HUDI-4079] Supports showing table comment for hudi with spark3

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e44f87ce353fb7ee0710666f3ab1fb35374e3d34",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8540",
       "triggerID" : "e44f87ce353fb7ee0710666f3ab1fb35374e3d34",
       "triggerType" : "PUSH"
     }, {
       "hash" : "753ed82ec977b165c568690b407a4de93459e9ed",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8545",
       "triggerID" : "753ed82ec977b165c568690b407a4de93459e9ed",
       "triggerType" : "PUSH"
     }, {
       "hash" : "43a1da56d2cb234bde60933477641b8ca3600bd6",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8566",
       "triggerID" : "43a1da56d2cb234bde60933477641b8ca3600bd6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a8b735c63f3b67bf78f11e7f385410f3cb1a9fcc",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8568",
       "triggerID" : "a8b735c63f3b67bf78f11e7f385410f3cb1a9fcc",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 753ed82ec977b165c568690b407a4de93459e9ed Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8545) 
   * 43a1da56d2cb234bde60933477641b8ca3600bd6 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8566) 
   * a8b735c63f3b67bf78f11e7f385410f3cb1a9fcc Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8568) 
   
   <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 #5546: [HUDI-4079] Supports showing table comment for hudi with spark3

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e44f87ce353fb7ee0710666f3ab1fb35374e3d34",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8540",
       "triggerID" : "e44f87ce353fb7ee0710666f3ab1fb35374e3d34",
       "triggerType" : "PUSH"
     }, {
       "hash" : "753ed82ec977b165c568690b407a4de93459e9ed",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8545",
       "triggerID" : "753ed82ec977b165c568690b407a4de93459e9ed",
       "triggerType" : "PUSH"
     }, {
       "hash" : "43a1da56d2cb234bde60933477641b8ca3600bd6",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "43a1da56d2cb234bde60933477641b8ca3600bd6",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 753ed82ec977b165c568690b407a4de93459e9ed Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8545) 
   * 43a1da56d2cb234bde60933477641b8ca3600bd6 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 #5546: [HUDI-4079] Supports showing table comment for hudi with spark3

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e44f87ce353fb7ee0710666f3ab1fb35374e3d34",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8540",
       "triggerID" : "e44f87ce353fb7ee0710666f3ab1fb35374e3d34",
       "triggerType" : "PUSH"
     }, {
       "hash" : "753ed82ec977b165c568690b407a4de93459e9ed",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8545",
       "triggerID" : "753ed82ec977b165c568690b407a4de93459e9ed",
       "triggerType" : "PUSH"
     }, {
       "hash" : "43a1da56d2cb234bde60933477641b8ca3600bd6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8566",
       "triggerID" : "43a1da56d2cb234bde60933477641b8ca3600bd6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a8b735c63f3b67bf78f11e7f385410f3cb1a9fcc",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8568",
       "triggerID" : "a8b735c63f3b67bf78f11e7f385410f3cb1a9fcc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1d29c456f5d66203e905b1396a3653b2e239863d",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8572",
       "triggerID" : "1d29c456f5d66203e905b1396a3653b2e239863d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * a8b735c63f3b67bf78f11e7f385410f3cb1a9fcc Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8568) 
   * 1d29c456f5d66203e905b1396a3653b2e239863d Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8572) 
   
   <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 #5546: [HUDI-4079] Supports showing table comment for hudi with spark3

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e44f87ce353fb7ee0710666f3ab1fb35374e3d34",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8540",
       "triggerID" : "e44f87ce353fb7ee0710666f3ab1fb35374e3d34",
       "triggerType" : "PUSH"
     }, {
       "hash" : "753ed82ec977b165c568690b407a4de93459e9ed",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8545",
       "triggerID" : "753ed82ec977b165c568690b407a4de93459e9ed",
       "triggerType" : "PUSH"
     }, {
       "hash" : "43a1da56d2cb234bde60933477641b8ca3600bd6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8566",
       "triggerID" : "43a1da56d2cb234bde60933477641b8ca3600bd6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a8b735c63f3b67bf78f11e7f385410f3cb1a9fcc",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8568",
       "triggerID" : "a8b735c63f3b67bf78f11e7f385410f3cb1a9fcc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1d29c456f5d66203e905b1396a3653b2e239863d",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1d29c456f5d66203e905b1396a3653b2e239863d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * a8b735c63f3b67bf78f11e7f385410f3cb1a9fcc Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8568) 
   * 1d29c456f5d66203e905b1396a3653b2e239863d 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 #5546: [HUDI-4079] Supports showing table comment for hudi with spark3

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e44f87ce353fb7ee0710666f3ab1fb35374e3d34",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8540",
       "triggerID" : "e44f87ce353fb7ee0710666f3ab1fb35374e3d34",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * e44f87ce353fb7ee0710666f3ab1fb35374e3d34 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8540) 
   
   <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 #5546: [HUDI-4079] Supports showing table comment for hudi with spark3

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e44f87ce353fb7ee0710666f3ab1fb35374e3d34",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8540",
       "triggerID" : "e44f87ce353fb7ee0710666f3ab1fb35374e3d34",
       "triggerType" : "PUSH"
     }, {
       "hash" : "753ed82ec977b165c568690b407a4de93459e9ed",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8545",
       "triggerID" : "753ed82ec977b165c568690b407a4de93459e9ed",
       "triggerType" : "PUSH"
     }, {
       "hash" : "43a1da56d2cb234bde60933477641b8ca3600bd6",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8566",
       "triggerID" : "43a1da56d2cb234bde60933477641b8ca3600bd6",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 753ed82ec977b165c568690b407a4de93459e9ed Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8545) 
   * 43a1da56d2cb234bde60933477641b8ca3600bd6 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8566) 
   
   <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 #5546: [HUDI-4079] Supports showing table comment for hudi with spark3

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e44f87ce353fb7ee0710666f3ab1fb35374e3d34",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8540",
       "triggerID" : "e44f87ce353fb7ee0710666f3ab1fb35374e3d34",
       "triggerType" : "PUSH"
     }, {
       "hash" : "753ed82ec977b165c568690b407a4de93459e9ed",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8545",
       "triggerID" : "753ed82ec977b165c568690b407a4de93459e9ed",
       "triggerType" : "PUSH"
     }, {
       "hash" : "43a1da56d2cb234bde60933477641b8ca3600bd6",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8566",
       "triggerID" : "43a1da56d2cb234bde60933477641b8ca3600bd6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a8b735c63f3b67bf78f11e7f385410f3cb1a9fcc",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "a8b735c63f3b67bf78f11e7f385410f3cb1a9fcc",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 753ed82ec977b165c568690b407a4de93459e9ed Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8545) 
   * 43a1da56d2cb234bde60933477641b8ca3600bd6 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8566) 
   * a8b735c63f3b67bf78f11e7f385410f3cb1a9fcc 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] leesf merged pull request #5546: [HUDI-4079] Supports showing table comment for hudi with spark3

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


-- 
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 #5546: [HUDI-4079] Supports showing table comment for hudi with spark3

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e44f87ce353fb7ee0710666f3ab1fb35374e3d34",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8540",
       "triggerID" : "e44f87ce353fb7ee0710666f3ab1fb35374e3d34",
       "triggerType" : "PUSH"
     }, {
       "hash" : "753ed82ec977b165c568690b407a4de93459e9ed",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8545",
       "triggerID" : "753ed82ec977b165c568690b407a4de93459e9ed",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 753ed82ec977b165c568690b407a4de93459e9ed Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8545) 
   
   <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 #5546: [HUDI-4079] Supports showing table comment for hudi with spark3

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e44f87ce353fb7ee0710666f3ab1fb35374e3d34",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8540",
       "triggerID" : "e44f87ce353fb7ee0710666f3ab1fb35374e3d34",
       "triggerType" : "PUSH"
     }, {
       "hash" : "753ed82ec977b165c568690b407a4de93459e9ed",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8545",
       "triggerID" : "753ed82ec977b165c568690b407a4de93459e9ed",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * e44f87ce353fb7ee0710666f3ab1fb35374e3d34 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8540) 
   * 753ed82ec977b165c568690b407a4de93459e9ed Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8545) 
   
   <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 #5546: [HUDI-4079] Supports showing table comment for hudi with spark3

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e44f87ce353fb7ee0710666f3ab1fb35374e3d34",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8540",
       "triggerID" : "e44f87ce353fb7ee0710666f3ab1fb35374e3d34",
       "triggerType" : "PUSH"
     }, {
       "hash" : "753ed82ec977b165c568690b407a4de93459e9ed",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8545",
       "triggerID" : "753ed82ec977b165c568690b407a4de93459e9ed",
       "triggerType" : "PUSH"
     }, {
       "hash" : "43a1da56d2cb234bde60933477641b8ca3600bd6",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8566",
       "triggerID" : "43a1da56d2cb234bde60933477641b8ca3600bd6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a8b735c63f3b67bf78f11e7f385410f3cb1a9fcc",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8568",
       "triggerID" : "a8b735c63f3b67bf78f11e7f385410f3cb1a9fcc",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 43a1da56d2cb234bde60933477641b8ca3600bd6 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8566) 
   * a8b735c63f3b67bf78f11e7f385410f3cb1a9fcc Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8568) 
   
   <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 #5546: [HUDI-4079] Supports showing table comment for hudi with spark3

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e44f87ce353fb7ee0710666f3ab1fb35374e3d34",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8540",
       "triggerID" : "e44f87ce353fb7ee0710666f3ab1fb35374e3d34",
       "triggerType" : "PUSH"
     }, {
       "hash" : "753ed82ec977b165c568690b407a4de93459e9ed",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8545",
       "triggerID" : "753ed82ec977b165c568690b407a4de93459e9ed",
       "triggerType" : "PUSH"
     }, {
       "hash" : "43a1da56d2cb234bde60933477641b8ca3600bd6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8566",
       "triggerID" : "43a1da56d2cb234bde60933477641b8ca3600bd6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a8b735c63f3b67bf78f11e7f385410f3cb1a9fcc",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8568",
       "triggerID" : "a8b735c63f3b67bf78f11e7f385410f3cb1a9fcc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1d29c456f5d66203e905b1396a3653b2e239863d",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8572",
       "triggerID" : "1d29c456f5d66203e905b1396a3653b2e239863d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 1d29c456f5d66203e905b1396a3653b2e239863d Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8572) 
   
   <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 #5546: [HUDI-4079] Supports showing table comment for hudi with spark3

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e44f87ce353fb7ee0710666f3ab1fb35374e3d34",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8540",
       "triggerID" : "e44f87ce353fb7ee0710666f3ab1fb35374e3d34",
       "triggerType" : "PUSH"
     }, {
       "hash" : "753ed82ec977b165c568690b407a4de93459e9ed",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8545",
       "triggerID" : "753ed82ec977b165c568690b407a4de93459e9ed",
       "triggerType" : "PUSH"
     }, {
       "hash" : "43a1da56d2cb234bde60933477641b8ca3600bd6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8566",
       "triggerID" : "43a1da56d2cb234bde60933477641b8ca3600bd6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a8b735c63f3b67bf78f11e7f385410f3cb1a9fcc",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8568",
       "triggerID" : "a8b735c63f3b67bf78f11e7f385410f3cb1a9fcc",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * a8b735c63f3b67bf78f11e7f385410f3cb1a9fcc Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8568) 
   
   <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