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/24 09:22:18 UTC

[GitHub] [hudi] leesf opened a new pull request, #5957: [HUDI-4315] Do not throw exception in BaseSpark3Adapter#toTableIdentifier

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

   ## What is the purpose of the pull request
   
   When using other CatalogPlugin with name leesf along with HoodieCatalog, the sql for the following
   
   `insert into leesf.db.table select id, name from hudi_db.hudi_table`, the BaseSpark3Adapter#toTableIdentifier method will throw the following exception 
   
   
   
   
   ```
   
   org.apache.spark.sql.AnalysisException: leesf.db.table is not a valid TableIdentifier as it has more than 2 name parts.
       at org.apache.spark.sql.errors.QueryCompilationErrors$.identifierHavingMoreThanTwoNamePartsError(QueryCompilationErrors.scala:1394)
   
   ```
   
   ## Brief change log
   
   Catch exception in BaseSpark3Adapter#toTableIdentifier. 
   
   ## Verify this pull request
   
   
   This change added tests and can be verified as follows:
   
     - *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 #5957: [HUDI-4315] Do not throw exception in BaseSpark3Adapter#toTableIdentifier

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e13bab25d7a9e4e15b7521a2d148fdcdb3527ce7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9503",
       "triggerID" : "e13bab25d7a9e4e15b7521a2d148fdcdb3527ce7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b4958deb1640778d9398cd5d5c02acb3b7da0441",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9523",
       "triggerID" : "b4958deb1640778d9398cd5d5c02acb3b7da0441",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ea95a0990a2ffee473f5044e734132f6ddc57dce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9525",
       "triggerID" : "ea95a0990a2ffee473f5044e734132f6ddc57dce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ea95a0990a2ffee473f5044e734132f6ddc57dce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9525",
       "triggerID" : "1166279227",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "fbc331fdb9bc8d574c3498b50d8e6efc6125886f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9537",
       "triggerID" : "fbc331fdb9bc8d574c3498b50d8e6efc6125886f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3a3d9c5457ac4e49b33df226e344245583a48e67",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9543",
       "triggerID" : "3a3d9c5457ac4e49b33df226e344245583a48e67",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3a3d9c5457ac4e49b33df226e344245583a48e67",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9543",
       "triggerID" : "1166412853",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "af61da1e076c89dcd75ba354c1d905899eedf9fb",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9547",
       "triggerID" : "af61da1e076c89dcd75ba354c1d905899eedf9fb",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 3a3d9c5457ac4e49b33df226e344245583a48e67 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9543) 
   * af61da1e076c89dcd75ba354c1d905899eedf9fb Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9547) 
   
   <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 #5957: [HUDI-4315] Do not throw exception in BaseSpark3Adapter#toTableIdentifier

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e13bab25d7a9e4e15b7521a2d148fdcdb3527ce7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9503",
       "triggerID" : "e13bab25d7a9e4e15b7521a2d148fdcdb3527ce7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b4958deb1640778d9398cd5d5c02acb3b7da0441",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9523",
       "triggerID" : "b4958deb1640778d9398cd5d5c02acb3b7da0441",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ea95a0990a2ffee473f5044e734132f6ddc57dce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9525",
       "triggerID" : "ea95a0990a2ffee473f5044e734132f6ddc57dce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ea95a0990a2ffee473f5044e734132f6ddc57dce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9525",
       "triggerID" : "1166279227",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "fbc331fdb9bc8d574c3498b50d8e6efc6125886f",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9537",
       "triggerID" : "fbc331fdb9bc8d574c3498b50d8e6efc6125886f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3a3d9c5457ac4e49b33df226e344245583a48e67",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "3a3d9c5457ac4e49b33df226e344245583a48e67",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * fbc331fdb9bc8d574c3498b50d8e6efc6125886f Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9537) 
   * 3a3d9c5457ac4e49b33df226e344245583a48e67 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 #5957: [HUDI-4315] Do not throw exception in BaseSpark3Adapter#toTableIdentifier

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e13bab25d7a9e4e15b7521a2d148fdcdb3527ce7",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9503",
       "triggerID" : "e13bab25d7a9e4e15b7521a2d148fdcdb3527ce7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b4958deb1640778d9398cd5d5c02acb3b7da0441",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9523",
       "triggerID" : "b4958deb1640778d9398cd5d5c02acb3b7da0441",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ea95a0990a2ffee473f5044e734132f6ddc57dce",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9525",
       "triggerID" : "ea95a0990a2ffee473f5044e734132f6ddc57dce",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * e13bab25d7a9e4e15b7521a2d148fdcdb3527ce7 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9503) 
   * b4958deb1640778d9398cd5d5c02acb3b7da0441 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9523) 
   * ea95a0990a2ffee473f5044e734132f6ddc57dce Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9525) 
   
   <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 #5957: [HUDI-4315] Do not throw exception in BaseSpark3Adapter#toTableIdentifier

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e13bab25d7a9e4e15b7521a2d148fdcdb3527ce7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9503",
       "triggerID" : "e13bab25d7a9e4e15b7521a2d148fdcdb3527ce7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b4958deb1640778d9398cd5d5c02acb3b7da0441",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9523",
       "triggerID" : "b4958deb1640778d9398cd5d5c02acb3b7da0441",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ea95a0990a2ffee473f5044e734132f6ddc57dce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9525",
       "triggerID" : "ea95a0990a2ffee473f5044e734132f6ddc57dce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ea95a0990a2ffee473f5044e734132f6ddc57dce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9525",
       "triggerID" : "1166279227",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "fbc331fdb9bc8d574c3498b50d8e6efc6125886f",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9537",
       "triggerID" : "fbc331fdb9bc8d574c3498b50d8e6efc6125886f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3a3d9c5457ac4e49b33df226e344245583a48e67",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9543",
       "triggerID" : "3a3d9c5457ac4e49b33df226e344245583a48e67",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * fbc331fdb9bc8d574c3498b50d8e6efc6125886f Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9537) 
   * 3a3d9c5457ac4e49b33df226e344245583a48e67 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9543) 
   
   <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] XuQianJin-Stars commented on pull request #5957: [HUDI-4315] Do not throw exception in BaseSpark3Adapter#toTableIdentifier

