You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "Zouxxyy (via GitHub)" <gi...@apache.org> on 2023/04/18 10:28:17 UTC

[GitHub] [hudi] Zouxxyy opened a new pull request, #8488: [HUDI-5957] Fix 'db.table' in createHoodieClientFromPath

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

   ### Change Logs
   
   Fix bug caused by https://github.com/apache/hudi/pull/8243,
   
   ### Impact
   
   Fix bug caused by https://github.com/apache/hudi/pull/8243
   
   ### Risk level (write none, low medium or high below)
   
   low
   
   ### Documentation Update
   
   none
   
   ### Contributor's checklist
   
   - [ ] Read through [contributor's guide](https://hudi.apache.org/contribute/how-to-contribute)
   - [ ] Change Logs and Impact were stated clearly
   - [ ] Adequate tests were added if applicable
   - [ ] CI passed
   


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

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

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


[GitHub] [hudi] hudi-bot commented on pull request #8488: [HUDI-5957] Fix table not exist when using 'db.table' in createHoodieClientFromPath

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "fae0ad3bf18befc79e59e4428bc3ed86c51a42df",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16423",
       "triggerID" : "fae0ad3bf18befc79e59e4428bc3ed86c51a42df",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fae0ad3bf18befc79e59e4428bc3ed86c51a42df",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16461",
       "triggerID" : "1514498451",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * fae0ad3bf18befc79e59e4428bc3ed86c51a42df Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16423) Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16461) 
   
   <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 #8488: [HUDI-5957] Fix table not exist when using 'db.table' in createHoodieClientFromPath

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "fae0ad3bf18befc79e59e4428bc3ed86c51a42df",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16423",
       "triggerID" : "fae0ad3bf18befc79e59e4428bc3ed86c51a42df",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fae0ad3bf18befc79e59e4428bc3ed86c51a42df",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16461",
       "triggerID" : "1514498451",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "63661d16a9d4550571920a2ebedd3fb6a7294081",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "63661d16a9d4550571920a2ebedd3fb6a7294081",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * fae0ad3bf18befc79e59e4428bc3ed86c51a42df Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16423) Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16461) 
   * 63661d16a9d4550571920a2ebedd3fb6a7294081 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] XuQianJin-Stars commented on a diff in pull request #8488: [HUDI-5957] Fix table not exist when using 'db.table' in createHoodieClientFromPath

Posted by "XuQianJin-Stars (via GitHub)" <gi...@apache.org>.
XuQianJin-Stars commented on code in PR #8488:
URL: https://github.com/apache/hudi/pull/8488#discussion_r1172121964


##########
hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/hudi/HoodieCLIUtils.scala:
##########
@@ -27,21 +27,29 @@ import org.apache.spark.api.java.JavaSparkContext
 import org.apache.spark.sql.SparkSession
 import org.apache.spark.sql.catalyst.TableIdentifier
 import org.apache.spark.sql.catalyst.catalog.HoodieCatalogTable
-import org.apache.spark.sql.hudi.ProvidesHoodieConfig
+import org.apache.spark.sql.hudi.HoodieSqlCommonUtils.withSparkConf
 
 import scala.collection.JavaConverters.{collectionAsScalaIterableConverter, mapAsJavaMapConverter}
 