Posted by GitBox <gi...@apache.org>.
XuQianJin-Stars commented on PR #5957:
URL: https://github.com/apache/hudi/pull/5957#issuecomment-1166449304

   @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] XuQianJin-Stars commented on a diff in pull request #5957: [HUDI-4315] Do not throw exception in BaseSpark3Adapter#toTableIdentifier

Posted by GitBox <gi...@apache.org>.
XuQianJin-Stars commented on code in PR #5957:
URL: https://github.com/apache/hudi/pull/5957#discussion_r906741772


##########
hudi-spark-datasource/hudi-spark3-common/src/main/scala/org/apache/spark/sql/adapter/BaseSpark3Adapter.scala:
##########
@@ -115,7 +115,12 @@ abstract class BaseSpark3Adapter extends SparkAdapter {
     unfoldSubqueryAliases(table) match {
       case LogicalRelation(_, _, Some(table), _) => isHoodieTable(table)
       case relation: UnresolvedRelation =>
-        isHoodieTable(toTableIdentifier(relation), spark)
+        try {
+          isHoodieTable(toTableIdentifier(relation), spark)
+        } catch {
+          case NonFatal(_) =>
+            false

Review Comment:
   Add log warn printing to facilitate troubleshooting?



-- 
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 #5957: [HUDI-4315] Do not throw exception in BaseSpark3Adapter#toTableIdentifier

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e13bab25d7a9e4e15b7521a2d148fdcdb3527ce7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9503",
       "triggerID" : "e13bab25d7a9e4e15b7521a2d148fdcdb3527ce7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b4958deb1640778d9398cd5d5c02acb3b7da0441",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9523",
       "triggerID" : "b4958deb1640778d9398cd5d5c02acb3b7da0441",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ea95a0990a2ffee473f5044e734132f6ddc57dce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9525",
       "triggerID" : "ea95a0990a2ffee473f5044e734132f6ddc57dce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ea95a0990a2ffee473f5044e734132f6ddc57dce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9525",
       "triggerID" : "1166279227",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "fbc331fdb9bc8d574c3498b50d8e6efc6125886f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9537",
       "triggerID" : "fbc331fdb9bc8d574c3498b50d8e6efc6125886f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3a3d9c5457ac4e49b33df226e344245583a48e67",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9543",
       "triggerID" : "3a3d9c5457ac4e49b33df226e344245583a48e67",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3a3d9c5457ac4e49b33df226e344245583a48e67",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9543",
       "triggerID" : "1166412853",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "af61da1e076c89dcd75ba354c1d905899eedf9fb",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "af61da1e076c89dcd75ba354c1d905899eedf9fb",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 3a3d9c5457ac4e49b33df226e344245583a48e67 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9543) 
   * af61da1e076c89dcd75ba354c1d905899eedf9fb 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 #5957: [HUDI-4315] Do not throw exception in BaseSpark3Adapter#toTableIdentifier

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e13bab25d7a9e4e15b7521a2d148fdcdb3527ce7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9503",
       "triggerID" : "e13bab25d7a9e4e15b7521a2d148fdcdb3527ce7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b4958deb1640778d9398cd5d5c02acb3b7da0441",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9523",
       "triggerID" : "b4958deb1640778d9398cd5d5c02acb3b7da0441",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ea95a0990a2ffee473f5044e734132f6ddc57dce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9525",
       "triggerID" : "ea95a0990a2ffee473f5044e734132f6ddc57dce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ea95a0990a2ffee473f5044e734132f6ddc57dce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9525",
       "triggerID" : "1166279227",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "fbc331fdb9bc8d574c3498b50d8e6efc6125886f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9537",
       "triggerID" : "fbc331fdb9bc8d574c3498b50d8e6efc6125886f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3a3d9c5457ac4e49b33df226e344245583a48e67",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9543",
       "triggerID" : "3a3d9c5457ac4e49b33df226e344245583a48e67",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3a3d9c5457ac4e49b33df226e344245583a48e67",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9543",
       "triggerID" : "1166412853",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "af61da1e076c89dcd75ba354c1d905899eedf9fb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9547",
       "triggerID" : "af61da1e076c89dcd75ba354c1d905899eedf9fb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "af61da1e076c89dcd75ba354c1d905899eedf9fb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9547",
       "triggerID" : "1166449304",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "a1a4c551717b7c8b05e78b2179c31ca858703003",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9548",
       "triggerID" : "a1a4c551717b7c8b05e78b2179c31ca858703003",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * a1a4c551717b7c8b05e78b2179c31ca858703003 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9548) 
   
   <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 #5957: [HUDI-4315] Do not throw exception in BaseSpark3Adapter#toTableIdentifier

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e13bab25d7a9e4e15b7521a2d148fdcdb3527ce7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9503",
       "triggerID" : "e13bab25d7a9e4e15b7521a2d148fdcdb3527ce7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b4958deb1640778d9398cd5d5c02acb3b7da0441",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9523",
       "triggerID" : "b4958deb1640778d9398cd5d5c02acb3b7da0441",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ea95a0990a2ffee473f5044e734132f6ddc57dce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9525",
       "triggerID" : "ea95a0990a2ffee473f5044e734132f6ddc57dce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ea95a0990a2ffee473f5044e734132f6ddc57dce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9525",
       "triggerID" : "1166279227",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "fbc331fdb9bc8d574c3498b50d8e6efc6125886f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9537",
       "triggerID" : "fbc331fdb9bc8d574c3498b50d8e6efc6125886f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3a3d9c5457ac4e49b33df226e344245583a48e67",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9543",
       "triggerID" : "3a3d9c5457ac4e49b33df226e344245583a48e67",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3a3d9c5457ac4e49b33df226e344245583a48e67",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9543",
       "triggerID" : "1166412853",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "af61da1e076c89dcd75ba354c1d905899eedf9fb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9547",
       "triggerID" : "af61da1e076c89dcd75ba354c1d905899eedf9fb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "af61da1e076c89dcd75ba354c1d905899eedf9fb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9547",
       "triggerID" : "1166449304",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "a1a4c551717b7c8b05e78b2179c31ca858703003",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9548",
       "triggerID" : "a1a4c551717b7c8b05e78b2179c31ca858703003",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9915bd842d16a8beafcd693c7767b65e533c8b3e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9552",
       "triggerID" : "9915bd842d16a8beafcd693c7767b65e533c8b3e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "03063099f643332a2e0942cdebe89d77cc5f9a95",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9567",
       "triggerID" : "03063099f643332a2e0942cdebe89d77cc5f9a95",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 03063099f643332a2e0942cdebe89d77cc5f9a95 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9567) 
   
   <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 #5957: [HUDI-4315] Do not throw exception in BaseSpark3Adapter#toTableIdentifier

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e13bab25d7a9e4e15b7521a2d148fdcdb3527ce7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9503",
       "triggerID" : "e13bab25d7a9e4e15b7521a2d148fdcdb3527ce7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b4958deb1640778d9398cd5d5c02acb3b7da0441",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9523",
       "triggerID" : "b4958deb1640778d9398cd5d5c02acb3b7da0441",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ea95a0990a2ffee473f5044e734132f6ddc57dce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9525",
       "triggerID" : "ea95a0990a2ffee473f5044e734132f6ddc57dce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ea95a0990a2ffee473f5044e734132f6ddc57dce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9525",
       "triggerID" : "1166279227",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "fbc331fdb9bc8d574c3498b50d8e6efc6125886f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9537",
       "triggerID" : "fbc331fdb9bc8d574c3498b50d8e6efc6125886f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3a3d9c5457ac4e49b33df226e344245583a48e67",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9543",
       "triggerID" : "3a3d9c5457ac4e49b33df226e344245583a48e67",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3a3d9c5457ac4e49b33df226e344245583a48e67",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9543",
       "triggerID" : "1166412853",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "af61da1e076c89dcd75ba354c1d905899eedf9fb",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9547",
       "triggerID" : "af61da1e076c89dcd75ba354c1d905899eedf9fb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "af61da1e076c89dcd75ba354c1d905899eedf9fb",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9547",
       "triggerID" : "1166449304",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * af61da1e076c89dcd75ba354c1d905899eedf9fb Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9547) 
   
   <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 pull request #5957: [HUDI-4315] Do not throw exception in BaseSpark3Adapter#toTableIdentifier

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

   @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 #5957: [HUDI-4315] Do not throw exception in BaseSpark3Adapter#toTableIdentifier

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e13bab25d7a9e4e15b7521a2d148fdcdb3527ce7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9503",
       "triggerID" : "e13bab25d7a9e4e15b7521a2d148fdcdb3527ce7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b4958deb1640778d9398cd5d5c02acb3b7da0441",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9523",
       "triggerID" : "b4958deb1640778d9398cd5d5c02acb3b7da0441",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ea95a0990a2ffee473f5044e734132f6ddc57dce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9525",
       "triggerID" : "ea95a0990a2ffee473f5044e734132f6ddc57dce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ea95a0990a2ffee473f5044e734132f6ddc57dce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9525",
       "triggerID" : "1166279227",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "fbc331fdb9bc8d574c3498b50d8e6efc6125886f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9537",
       "triggerID" : "fbc331fdb9bc8d574c3498b50d8e6efc6125886f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3a3d9c5457ac4e49b33df226e344245583a48e67",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9543",
       "triggerID" : "3a3d9c5457ac4e49b33df226e344245583a48e67",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3a3d9c5457ac4e49b33df226e344245583a48e67",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9543",
       "triggerID" : "1166412853",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "af61da1e076c89dcd75ba354c1d905899eedf9fb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9547",
       "triggerID" : "af61da1e076c89dcd75ba354c1d905899eedf9fb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "af61da1e076c89dcd75ba354c1d905899eedf9fb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9547",
       "triggerID" : "1166449304",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "a1a4c551717b7c8b05e78b2179c31ca858703003",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9548",
       "triggerID" : "a1a4c551717b7c8b05e78b2179c31ca858703003",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9915bd842d16a8beafcd693c7767b65e533c8b3e",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9915bd842d16a8beafcd693c7767b65e533c8b3e",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * a1a4c551717b7c8b05e78b2179c31ca858703003 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9548) 
   * 9915bd842d16a8beafcd693c7767b65e533c8b3e 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 commented on pull request #5957: [HUDI-4315] Do not throw exception in BaseSpark3Adapter#toTableIdentifier

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

   Verified locally and run successfully. Check the CI failure and not related to the changes. Merging this one.


-- 
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 #5957: [HUDI-4315] Do not throw exception in BaseSpark3Adapter#toTableIdentifier

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e13bab25d7a9e4e15b7521a2d148fdcdb3527ce7",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9503",
       "triggerID" : "e13bab25d7a9e4e15b7521a2d148fdcdb3527ce7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b4958deb1640778d9398cd5d5c02acb3b7da0441",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9523",
       "triggerID" : "b4958deb1640778d9398cd5d5c02acb3b7da0441",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * e13bab25d7a9e4e15b7521a2d148fdcdb3527ce7 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9503) 
   * b4958deb1640778d9398cd5d5c02acb3b7da0441 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9523) 
   
   <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 #5957: [HUDI-4315] Do not throw exception in BaseSpark3Adapter#toTableIdentifier

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e13bab25d7a9e4e15b7521a2d148fdcdb3527ce7",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "e13bab25d7a9e4e15b7521a2d148fdcdb3527ce7",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * e13bab25d7a9e4e15b7521a2d148fdcdb3527ce7 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 #5957: [HUDI-4315] Do not throw exception in BaseSpark3Adapter#toTableIdentifier

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e13bab25d7a9e4e15b7521a2d148fdcdb3527ce7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9503",
       "triggerID" : "e13bab25d7a9e4e15b7521a2d148fdcdb3527ce7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b4958deb1640778d9398cd5d5c02acb3b7da0441",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9523",
       "triggerID" : "b4958deb1640778d9398cd5d5c02acb3b7da0441",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ea95a0990a2ffee473f5044e734132f6ddc57dce",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9525",
       "triggerID" : "ea95a0990a2ffee473f5044e734132f6ddc57dce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ea95a0990a2ffee473f5044e734132f6ddc57dce",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9525",
       "triggerID" : "1166279227",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "fbc331fdb9bc8d574c3498b50d8e6efc6125886f",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9537",
       "triggerID" : "fbc331fdb9bc8d574c3498b50d8e6efc6125886f",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * ea95a0990a2ffee473f5044e734132f6ddc57dce Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9525) 
   * fbc331fdb9bc8d574c3498b50d8e6efc6125886f Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9537) 
   
   <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 #5957: [HUDI-4315] Do not throw exception in BaseSpark3Adapter#toTableIdentifier

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