-object HoodieCLIUtils extends ProvidesHoodieConfig{
+object HoodieCLIUtils {
 
   def createHoodieClientFromPath(sparkSession: SparkSession,
                                  basePath: String,
-                                 conf: Map[String, String]): SparkRDDWriteClient[_] = {
+                                 conf: Map[String, String],
+                                 tableName: Option[String]): SparkRDDWriteClient[_] = {
     val metaClient = HoodieTableMetaClient.builder().setBasePath(basePath)
       .setConf(sparkSession.sessionState.newHadoopConf()).build()
     val schemaUtil = new TableSchemaResolver(metaClient)
     val schemaStr = schemaUtil.getTableAvroSchema(false).toString
+    // If tableName is provided, we need to add catalog props
+    val catalogProps = tableName match {

Review Comment:
   ```
       val hoodieCatalogTable = if (table.isDefined) {
         getHoodieCatalogTable(sparkSession, table.get.asInstanceOf[String])
       } else {
         metaClient.getTableConfig.getDatabaseName match {
           case databaseName: String => if (HoodieTableType.MERGE_ON_READ == tableType) {
             getHoodieCatalogTable(sparkSession, databaseName + "." + metaClient.getTableConfig.getTableName + MOR_SNAPSHOT_TABLE_SUFFIX)
           } else {
             getHoodieCatalogTable(sparkSession, databaseName + "." + metaClient.getTableConfig.getTableName)
           }
           case _ => getHoodieCatalogTable(sparkSession, metaClient.getTableConfig.getTableName)
         }
       }
   
       val finalParameters = HoodieWriterUtils.parametersWithWriteDefaults(buildHoodieConfig(hoodieCatalogTable) ++ conf)
   ```



-- 
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 #8488: [HUDI-5957] Fix table not exist when using 'db.table' in createHoodieClientFromPath

Posted by "XuQianJin-Stars (via GitHub)" <gi...@apache.org>.
XuQianJin-Stars commented on code in PR #8488:
URL: https://github.com/apache/hudi/pull/8488#discussion_r1172009398


##########
hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/hudi/HoodieCLIUtils.scala:
##########
@@ -40,8 +40,12 @@ object HoodieCLIUtils extends ProvidesHoodieConfig{
       .setConf(sparkSession.sessionState.newHadoopConf()).build()
     val schemaUtil = new TableSchemaResolver(metaClient)
     val schemaStr = schemaUtil.getTableAvroSchema(false).toString
+    val table = metaClient.getTableConfig.getDatabaseName match {
+      case databaseName: String => databaseName + "." + metaClient.getTableConfig.getTableName
+      case _ => metaClient.getTableConfig.getTableName
+    }
     val finalParameters = HoodieWriterUtils.parametersWithWriteDefaults(
-      buildHoodieConfig(getHoodieCatalogTable(sparkSession, metaClient.getTableConfig.getTableName)) ++ conf)
+      buildHoodieConfig(getHoodieCatalogTable(sparkSession, table)) ++ conf)

Review Comment:
   > @XuQianJin-Stars This method is only triggered by call procudure, user is not allowed to use ro/rt table
   
   call run_compaction(op => 'run', table => 'db.test_rt');



-- 
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 #8488: [HUDI-5957] Fix table not exist when using 'db.table' in createHoodieClientFromPath

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "fae0ad3bf18befc79e59e4428bc3ed86c51a42df",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16423",
       "triggerID" : "fae0ad3bf18befc79e59e4428bc3ed86c51a42df",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fae0ad3bf18befc79e59e4428bc3ed86c51a42df",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16461",
       "triggerID" : "1514498451",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "63661d16a9d4550571920a2ebedd3fb6a7294081",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16477",
       "triggerID" : "63661d16a9d4550571920a2ebedd3fb6a7294081",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 63661d16a9d4550571920a2ebedd3fb6a7294081 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16477) 
   
   <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 #8488: [HUDI-5957] Fix table not exist when using 'db.table' in createHoodieClientFromPath

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "fae0ad3bf18befc79e59e4428bc3ed86c51a42df",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16423",
       "triggerID" : "fae0ad3bf18befc79e59e4428bc3ed86c51a42df",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fae0ad3bf18befc79e59e4428bc3ed86c51a42df",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16461",
       "triggerID" : "1514498451",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "63661d16a9d4550571920a2ebedd3fb6a7294081",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16477",
       "triggerID" : "63661d16a9d4550571920a2ebedd3fb6a7294081",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0850d650e07601d0b602b25108f29f48416850c8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16501",
       "triggerID" : "0850d650e07601d0b602b25108f29f48416850c8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e151236bbe169543f582096f2cc724cc057bdbb8",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16515",
       "triggerID" : "e151236bbe169543f582096f2cc724cc057bdbb8",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * e151236bbe169543f582096f2cc724cc057bdbb8 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16515) 
   
   <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] Zouxxyy commented on pull request #8488: [HUDI-5957] Fix table not exist when using 'db.table' in createHoodieClientFromPath

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

   @XuQianJin-Stars CI is green ~


-- 
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] Zouxxyy commented on a diff in pull request #8488: [HUDI-5957] Fix table not exist when using 'db.table' in createHoodieClientFromPath

Posted by "Zouxxyy (via GitHub)" <gi...@apache.org>.
Zouxxyy commented on code in PR #8488:
URL: https://github.com/apache/hudi/pull/8488#discussion_r1171998031


##########
hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/hudi/HoodieCLIUtils.scala:
##########
@@ -40,8 +40,12 @@ object HoodieCLIUtils extends ProvidesHoodieConfig{
       .setConf(sparkSession.sessionState.newHadoopConf()).build()
     val schemaUtil = new TableSchemaResolver(metaClient)
     val schemaStr = schemaUtil.getTableAvroSchema(false).toString
+    val table = metaClient.getTableConfig.getDatabaseName match {
+      case databaseName: String => databaseName + "." + metaClient.getTableConfig.getTableName
+      case _ => metaClient.getTableConfig.getTableName
+    }
     val finalParameters = HoodieWriterUtils.parametersWithWriteDefaults(
-      buildHoodieConfig(getHoodieCatalogTable(sparkSession, metaClient.getTableConfig.getTableName)) ++ conf)
+      buildHoodieConfig(getHoodieCatalogTable(sparkSession, table)) ++ conf)

Review Comment:
   @XuQianJin-Stars This method is only triggered by call procudure, user is not allowed to use ro/rt table



-- 
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 #8488: [HUDI-5957] Fix table not exist when using 'db.table' in createHoodieClientFromPath

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "fae0ad3bf18befc79e59e4428bc3ed86c51a42df",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16423",
       "triggerID" : "fae0ad3bf18befc79e59e4428bc3ed86c51a42df",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fae0ad3bf18befc79e59e4428bc3ed86c51a42df",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16461",
       "triggerID" : "1514498451",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "63661d16a9d4550571920a2ebedd3fb6a7294081",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16477",
       "triggerID" : "63661d16a9d4550571920a2ebedd3fb6a7294081",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0850d650e07601d0b602b25108f29f48416850c8",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16501",
       "triggerID" : "0850d650e07601d0b602b25108f29f48416850c8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e151236bbe169543f582096f2cc724cc057bdbb8",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "e151236bbe169543f582096f2cc724cc057bdbb8",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 0850d650e07601d0b602b25108f29f48416850c8 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16501) 
   * e151236bbe169543f582096f2cc724cc057bdbb8 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] XuQianJin-Stars commented on pull request #8488: [HUDI-5957] Fix table not exist when using 'db.table' in createHoodieClientFromPath

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

   @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 pull request #8488: [HUDI-5957] Fix table not exist when using 'db.table' in createHoodieClientFromPath

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

   @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 #8488: [HUDI-5957] Fix table not exist when using 'db.table' in createHoodieClientFromPath

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "fae0ad3bf18befc79e59e4428bc3ed86c51a42df",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16423",
       "triggerID" : "fae0ad3bf18befc79e59e4428bc3ed86c51a42df",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fae0ad3bf18befc79e59e4428bc3ed86c51a42df",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16461",
       "triggerID" : "1514498451",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "63661d16a9d4550571920a2ebedd3fb6a7294081",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16477",
       "triggerID" : "63661d16a9d4550571920a2ebedd3fb6a7294081",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0850d650e07601d0b602b25108f29f48416850c8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16501",
       "triggerID" : "0850d650e07601d0b602b25108f29f48416850c8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e151236bbe169543f582096f2cc724cc057bdbb8",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16515",
       "triggerID" : "e151236bbe169543f582096f2cc724cc057bdbb8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e151236bbe169543f582096f2cc724cc057bdbb8",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16533",
       "triggerID" : "1518000004",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * e151236bbe169543f582096f2cc724cc057bdbb8 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16515) Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16533) 
   
   <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 merged pull request #8488: [HUDI-5957] Fix table not exist when using 'db.table' in createHoodieClientFromPath

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