-- 
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 #5957: [HUDI-4315] Do not throw exception in BaseSpark3Adapter#toTableIdentifier

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e13bab25d7a9e4e15b7521a2d148fdcdb3527ce7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9503",
       "triggerID" : "e13bab25d7a9e4e15b7521a2d148fdcdb3527ce7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b4958deb1640778d9398cd5d5c02acb3b7da0441",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9523",
       "triggerID" : "b4958deb1640778d9398cd5d5c02acb3b7da0441",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ea95a0990a2ffee473f5044e734132f6ddc57dce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9525",
       "triggerID" : "ea95a0990a2ffee473f5044e734132f6ddc57dce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ea95a0990a2ffee473f5044e734132f6ddc57dce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9525",
       "triggerID" : "1166279227",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "fbc331fdb9bc8d574c3498b50d8e6efc6125886f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9537",
       "triggerID" : "fbc331fdb9bc8d574c3498b50d8e6efc6125886f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3a3d9c5457ac4e49b33df226e344245583a48e67",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9543",
       "triggerID" : "3a3d9c5457ac4e49b33df226e344245583a48e67",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3a3d9c5457ac4e49b33df226e344245583a48e67",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9543",
       "triggerID" : "1166412853",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "af61da1e076c89dcd75ba354c1d905899eedf9fb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9547",
       "triggerID" : "af61da1e076c89dcd75ba354c1d905899eedf9fb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "af61da1e076c89dcd75ba354c1d905899eedf9fb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9547",
       "triggerID" : "1166449304",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "a1a4c551717b7c8b05e78b2179c31ca858703003",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9548",
       "triggerID" : "a1a4c551717b7c8b05e78b2179c31ca858703003",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9915bd842d16a8beafcd693c7767b65e533c8b3e",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9552",
       "triggerID" : "9915bd842d16a8beafcd693c7767b65e533c8b3e",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9915bd842d16a8beafcd693c7767b65e533c8b3e Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9552) 
   
   <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 #5957: [HUDI-4315] Do not throw exception in BaseSpark3Adapter#toTableIdentifier

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e13bab25d7a9e4e15b7521a2d148fdcdb3527ce7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9503",
       "triggerID" : "e13bab25d7a9e4e15b7521a2d148fdcdb3527ce7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b4958deb1640778d9398cd5d5c02acb3b7da0441",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9523",
       "triggerID" : "b4958deb1640778d9398cd5d5c02acb3b7da0441",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ea95a0990a2ffee473f5044e734132f6ddc57dce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9525",
       "triggerID" : "ea95a0990a2ffee473f5044e734132f6ddc57dce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ea95a0990a2ffee473f5044e734132f6ddc57dce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9525",
       "triggerID" : "1166279227",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "fbc331fdb9bc8d574c3498b50d8e6efc6125886f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9537",
       "triggerID" : "fbc331fdb9bc8d574c3498b50d8e6efc6125886f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3a3d9c5457ac4e49b33df226e344245583a48e67",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9543",
       "triggerID" : "3a3d9c5457ac4e49b33df226e344245583a48e67",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3a3d9c5457ac4e49b33df226e344245583a48e67",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9543",
       "triggerID" : "1166412853",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "af61da1e076c89dcd75ba354c1d905899eedf9fb",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9547",
       "triggerID" : "af61da1e076c89dcd75ba354c1d905899eedf9fb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "af61da1e076c89dcd75ba354c1d905899eedf9fb",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1166449304",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * af61da1e076c89dcd75ba354c1d905899eedf9fb Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9547) 
   
   <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 pull request #5957: [HUDI-4315] Do not throw exception in BaseSpark3Adapter#toTableIdentifier

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

   @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 #5957: [HUDI-4315] Do not throw exception in BaseSpark3Adapter#toTableIdentifier

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e13bab25d7a9e4e15b7521a2d148fdcdb3527ce7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9503",
       "triggerID" : "e13bab25d7a9e4e15b7521a2d148fdcdb3527ce7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b4958deb1640778d9398cd5d5c02acb3b7da0441",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9523",
       "triggerID" : "b4958deb1640778d9398cd5d5c02acb3b7da0441",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ea95a0990a2ffee473f5044e734132f6ddc57dce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9525",
       "triggerID" : "ea95a0990a2ffee473f5044e734132f6ddc57dce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ea95a0990a2ffee473f5044e734132f6ddc57dce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9525",
       "triggerID" : "1166279227",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "fbc331fdb9bc8d574c3498b50d8e6efc6125886f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9537",
       "triggerID" : "fbc331fdb9bc8d574c3498b50d8e6efc6125886f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3a3d9c5457ac4e49b33df226e344245583a48e67",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9543",
       "triggerID" : "3a3d9c5457ac4e49b33df226e344245583a48e67",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3a3d9c5457ac4e49b33df226e344245583a48e67",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9543",
       "triggerID" : "1166412853",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "af61da1e076c89dcd75ba354c1d905899eedf9fb",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9547",
       "triggerID" : "af61da1e076c89dcd75ba354c1d905899eedf9fb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "af61da1e076c89dcd75ba354c1d905899eedf9fb",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9547",
       "triggerID" : "1166449304",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "a1a4c551717b7c8b05e78b2179c31ca858703003",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "a1a4c551717b7c8b05e78b2179c31ca858703003",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * af61da1e076c89dcd75ba354c1d905899eedf9fb Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9547) 
   * a1a4c551717b7c8b05e78b2179c31ca858703003 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 #5957: [HUDI-4315] Do not throw exception in BaseSpark3Adapter#toTableIdentifier

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e13bab25d7a9e4e15b7521a2d148fdcdb3527ce7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9503",
       "triggerID" : "e13bab25d7a9e4e15b7521a2d148fdcdb3527ce7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b4958deb1640778d9398cd5d5c02acb3b7da0441",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9523",
       "triggerID" : "b4958deb1640778d9398cd5d5c02acb3b7da0441",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ea95a0990a2ffee473f5044e734132f6ddc57dce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9525",
       "triggerID" : "ea95a0990a2ffee473f5044e734132f6ddc57dce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ea95a0990a2ffee473f5044e734132f6ddc57dce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9525",
       "triggerID" : "1166279227",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "fbc331fdb9bc8d574c3498b50d8e6efc6125886f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9537",
       "triggerID" : "fbc331fdb9bc8d574c3498b50d8e6efc6125886f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3a3d9c5457ac4e49b33df226e344245583a48e67",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9543",
       "triggerID" : "3a3d9c5457ac4e49b33df226e344245583a48e67",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3a3d9c5457ac4e49b33df226e344245583a48e67",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9543",
       "triggerID" : "1166412853",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "af61da1e076c89dcd75ba354c1d905899eedf9fb",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9547",
       "triggerID" : "af61da1e076c89dcd75ba354c1d905899eedf9fb",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * af61da1e076c89dcd75ba354c1d905899eedf9fb Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9547) 
   
   <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 #5957: [HUDI-4315] Do not throw exception in BaseSpark3Adapter#toTableIdentifier

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e13bab25d7a9e4e15b7521a2d148fdcdb3527ce7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9503",
       "triggerID" : "e13bab25d7a9e4e15b7521a2d148fdcdb3527ce7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b4958deb1640778d9398cd5d5c02acb3b7da0441",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9523",
       "triggerID" : "b4958deb1640778d9398cd5d5c02acb3b7da0441",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ea95a0990a2ffee473f5044e734132f6ddc57dce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9525",
       "triggerID" : "ea95a0990a2ffee473f5044e734132f6ddc57dce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ea95a0990a2ffee473f5044e734132f6ddc57dce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9525",
       "triggerID" : "1166279227",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "fbc331fdb9bc8d574c3498b50d8e6efc6125886f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9537",
       "triggerID" : "fbc331fdb9bc8d574c3498b50d8e6efc6125886f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3a3d9c5457ac4e49b33df226e344245583a48e67",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9543",
       "triggerID" : "3a3d9c5457ac4e49b33df226e344245583a48e67",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3a3d9c5457ac4e49b33df226e344245583a48e67",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9543",
       "triggerID" : "1166412853",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "af61da1e076c89dcd75ba354c1d905899eedf9fb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9547",
       "triggerID" : "af61da1e076c89dcd75ba354c1d905899eedf9fb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "af61da1e076c89dcd75ba354c1d905899eedf9fb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9547",
       "triggerID" : "1166449304",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "a1a4c551717b7c8b05e78b2179c31ca858703003",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9548",
       "triggerID" : "a1a4c551717b7c8b05e78b2179c31ca858703003",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9915bd842d16a8beafcd693c7767b65e533c8b3e",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9552",
       "triggerID" : "9915bd842d16a8beafcd693c7767b65e533c8b3e",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * a1a4c551717b7c8b05e78b2179c31ca858703003 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9548) 
   * 9915bd842d16a8beafcd693c7767b65e533c8b3e Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9552) 
   
   <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 #5957: [HUDI-4315] Do not throw exception in BaseSpark3Adapter#toTableIdentifier

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e13bab25d7a9e4e15b7521a2d148fdcdb3527ce7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9503",
       "triggerID" : "e13bab25d7a9e4e15b7521a2d148fdcdb3527ce7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b4958deb1640778d9398cd5d5c02acb3b7da0441",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9523",
       "triggerID" : "b4958deb1640778d9398cd5d5c02acb3b7da0441",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ea95a0990a2ffee473f5044e734132f6ddc57dce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9525",
       "triggerID" : "ea95a0990a2ffee473f5044e734132f6ddc57dce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ea95a0990a2ffee473f5044e734132f6ddc57dce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9525",
       "triggerID" : "1166279227",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "fbc331fdb9bc8d574c3498b50d8e6efc6125886f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9537",
       "triggerID" : "fbc331fdb9bc8d574c3498b50d8e6efc6125886f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3a3d9c5457ac4e49b33df226e344245583a48e67",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9543",
       "triggerID" : "3a3d9c5457ac4e49b33df226e344245583a48e67",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3a3d9c5457ac4e49b33df226e344245583a48e67",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9543",
       "triggerID" : "1166412853",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "af61da1e076c89dcd75ba354c1d905899eedf9fb",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9547",
       "triggerID" : "af61da1e076c89dcd75ba354c1d905899eedf9fb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "af61da1e076c89dcd75ba354c1d905899eedf9fb",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9547",
       "triggerID" : "1166449304",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "a1a4c551717b7c8b05e78b2179c31ca858703003",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9548",
       "triggerID" : "a1a4c551717b7c8b05e78b2179c31ca858703003",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * af61da1e076c89dcd75ba354c1d905899eedf9fb Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9547) 
   * a1a4c551717b7c8b05e78b2179c31ca858703003 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9548) 
   
   <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 #5957: [HUDI-4315] Do not throw exception in BaseSpark3Adapter#toTableIdentifier

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e13bab25d7a9e4e15b7521a2d148fdcdb3527ce7",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9503",
       "triggerID" : "e13bab25d7a9e4e15b7521a2d148fdcdb3527ce7",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * e13bab25d7a9e4e15b7521a2d148fdcdb3527ce7 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9503) 
   
   <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 #5957: [HUDI-4315] Do not throw exception in BaseSpark3Adapter#toTableIdentifier

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e13bab25d7a9e4e15b7521a2d148fdcdb3527ce7",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9503",
       "triggerID" : "e13bab25d7a9e4e15b7521a2d148fdcdb3527ce7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b4958deb1640778d9398cd5d5c02acb3b7da0441",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "b4958deb1640778d9398cd5d5c02acb3b7da0441",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * e13bab25d7a9e4e15b7521a2d148fdcdb3527ce7 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9503) 
   * b4958deb1640778d9398cd5d5c02acb3b7da0441 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 #5957: [HUDI-4315] Do not throw exception in BaseSpark3Adapter#toTableIdentifier

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e13bab25d7a9e4e15b7521a2d148fdcdb3527ce7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9503",
       "triggerID" : "e13bab25d7a9e4e15b7521a2d148fdcdb3527ce7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b4958deb1640778d9398cd5d5c02acb3b7da0441",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9523",
       "triggerID" : "b4958deb1640778d9398cd5d5c02acb3b7da0441",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ea95a0990a2ffee473f5044e734132f6ddc57dce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9525",
       "triggerID" : "ea95a0990a2ffee473f5044e734132f6ddc57dce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ea95a0990a2ffee473f5044e734132f6ddc57dce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9525",
       "triggerID" : "1166279227",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "fbc331fdb9bc8d574c3498b50d8e6efc6125886f",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9537",
       "triggerID" : "fbc331fdb9bc8d574c3498b50d8e6efc6125886f",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * fbc331fdb9bc8d574c3498b50d8e6efc6125886f Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9537) 
   
   <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 pull request #5957: [HUDI-4315] Do not throw exception in BaseSpark3Adapter#toTableIdentifier

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

   @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 #5957: [HUDI-4315] Do not throw exception in BaseSpark3Adapter#toTableIdentifier

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e13bab25d7a9e4e15b7521a2d148fdcdb3527ce7",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9503",
       "triggerID" : "e13bab25d7a9e4e15b7521a2d148fdcdb3527ce7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b4958deb1640778d9398cd5d5c02acb3b7da0441",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9523",
       "triggerID" : "b4958deb1640778d9398cd5d5c02acb3b7da0441",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ea95a0990a2ffee473f5044e734132f6ddc57dce",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "ea95a0990a2ffee473f5044e734132f6ddc57dce",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * e13bab25d7a9e4e15b7521a2d148fdcdb3527ce7 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9503) 
   * b4958deb1640778d9398cd5d5c02acb3b7da0441 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9523) 
   * ea95a0990a2ffee473f5044e734132f6ddc57dce 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 #5957: [HUDI-4315] Do not throw exception in BaseSpark3Adapter#toTableIdentifier

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e13bab25d7a9e4e15b7521a2d148fdcdb3527ce7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9503",
       "triggerID" : "e13bab25d7a9e4e15b7521a2d148fdcdb3527ce7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b4958deb1640778d9398cd5d5c02acb3b7da0441",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9523",
       "triggerID" : "b4958deb1640778d9398cd5d5c02acb3b7da0441",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ea95a0990a2ffee473f5044e734132f6ddc57dce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9525",
       "triggerID" : "ea95a0990a2ffee473f5044e734132f6ddc57dce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ea95a0990a2ffee473f5044e734132f6ddc57dce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9525",
       "triggerID" : "1166279227",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "fbc331fdb9bc8d574c3498b50d8e6efc6125886f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9537",
       "triggerID" : "fbc331fdb9bc8d574c3498b50d8e6efc6125886f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3a3d9c5457ac4e49b33df226e344245583a48e67",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9543",
       "triggerID" : "3a3d9c5457ac4e49b33df226e344245583a48e67",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3a3d9c5457ac4e49b33df226e344245583a48e67",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9543",
       "triggerID" : "1166412853",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "af61da1e076c89dcd75ba354c1d905899eedf9fb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9547",
       "triggerID" : "af61da1e076c89dcd75ba354c1d905899eedf9fb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "af61da1e076c89dcd75ba354c1d905899eedf9fb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9547",
       "triggerID" : "1166449304",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "a1a4c551717b7c8b05e78b2179c31ca858703003",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9548",
       "triggerID" : "a1a4c551717b7c8b05e78b2179c31ca858703003",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9915bd842d16a8beafcd693c7767b65e533c8b3e",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9552",
       "triggerID" : "9915bd842d16a8beafcd693c7767b65e533c8b3e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "03063099f643332a2e0942cdebe89d77cc5f9a95",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "03063099f643332a2e0942cdebe89d77cc5f9a95",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9915bd842d16a8beafcd693c7767b65e533c8b3e Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9552) 
   * 03063099f643332a2e0942cdebe89d77cc5f9a95 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 #5957: [HUDI-4315] Do not throw exception in BaseSpark3Adapter#toTableIdentifier

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e13bab25d7a9e4e15b7521a2d148fdcdb3527ce7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9503",
       "triggerID" : "e13bab25d7a9e4e15b7521a2d148fdcdb3527ce7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b4958deb1640778d9398cd5d5c02acb3b7da0441",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9523",
       "triggerID" : "b4958deb1640778d9398cd5d5c02acb3b7da0441",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ea95a0990a2ffee473f5044e734132f6ddc57dce",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9525",
       "triggerID" : "ea95a0990a2ffee473f5044e734132f6ddc57dce",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * ea95a0990a2ffee473f5044e734132f6ddc57dce Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9525) 
   
   <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 #5957: [HUDI-4315] Do not throw exception in BaseSpark3Adapter#toTableIdentifier

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e13bab25d7a9e4e15b7521a2d148fdcdb3527ce7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9503",
       "triggerID" : "e13bab25d7a9e4e15b7521a2d148fdcdb3527ce7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b4958deb1640778d9398cd5d5c02acb3b7da0441",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9523",
       "triggerID" : "b4958deb1640778d9398cd5d5c02acb3b7da0441",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ea95a0990a2ffee473f5044e734132f6ddc57dce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9525",
       "triggerID" : "ea95a0990a2ffee473f5044e734132f6ddc57dce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ea95a0990a2ffee473f5044e734132f6ddc57dce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9525",
       "triggerID" : "1166279227",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "fbc331fdb9bc8d574c3498b50d8e6efc6125886f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9537",
       "triggerID" : "fbc331fdb9bc8d574c3498b50d8e6efc6125886f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3a3d9c5457ac4e49b33df226e344245583a48e67",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9543",
       "triggerID" : "3a3d9c5457ac4e49b33df226e344245583a48e67",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3a3d9c5457ac4e49b33df226e344245583a48e67",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1166412853",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 3a3d9c5457ac4e49b33df226e344245583a48e67 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9543) 
   
   <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 #5957: [HUDI-4315] Do not throw exception in BaseSpark3Adapter#toTableIdentifier

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e13bab25d7a9e4e15b7521a2d148fdcdb3527ce7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9503",
       "triggerID" : "e13bab25d7a9e4e15b7521a2d148fdcdb3527ce7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b4958deb1640778d9398cd5d5c02acb3b7da0441",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9523",
       "triggerID" : "b4958deb1640778d9398cd5d5c02acb3b7da0441",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ea95a0990a2ffee473f5044e734132f6ddc57dce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9525",
       "triggerID" : "ea95a0990a2ffee473f5044e734132f6ddc57dce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ea95a0990a2ffee473f5044e734132f6ddc57dce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9525",
       "triggerID" : "1166279227",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "fbc331fdb9bc8d574c3498b50d8e6efc6125886f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9537",
       "triggerID" : "fbc331fdb9bc8d574c3498b50d8e6efc6125886f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3a3d9c5457ac4e49b33df226e344245583a48e67",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9543",
       "triggerID" : "3a3d9c5457ac4e49b33df226e344245583a48e67",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 3a3d9c5457ac4e49b33df226e344245583a48e67 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9543) 
   
   <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 #5957: [HUDI-4315] Do not throw exception in BaseSpark3Adapter#toTableIdentifier

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e13bab25d7a9e4e15b7521a2d148fdcdb3527ce7",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9503",
       "triggerID" : "e13bab25d7a9e4e15b7521a2d148fdcdb3527ce7",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * e13bab25d7a9e4e15b7521a2d148fdcdb3527ce7 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9503) 
   
   <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 #5957: [HUDI-4315] Do not throw exception in BaseSpark3Adapter#toTableIdentifier

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e13bab25d7a9e4e15b7521a2d148fdcdb3527ce7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9503",
       "triggerID" : "e13bab25d7a9e4e15b7521a2d148fdcdb3527ce7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b4958deb1640778d9398cd5d5c02acb3b7da0441",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9523",
       "triggerID" : "b4958deb1640778d9398cd5d5c02acb3b7da0441",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ea95a0990a2ffee473f5044e734132f6ddc57dce",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9525",
       "triggerID" : "ea95a0990a2ffee473f5044e734132f6ddc57dce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ea95a0990a2ffee473f5044e734132f6ddc57dce",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9525",
       "triggerID" : "1166279227",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "fbc331fdb9bc8d574c3498b50d8e6efc6125886f",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "fbc331fdb9bc8d574c3498b50d8e6efc6125886f",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * ea95a0990a2ffee473f5044e734132f6ddc57dce Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9525) 
   * fbc331fdb9bc8d574c3498b50d8e6efc6125886f 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 #5957: [HUDI-4315] Do not throw exception in BaseSpark3Adapter#toTableIdentifier

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e13bab25d7a9e4e15b7521a2d148fdcdb3527ce7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9503",
       "triggerID" : "e13bab25d7a9e4e15b7521a2d148fdcdb3527ce7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b4958deb1640778d9398cd5d5c02acb3b7da0441",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9523",
       "triggerID" : "b4958deb1640778d9398cd5d5c02acb3b7da0441",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ea95a0990a2ffee473f5044e734132f6ddc57dce",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9525",
       "triggerID" : "ea95a0990a2ffee473f5044e734132f6ddc57dce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ea95a0990a2ffee473f5044e734132f6ddc57dce",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9525",
       "triggerID" : "1166279227",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * ea95a0990a2ffee473f5044e734132f6ddc57dce Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9525) 
   
   <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 #5957: [HUDI-4315] Do not throw exception in BaseSpark3Adapter#toTableIdentifier

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