-- 
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 #8488: [HUDI-5957] Fix table not exist when using 'db.table' in createHoodieClientFromPath

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "fae0ad3bf18befc79e59e4428bc3ed86c51a42df",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16423",
       "triggerID" : "fae0ad3bf18befc79e59e4428bc3ed86c51a42df",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fae0ad3bf18befc79e59e4428bc3ed86c51a42df",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16461",
       "triggerID" : "1514498451",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "63661d16a9d4550571920a2ebedd3fb6a7294081",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16477",
       "triggerID" : "63661d16a9d4550571920a2ebedd3fb6a7294081",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0850d650e07601d0b602b25108f29f48416850c8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16501",
       "triggerID" : "0850d650e07601d0b602b25108f29f48416850c8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e151236bbe169543f582096f2cc724cc057bdbb8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16515",
       "triggerID" : "e151236bbe169543f582096f2cc724cc057bdbb8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e151236bbe169543f582096f2cc724cc057bdbb8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16533",
       "triggerID" : "1518000004",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "d242b57634551d7d4dcdd37a810613c178760232",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16542",
       "triggerID" : "d242b57634551d7d4dcdd37a810613c178760232",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d242b57634551d7d4dcdd37a810613c178760232",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16577",
       "triggerID" : "1518944971",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * d242b57634551d7d4dcdd37a810613c178760232 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16542) Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16577) 
   
   <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 #8488: [HUDI-5957] Fix table not exist when using 'db.table' in createHoodieClientFromPath

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "fae0ad3bf18befc79e59e4428bc3ed86c51a42df",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16423",
       "triggerID" : "fae0ad3bf18befc79e59e4428bc3ed86c51a42df",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fae0ad3bf18befc79e59e4428bc3ed86c51a42df",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16461",
       "triggerID" : "1514498451",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "63661d16a9d4550571920a2ebedd3fb6a7294081",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16477",
       "triggerID" : "63661d16a9d4550571920a2ebedd3fb6a7294081",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0850d650e07601d0b602b25108f29f48416850c8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16501",
       "triggerID" : "0850d650e07601d0b602b25108f29f48416850c8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e151236bbe169543f582096f2cc724cc057bdbb8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16515",
       "triggerID" : "e151236bbe169543f582096f2cc724cc057bdbb8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e151236bbe169543f582096f2cc724cc057bdbb8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16533",
       "triggerID" : "1518000004",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "d242b57634551d7d4dcdd37a810613c178760232",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16542",
       "triggerID" : "d242b57634551d7d4dcdd37a810613c178760232",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d242b57634551d7d4dcdd37a810613c178760232",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16577",
       "triggerID" : "1518944971",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "d242b57634551d7d4dcdd37a810613c178760232",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16595",
       "triggerID" : "1519401807",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "6f5fdb69f39de63661d2b274b1edb5078d48e0e2",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16596",
       "triggerID" : "6f5fdb69f39de63661d2b274b1edb5078d48e0e2",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 6f5fdb69f39de63661d2b274b1edb5078d48e0e2 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16596) 
   
   <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 #8488: [HUDI-5957] Fix 'db.table' in createHoodieClientFromPath

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "fae0ad3bf18befc79e59e4428bc3ed86c51a42df",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16423",
       "triggerID" : "fae0ad3bf18befc79e59e4428bc3ed86c51a42df",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * fae0ad3bf18befc79e59e4428bc3ed86c51a42df Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16423) 
   
   <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 #8488: [HUDI-5957] Fix 'db.table' in createHoodieClientFromPath

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "fae0ad3bf18befc79e59e4428bc3ed86c51a42df",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "fae0ad3bf18befc79e59e4428bc3ed86c51a42df",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * fae0ad3bf18befc79e59e4428bc3ed86c51a42df 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 #8488: [HUDI-5957] Fix table not exist when using 'db.table' in createHoodieClientFromPath

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "fae0ad3bf18befc79e59e4428bc3ed86c51a42df",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16423",
       "triggerID" : "fae0ad3bf18befc79e59e4428bc3ed86c51a42df",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fae0ad3bf18befc79e59e4428bc3ed86c51a42df",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16461",
       "triggerID" : "1514498451",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "63661d16a9d4550571920a2ebedd3fb6a7294081",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16477",
       "triggerID" : "63661d16a9d4550571920a2ebedd3fb6a7294081",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0850d650e07601d0b602b25108f29f48416850c8",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16501",
       "triggerID" : "0850d650e07601d0b602b25108f29f48416850c8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e151236bbe169543f582096f2cc724cc057bdbb8",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16515",
       "triggerID" : "e151236bbe169543f582096f2cc724cc057bdbb8",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 0850d650e07601d0b602b25108f29f48416850c8 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16501) 
   * e151236bbe169543f582096f2cc724cc057bdbb8 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16515) 
   
   <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 #8488: [HUDI-5957] Fix table not exist when using 'db.table' in createHoodieClientFromPath

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

   > @XuQianJin-Stars Can we ready to land it~
   
   The CI is failed.


-- 
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 #8488: [HUDI-5957] Fix table not exist when using 'db.table' in createHoodieClientFromPath

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "fae0ad3bf18befc79e59e4428bc3ed86c51a42df",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16423",
       "triggerID" : "fae0ad3bf18befc79e59e4428bc3ed86c51a42df",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fae0ad3bf18befc79e59e4428bc3ed86c51a42df",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16461",
       "triggerID" : "1514498451",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "63661d16a9d4550571920a2ebedd3fb6a7294081",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16477",
       "triggerID" : "63661d16a9d4550571920a2ebedd3fb6a7294081",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0850d650e07601d0b602b25108f29f48416850c8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16501",
       "triggerID" : "0850d650e07601d0b602b25108f29f48416850c8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e151236bbe169543f582096f2cc724cc057bdbb8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16515",
       "triggerID" : "e151236bbe169543f582096f2cc724cc057bdbb8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e151236bbe169543f582096f2cc724cc057bdbb8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16533",
       "triggerID" : "1518000004",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "d242b57634551d7d4dcdd37a810613c178760232",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16542",
       "triggerID" : "d242b57634551d7d4dcdd37a810613c178760232",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d242b57634551d7d4dcdd37a810613c178760232",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16577",
       "triggerID" : "1518944971",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "d242b57634551d7d4dcdd37a810613c178760232",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16595",
       "triggerID" : "1519401807",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "6f5fdb69f39de63661d2b274b1edb5078d48e0e2",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16596",
       "triggerID" : "6f5fdb69f39de63661d2b274b1edb5078d48e0e2",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * d242b57634551d7d4dcdd37a810613c178760232 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16542) Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16577) Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16595) 
   * 6f5fdb69f39de63661d2b274b1edb5078d48e0e2 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16596) 
   
   <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 #8488: [HUDI-5957] Fix table not exist when using 'db.table' in createHoodieClientFromPath

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "fae0ad3bf18befc79e59e4428bc3ed86c51a42df",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16423",
       "triggerID" : "fae0ad3bf18befc79e59e4428bc3ed86c51a42df",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * fae0ad3bf18befc79e59e4428bc3ed86c51a42df Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16423) 
   
   <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 #8488: [HUDI-5957] Fix table not exist when using 'db.table' in createHoodieClientFromPath

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "fae0ad3bf18befc79e59e4428bc3ed86c51a42df",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16423",
       "triggerID" : "fae0ad3bf18befc79e59e4428bc3ed86c51a42df",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fae0ad3bf18befc79e59e4428bc3ed86c51a42df",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16461",
       "triggerID" : "1514498451",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "63661d16a9d4550571920a2ebedd3fb6a7294081",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16477",
       "triggerID" : "63661d16a9d4550571920a2ebedd3fb6a7294081",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0850d650e07601d0b602b25108f29f48416850c8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16501",
       "triggerID" : "0850d650e07601d0b602b25108f29f48416850c8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e151236bbe169543f582096f2cc724cc057bdbb8",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16515",
       "triggerID" : "e151236bbe169543f582096f2cc724cc057bdbb8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e151236bbe169543f582096f2cc724cc057bdbb8",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16533",
       "triggerID" : "1518000004",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * e151236bbe169543f582096f2cc724cc057bdbb8 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16515) Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16533) 
   
   <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 #8488: [HUDI-5957] Fix table not exist when using 'db.table' in createHoodieClientFromPath

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "fae0ad3bf18befc79e59e4428bc3ed86c51a42df",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16423",
       "triggerID" : "fae0ad3bf18befc79e59e4428bc3ed86c51a42df",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fae0ad3bf18befc79e59e4428bc3ed86c51a42df",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16461",
       "triggerID" : "1514498451",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "63661d16a9d4550571920a2ebedd3fb6a7294081",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16477",
       "triggerID" : "63661d16a9d4550571920a2ebedd3fb6a7294081",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0850d650e07601d0b602b25108f29f48416850c8",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0850d650e07601d0b602b25108f29f48416850c8",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 63661d16a9d4550571920a2ebedd3fb6a7294081 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16477) 
   * 0850d650e07601d0b602b25108f29f48416850c8 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 #8488: [HUDI-5957] Fix table not exist when using 'db.table' in createHoodieClientFromPath

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "fae0ad3bf18befc79e59e4428bc3ed86c51a42df",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16423",
       "triggerID" : "fae0ad3bf18befc79e59e4428bc3ed86c51a42df",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fae0ad3bf18befc79e59e4428bc3ed86c51a42df",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16461",
       "triggerID" : "1514498451",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "63661d16a9d4550571920a2ebedd3fb6a7294081",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16477",
       "triggerID" : "63661d16a9d4550571920a2ebedd3fb6a7294081",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0850d650e07601d0b602b25108f29f48416850c8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16501",
       "triggerID" : "0850d650e07601d0b602b25108f29f48416850c8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e151236bbe169543f582096f2cc724cc057bdbb8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16515",
       "triggerID" : "e151236bbe169543f582096f2cc724cc057bdbb8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e151236bbe169543f582096f2cc724cc057bdbb8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16533",
       "triggerID" : "1518000004",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "d242b57634551d7d4dcdd37a810613c178760232",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16542",
       "triggerID" : "d242b57634551d7d4dcdd37a810613c178760232",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d242b57634551d7d4dcdd37a810613c178760232",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16577",
       "triggerID" : "1518944971",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "d242b57634551d7d4dcdd37a810613c178760232",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16595",
       "triggerID" : "1519401807",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * d242b57634551d7d4dcdd37a810613c178760232 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16542) Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16577) Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16595) 
   
   <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 #8488: [HUDI-5957] Fix table not exist when using 'db.table' in createHoodieClientFromPath

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "fae0ad3bf18befc79e59e4428bc3ed86c51a42df",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16423",
       "triggerID" : "fae0ad3bf18befc79e59e4428bc3ed86c51a42df",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fae0ad3bf18befc79e59e4428bc3ed86c51a42df",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16461",
       "triggerID" : "1514498451",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "63661d16a9d4550571920a2ebedd3fb6a7294081",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16477",
       "triggerID" : "63661d16a9d4550571920a2ebedd3fb6a7294081",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0850d650e07601d0b602b25108f29f48416850c8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16501",
       "triggerID" : "0850d650e07601d0b602b25108f29f48416850c8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e151236bbe169543f582096f2cc724cc057bdbb8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16515",
       "triggerID" : "e151236bbe169543f582096f2cc724cc057bdbb8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e151236bbe169543f582096f2cc724cc057bdbb8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16533",
       "triggerID" : "1518000004",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "d242b57634551d7d4dcdd37a810613c178760232",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16542",
       "triggerID" : "d242b57634551d7d4dcdd37a810613c178760232",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d242b57634551d7d4dcdd37a810613c178760232",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16577",
       "triggerID" : "1518944971",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * d242b57634551d7d4dcdd37a810613c178760232 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16542) Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16577) 
   
   <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 #8488: [HUDI-5957] Fix table not exist when using 'db.table' in createHoodieClientFromPath

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

   @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] Zouxxyy commented on pull request #8488: [HUDI-5957] Fix table not exist when using 'db.table' in createHoodieClientFromPath

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

   @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 #8488: [HUDI-5957] Fix table not exist when using 'db.table' in createHoodieClientFromPath

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "fae0ad3bf18befc79e59e4428bc3ed86c51a42df",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16423",
       "triggerID" : "fae0ad3bf18befc79e59e4428bc3ed86c51a42df",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fae0ad3bf18befc79e59e4428bc3ed86c51a42df",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16461",
       "triggerID" : "1514498451",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "63661d16a9d4550571920a2ebedd3fb6a7294081",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16477",
       "triggerID" : "63661d16a9d4550571920a2ebedd3fb6a7294081",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0850d650e07601d0b602b25108f29f48416850c8",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16501",
       "triggerID" : "0850d650e07601d0b602b25108f29f48416850c8",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 63661d16a9d4550571920a2ebedd3fb6a7294081 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16477) 
   * 0850d650e07601d0b602b25108f29f48416850c8 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16501) 
   
   <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 #8488: [HUDI-5957] Fix table not exist when using 'db.table' in createHoodieClientFromPath

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "fae0ad3bf18befc79e59e4428bc3ed86c51a42df",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16423",
       "triggerID" : "fae0ad3bf18befc79e59e4428bc3ed86c51a42df",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fae0ad3bf18befc79e59e4428bc3ed86c51a42df",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16461",
       "triggerID" : "1514498451",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "63661d16a9d4550571920a2ebedd3fb6a7294081",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16477",
       "triggerID" : "63661d16a9d4550571920a2ebedd3fb6a7294081",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0850d650e07601d0b602b25108f29f48416850c8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16501",
       "triggerID" : "0850d650e07601d0b602b25108f29f48416850c8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e151236bbe169543f582096f2cc724cc057bdbb8",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16515",
       "triggerID" : "e151236bbe169543f582096f2cc724cc057bdbb8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e151236bbe169543f582096f2cc724cc057bdbb8",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16533",
       "triggerID" : "1518000004",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "d242b57634551d7d4dcdd37a810613c178760232",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "d242b57634551d7d4dcdd37a810613c178760232",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * e151236bbe169543f582096f2cc724cc057bdbb8 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16515) Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16533) 
   * d242b57634551d7d4dcdd37a810613c178760232 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 #8488: [HUDI-5957] Fix table not exist when using 'db.table' in createHoodieClientFromPath

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "fae0ad3bf18befc79e59e4428bc3ed86c51a42df",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16423",
       "triggerID" : "fae0ad3bf18befc79e59e4428bc3ed86c51a42df",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fae0ad3bf18befc79e59e4428bc3ed86c51a42df",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16461",
       "triggerID" : "1514498451",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "63661d16a9d4550571920a2ebedd3fb6a7294081",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16477",
       "triggerID" : "63661d16a9d4550571920a2ebedd3fb6a7294081",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0850d650e07601d0b602b25108f29f48416850c8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16501",
       "triggerID" : "0850d650e07601d0b602b25108f29f48416850c8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e151236bbe169543f582096f2cc724cc057bdbb8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16515",
       "triggerID" : "e151236bbe169543f582096f2cc724cc057bdbb8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e151236bbe169543f582096f2cc724cc057bdbb8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16533",
       "triggerID" : "1518000004",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "d242b57634551d7d4dcdd37a810613c178760232",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16542",
       "triggerID" : "d242b57634551d7d4dcdd37a810613c178760232",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * d242b57634551d7d4dcdd37a810613c178760232 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16542) 
   
   <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 #8488: [HUDI-5957] Fix table not exist when using 'db.table' in createHoodieClientFromPath

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "fae0ad3bf18befc79e59e4428bc3ed86c51a42df",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16423",
       "triggerID" : "fae0ad3bf18befc79e59e4428bc3ed86c51a42df",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fae0ad3bf18befc79e59e4428bc3ed86c51a42df",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16461",
       "triggerID" : "1514498451",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * fae0ad3bf18befc79e59e4428bc3ed86c51a42df Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16423) Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16461) 
   
   <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] Zouxxyy commented on pull request #8488: [HUDI-5957] Fix table not exist when using 'db.table' in createHoodieClientFromPath

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

   @XuQianJin-Stars Can we ready to land it~