##########
hudi-spark-datasource/hudi-spark3-common/src/main/scala/org/apache/spark/sql/adapter/BaseSpark3Adapter.scala:
##########
@@ -115,7 +115,12 @@ abstract class BaseSpark3Adapter extends SparkAdapter {
     unfoldSubqueryAliases(table) match {
       case LogicalRelation(_, _, Some(table), _) => isHoodieTable(table)
       case relation: UnresolvedRelation =>
-        isHoodieTable(toTableIdentifier(relation), spark)
+        try {
+          isHoodieTable(toTableIdentifier(relation), spark)
+        } catch {
+          case NonFatal(_) =>
+            false

Review Comment:
   done



-- 
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 #5957: [HUDI-4315] Do not throw exception in BaseSpark3Adapter#toTableIdentifier

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e13bab25d7a9e4e15b7521a2d148fdcdb3527ce7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9503",
       "triggerID" : "e13bab25d7a9e4e15b7521a2d148fdcdb3527ce7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b4958deb1640778d9398cd5d5c02acb3b7da0441",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9523",
       "triggerID" : "b4958deb1640778d9398cd5d5c02acb3b7da0441",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ea95a0990a2ffee473f5044e734132f6ddc57dce",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9525",
       "triggerID" : "ea95a0990a2ffee473f5044e734132f6ddc57dce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ea95a0990a2ffee473f5044e734132f6ddc57dce",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1166279227",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * ea95a0990a2ffee473f5044e734132f6ddc57dce Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9525) 
   
   <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 #5957: [HUDI-4315] Do not throw exception in BaseSpark3Adapter#toTableIdentifier

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e13bab25d7a9e4e15b7521a2d148fdcdb3527ce7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9503",
       "triggerID" : "e13bab25d7a9e4e15b7521a2d148fdcdb3527ce7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b4958deb1640778d9398cd5d5c02acb3b7da0441",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9523",
       "triggerID" : "b4958deb1640778d9398cd5d5c02acb3b7da0441",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ea95a0990a2ffee473f5044e734132f6ddc57dce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9525",
       "triggerID" : "ea95a0990a2ffee473f5044e734132f6ddc57dce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ea95a0990a2ffee473f5044e734132f6ddc57dce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9525",
       "triggerID" : "1166279227",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "fbc331fdb9bc8d574c3498b50d8e6efc6125886f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9537",
       "triggerID" : "fbc331fdb9bc8d574c3498b50d8e6efc6125886f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3a3d9c5457ac4e49b33df226e344245583a48e67",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9543",
       "triggerID" : "3a3d9c5457ac4e49b33df226e344245583a48e67",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3a3d9c5457ac4e49b33df226e344245583a48e67",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9543",
       "triggerID" : "1166412853",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "af61da1e076c89dcd75ba354c1d905899eedf9fb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9547",
       "triggerID" : "af61da1e076c89dcd75ba354c1d905899eedf9fb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "af61da1e076c89dcd75ba354c1d905899eedf9fb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9547",
       "triggerID" : "1166449304",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "a1a4c551717b7c8b05e78b2179c31ca858703003",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9548",
       "triggerID" : "a1a4c551717b7c8b05e78b2179c31ca858703003",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9915bd842d16a8beafcd693c7767b65e533c8b3e",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9552",
       "triggerID" : "9915bd842d16a8beafcd693c7767b65e533c8b3e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "03063099f643332a2e0942cdebe89d77cc5f9a95",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9567",
       "triggerID" : "03063099f643332a2e0942cdebe89d77cc5f9a95",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9915bd842d16a8beafcd693c7767b65e533c8b3e Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9552) 
   * 03063099f643332a2e0942cdebe89d77cc5f9a95 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=9567) 
   
   <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