-- 
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 #8488: [HUDI-5957] Fix table not exist when using 'db.table' in createHoodieClientFromPath

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "fae0ad3bf18befc79e59e4428bc3ed86c51a42df",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16423",
       "triggerID" : "fae0ad3bf18befc79e59e4428bc3ed86c51a42df",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fae0ad3bf18befc79e59e4428bc3ed86c51a42df",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16461",
       "triggerID" : "1514498451",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "63661d16a9d4550571920a2ebedd3fb6a7294081",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16477",
       "triggerID" : "63661d16a9d4550571920a2ebedd3fb6a7294081",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0850d650e07601d0b602b25108f29f48416850c8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16501",
       "triggerID" : "0850d650e07601d0b602b25108f29f48416850c8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e151236bbe169543f582096f2cc724cc057bdbb8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16515",
       "triggerID" : "e151236bbe169543f582096f2cc724cc057bdbb8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e151236bbe169543f582096f2cc724cc057bdbb8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16533",
       "triggerID" : "1518000004",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "d242b57634551d7d4dcdd37a810613c178760232",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16542",
       "triggerID" : "d242b57634551d7d4dcdd37a810613c178760232",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d242b57634551d7d4dcdd37a810613c178760232",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16577",
       "triggerID" : "1518944971",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "d242b57634551d7d4dcdd37a810613c178760232",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16595",
       "triggerID" : "1519401807",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "6f5fdb69f39de63661d2b274b1edb5078d48e0e2",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6f5fdb69f39de63661d2b274b1edb5078d48e0e2",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * d242b57634551d7d4dcdd37a810613c178760232 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16542) Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16577) Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16595) 
   * 6f5fdb69f39de63661d2b274b1edb5078d48e0e2 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 #8488: [HUDI-5957] Fix table not exist when using 'db.table' in createHoodieClientFromPath

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "fae0ad3bf18befc79e59e4428bc3ed86c51a42df",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16423",
       "triggerID" : "fae0ad3bf18befc79e59e4428bc3ed86c51a42df",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fae0ad3bf18befc79e59e4428bc3ed86c51a42df",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16461",
       "triggerID" : "1514498451",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "63661d16a9d4550571920a2ebedd3fb6a7294081",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16477",
       "triggerID" : "63661d16a9d4550571920a2ebedd3fb6a7294081",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0850d650e07601d0b602b25108f29f48416850c8",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16501",
       "triggerID" : "0850d650e07601d0b602b25108f29f48416850c8",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 0850d650e07601d0b602b25108f29f48416850c8 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16501) 
   
   <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] Zouxxyy commented on pull request #8488: [HUDI-5957] Fix 'db.table' in createHoodieClientFromPath

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

   In addition, there are currently two ways to construct `SparkRDDWriteClient` in the call procedure, one of which is `createHoodieClientFromPath` in `HoodieCLIUtils`, and the other is `createHoodieClient` in `BaseProcedure`, maybe we can unify them;
   
   In fact, I think the logic in` createHoodieClientFromPath` is a bit complicated. Do we have a public way to get WriteClient? @XuQianJin-Stars  thanks ~


-- 
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 #8488: [HUDI-5957] Fix table not exist when using 'db.table' in createHoodieClientFromPath

Posted by "XuQianJin-Stars (via GitHub)" <gi...@apache.org>.
XuQianJin-Stars commented on code in PR #8488:
URL: https://github.com/apache/hudi/pull/8488#discussion_r1171220897


##########
hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/hudi/HoodieCLIUtils.scala:
##########
@@ -40,8 +40,12 @@ object HoodieCLIUtils extends ProvidesHoodieConfig{
       .setConf(sparkSession.sessionState.newHadoopConf()).build()
     val schemaUtil = new TableSchemaResolver(metaClient)
     val schemaStr = schemaUtil.getTableAvroSchema(false).toString
+    val table = metaClient.getTableConfig.getDatabaseName match {
+      case databaseName: String => databaseName + "." + metaClient.getTableConfig.getTableName
+      case _ => metaClient.getTableConfig.getTableName
+    }
     val finalParameters = HoodieWriterUtils.parametersWithWriteDefaults(
-      buildHoodieConfig(getHoodieCatalogTable(sparkSession, metaClient.getTableConfig.getTableName)) ++ conf)
+      buildHoodieConfig(getHoodieCatalogTable(sparkSession, table)) ++ conf)

Review Comment:
   MOR Table's `rt` or `ro` table may not be found.



-- 
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] Zouxxyy commented on a diff in pull request #8488: [HUDI-5957] Fix table not exist when using 'db.table' in createHoodieClientFromPath

Posted by "Zouxxyy (via GitHub)" <gi...@apache.org>.
Zouxxyy commented on code in PR #8488:
URL: https://github.com/apache/hudi/pull/8488#discussion_r1172047050


##########
hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/hudi/HoodieCLIUtils.scala:
##########
@@ -40,8 +40,12 @@ object HoodieCLIUtils extends ProvidesHoodieConfig{
       .setConf(sparkSession.sessionState.newHadoopConf()).build()
     val schemaUtil = new TableSchemaResolver(metaClient)
     val schemaStr = schemaUtil.getTableAvroSchema(false).toString
+    val table = metaClient.getTableConfig.getDatabaseName match {
+      case databaseName: String => databaseName + "." + metaClient.getTableConfig.getTableName
+      case _ => metaClient.getTableConfig.getTableName
+    }
     val finalParameters = HoodieWriterUtils.parametersWithWriteDefaults(
-      buildHoodieConfig(getHoodieCatalogTable(sparkSession, metaClient.getTableConfig.getTableName)) ++ conf)
+      buildHoodieConfig(getHoodieCatalogTable(sparkSession, table)) ++ conf)

Review Comment:
   @XuQianJin-Stars I returned the logic of constructing config before https://github.com/apache/hudi/pull/8243. And just add catalog props only when tableName is provided



-- 
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 #8488: [HUDI-5957] Fix table not exist when using 'db.table' in createHoodieClientFromPath

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "fae0ad3bf18befc79e59e4428bc3ed86c51a42df",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16423",
       "triggerID" : "fae0ad3bf18befc79e59e4428bc3ed86c51a42df",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fae0ad3bf18befc79e59e4428bc3ed86c51a42df",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16461",
       "triggerID" : "1514498451",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "63661d16a9d4550571920a2ebedd3fb6a7294081",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16477",
       "triggerID" : "63661d16a9d4550571920a2ebedd3fb6a7294081",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * fae0ad3bf18befc79e59e4428bc3ed86c51a42df Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16423) Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16461) 
   * 63661d16a9d4550571920a2ebedd3fb6a7294081 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16477) 
   
   <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 #8488: [HUDI-5957] Fix table not exist when using 'db.table' in createHoodieClientFromPath

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "fae0ad3bf18befc79e59e4428bc3ed86c51a42df",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16423",
       "triggerID" : "fae0ad3bf18befc79e59e4428bc3ed86c51a42df",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fae0ad3bf18befc79e59e4428bc3ed86c51a42df",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16461",
       "triggerID" : "1514498451",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "63661d16a9d4550571920a2ebedd3fb6a7294081",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16477",
       "triggerID" : "63661d16a9d4550571920a2ebedd3fb6a7294081",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0850d650e07601d0b602b25108f29f48416850c8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16501",
       "triggerID" : "0850d650e07601d0b602b25108f29f48416850c8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e151236bbe169543f582096f2cc724cc057bdbb8",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16515",
       "triggerID" : "e151236bbe169543f582096f2cc724cc057bdbb8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e151236bbe169543f582096f2cc724cc057bdbb8",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16533",
       "triggerID" : "1518000004",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "d242b57634551d7d4dcdd37a810613c178760232",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16542",
       "triggerID" : "d242b57634551d7d4dcdd37a810613c178760232",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * e151236bbe169543f582096f2cc724cc057bdbb8 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16515) Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16533) 
   * d242b57634551d7d4dcdd37a810613c178760232 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=16542) 
   
   <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] Zouxxyy commented on pull request #8488: [HUDI-5957] Fix table not exist when using 'db.table' in createHoodieClientFromPath

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

   CI is green


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