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

[GitHub] [hudi] KnightChess opened a new pull request, #8233: [HUDI-5956] Simple repair spark sql dag ui display problem

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

   ### Change Logs
   
   1. global dag ui will use children and subqueries, innerChildren will can not effort. Fix it to show children dag
   2. DataSet.ofRows will create new QueryExecution, and RunningCommand can not store the new QueryExecution to UI. Simple fix it update metirc to new Dag
   
   ### Impact
   
   None
   
   ### Risk level (write none, low medium or high below)
   
   None
   
   ### 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 #8233: [HUDI-5956] Simple repair spark sql dag ui display problem

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "ac508d01eab1e22528febcd0946ded42aaac9d32",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15789",
       "triggerID" : "ac508d01eab1e22528febcd0946ded42aaac9d32",
       "triggerType" : "PUSH"
     }, {
       "hash" : "efc29e73f40c5be82dce9868953d0476606e1d73",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15790",
       "triggerID" : "efc29e73f40c5be82dce9868953d0476606e1d73",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ab8622b9ca385f0dd4656c083c1b3fa58acd11b4",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=19323",
       "triggerID" : "ab8622b9ca385f0dd4656c083c1b3fa58acd11b4",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * ab8622b9ca385f0dd4656c083c1b3fa58acd11b4 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=19323) 
   
   <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] KnightChess commented on a diff in pull request #8233: [HUDI-5956] Simple repair spark sql dag ui display problem

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


##########
hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/hudi/HoodieSparkSqlWriter.scala:
##########
@@ -112,6 +113,27 @@ object HoodieSparkSqlWriter {
             asyncClusteringTriggerFn: Option[SparkRDDWriteClient[_] => Unit] = Option.empty,
             extraPreCommitFn: Option[BiConsumer[HoodieTableMetaClient, HoodieCommitMetadata]] = Option.empty):
   (Boolean, HOption[String], HOption[String], HOption[String], SparkRDDWriteClient[_], HoodieTableConfig) = {
+    //TODO reuse DataWritingCommand sparkPlan, reduce the number of sql list in SPARK UI SQL tag, rendering raw DAG
+    val executionId = getExecutionId(sqlContext.sparkContext, df.queryExecution)

Review Comment:
   new qe is create by DataSet.ofRows, is diff from raw sparkPlan, can not udpate the new dag ui.
   before:
   <img width="608" alt="image" src="https://user-images.githubusercontent.com/20125927/226170429-f12efb73-31fb-4c4a-8157-27515442580f.png">
   
   after:
   <img width="673" alt="image" src="https://user-images.githubusercontent.com/20125927/226170462-d024bd5f-5aec-46d5-a7a4-47c019ab42ea.png">
   



-- 
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 #8233: [HUDI-5956] Simple repair spark sql dag ui display problem

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "ac508d01eab1e22528febcd0946ded42aaac9d32",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15789",
       "triggerID" : "ac508d01eab1e22528febcd0946ded42aaac9d32",
       "triggerType" : "PUSH"
     }, {
       "hash" : "efc29e73f40c5be82dce9868953d0476606e1d73",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15790",
       "triggerID" : "efc29e73f40c5be82dce9868953d0476606e1d73",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ab8622b9ca385f0dd4656c083c1b3fa58acd11b4",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=19323",
       "triggerID" : "ab8622b9ca385f0dd4656c083c1b3fa58acd11b4",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * efc29e73f40c5be82dce9868953d0476606e1d73 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15790) 
   * ab8622b9ca385f0dd4656c083c1b3fa58acd11b4 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=19323) 
   
   <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] KnightChess commented on a diff in pull request #8233: [HUDI-5956] Simple repair spark sql dag ui display problem

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


##########
hudi-spark-datasource/hudi-spark/src/main/scala/org/apache/spark/sql/hudi/command/InsertIntoHoodieTableCommand.scala:
##########
@@ -51,16 +52,20 @@ case class InsertIntoHoodieTableCommand(logicalRelation: LogicalRelation,
                                         query: LogicalPlan,
                                         partitionSpec: Map[String, Option[String]],
                                         overwrite: Boolean)
-  extends HoodieLeafRunnableCommand {
-  override def innerChildren: Seq[QueryPlan[_]] = Seq(query)
+  extends DataWritingCommand {

Review Comment:
   innserChildren can not rendering spark sql global dag
   before:
   <img width="835" alt="image" src="https://user-images.githubusercontent.com/20125927/226170774-4b708ed5-8065-46c5-b975-7ee2fe47e37a.png">
   
   after:
   <img width="580" alt="image" src="https://user-images.githubusercontent.com/20125927/226170782-548425f1-32c1-446b-8710-c169e3ede6f9.png">
   



-- 
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] codope commented on a diff in pull request #8233: [HUDI-5956] Simple repair spark sql dag ui display problem

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


##########
hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/hudi/HoodieSparkSqlWriter.scala:
##########
@@ -123,6 +126,24 @@ object HoodieSparkSqlWriter {
             streamingWritesParamsOpt: Option[StreamingWriteParams] = Option.empty,
             hoodieWriteClient: Option[SparkRDDWriteClient[_]] = Option.empty):
   (Boolean, HOption[String], HOption[String], HOption[String], SparkRDDWriteClient[_], HoodieTableConfig) = {
+    //TODO reuse DataWritingCommand sparkPlan, reduce the number of sql list in SPARK UI SQL tag, rendering raw DAG

Review Comment:
   Will it incure some overhead if we don't reuse? Why not complete the TODO in this PR itself?



-- 
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 #8233: [HUDI-5956] Simple repair spark sql dag ui display problem

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "ac508d01eab1e22528febcd0946ded42aaac9d32",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "ac508d01eab1e22528febcd0946ded42aaac9d32",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * ac508d01eab1e22528febcd0946ded42aaac9d32 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 #8233: [HUDI-5956] Simple repair spark sql dag ui display problem

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "ac508d01eab1e22528febcd0946ded42aaac9d32",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15789",
       "triggerID" : "ac508d01eab1e22528febcd0946ded42aaac9d32",
       "triggerType" : "PUSH"
     }, {
       "hash" : "efc29e73f40c5be82dce9868953d0476606e1d73",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15790",
       "triggerID" : "efc29e73f40c5be82dce9868953d0476606e1d73",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * efc29e73f40c5be82dce9868953d0476606e1d73 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15790) 
   
   <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] KnightChess commented on a diff in pull request #8233: [HUDI-5956] Simple repair spark sql dag ui display problem

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


##########
hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/hudi/HoodieSparkSqlWriter.scala:
##########
@@ -112,6 +113,27 @@ object HoodieSparkSqlWriter {
             asyncClusteringTriggerFn: Option[SparkRDDWriteClient[_] => Unit] = Option.empty,
             extraPreCommitFn: Option[BiConsumer[HoodieTableMetaClient, HoodieCommitMetadata]] = Option.empty):
   (Boolean, HOption[String], HOption[String], HOption[String], SparkRDDWriteClient[_], HoodieTableConfig) = {
+    //TODO reuse DataWritingCommand sparkPlan, reduce the number of sql list in SPARK UI SQL tag, rendering raw DAG
+    val executionId = getExecutionId(sqlContext.sparkContext, df.queryExecution)

Review Comment:
   new qe is create by DataSet.ofRows, is diff from raw sparkPlan, can not udpate the new dag ui.
   before:
   <img width="608" alt="image" src="https://user-images.githubusercontent.com/20125927/226170429-f12efb73-31fb-4c4a-8157-27515442580f.png">
   
   after:
   <img width="673" alt="image" src="https://user-images.githubusercontent.com/20125927/226170462-d024bd5f-5aec-46d5-a7a4-47c019ab42ea.png">
   



-- 
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] KnightChess commented on a diff in pull request #8233: [HUDI-5956] Simple repair spark sql dag ui display problem

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


##########
hudi-spark-datasource/hudi-spark/src/main/scala/org/apache/spark/sql/hudi/command/InsertIntoHoodieTableCommand.scala:
##########
@@ -51,16 +52,20 @@ case class InsertIntoHoodieTableCommand(logicalRelation: LogicalRelation,
                                         query: LogicalPlan,
                                         partitionSpec: Map[String, Option[String]],
                                         overwrite: Boolean)
-  extends HoodieLeafRunnableCommand {
-  override def innerChildren: Seq[QueryPlan[_]] = Seq(query)
+  extends DataWritingCommand {

Review Comment:
   innserChildren can not rendering spark sql global dag
   before:
   <img width="835" alt="image" src="https://user-images.githubusercontent.com/20125927/226170774-4b708ed5-8065-46c5-b975-7ee2fe47e37a.png">
   
   after:
   <img width="580" alt="image" src="https://user-images.githubusercontent.com/20125927/226170782-548425f1-32c1-446b-8710-c169e3ede6f9.png">
   



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


Re: [PR] [HUDI-5956] Simple repair spark sql dag ui display problem [hudi]

Posted by "KnightChess (via GitHub)" <gi...@apache.org>.
KnightChess closed pull request #8233: [HUDI-5956] Simple repair spark sql dag ui display problem
URL: https://github.com/apache/hudi/pull/8233


-- 
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] KnightChess commented on pull request #8233: [HUDI-5956] Simple repair spark sql dag ui display problem

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

   @yihua @codope can you help review 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] KnightChess commented on pull request #8233: [HUDI-5956] Simple repair spark sql dag ui display problem

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

   after fix, SQL will containr two QE id,which is  8 and 9
   <img width="851" alt="image" src="https://github.com/apache/hudi/assets/20125927/b98228b7-6865-415e-8864-9939d9bfcc45">
   
   qe id 8 will not update, which is older spark plan register, and contain only one node, because inner children will not rendering
   <img width="603" alt="image" src="https://github.com/apache/hudi/assets/20125927/2184648d-ab85-4901-bbbb-0eff4ac11571">
   
   qe id 9 is use new dataSet queryExecution id to register, but it only contain children query, so this fix will not contain hudi command plan
   <img width="481" alt="image" src="https://github.com/apache/hudi/assets/20125927/cb0dc17c-5ee3-4fb3-a71e-05e1b0ac66de">
   <img width="378" alt="image" src="https://github.com/apache/hudi/assets/20125927/4b99b91b-1a05-4fb2-b865-a5da813a6ae9">
   


-- 
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 #8233: [HUDI-5956] Simple repair spark sql dag ui display problem

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "ac508d01eab1e22528febcd0946ded42aaac9d32",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15789",
       "triggerID" : "ac508d01eab1e22528febcd0946ded42aaac9d32",
       "triggerType" : "PUSH"
     }, {
       "hash" : "efc29e73f40c5be82dce9868953d0476606e1d73",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15790",
       "triggerID" : "efc29e73f40c5be82dce9868953d0476606e1d73",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ab8622b9ca385f0dd4656c083c1b3fa58acd11b4",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "ab8622b9ca385f0dd4656c083c1b3fa58acd11b4",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * efc29e73f40c5be82dce9868953d0476606e1d73 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15790) 
   * ab8622b9ca385f0dd4656c083c1b3fa58acd11b4 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 #8233: [HUDI-5956] Simple repair spark sql dag ui display problem

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "ac508d01eab1e22528febcd0946ded42aaac9d32",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15789",
       "triggerID" : "ac508d01eab1e22528febcd0946ded42aaac9d32",
       "triggerType" : "PUSH"
     }, {
       "hash" : "efc29e73f40c5be82dce9868953d0476606e1d73",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15790",
       "triggerID" : "efc29e73f40c5be82dce9868953d0476606e1d73",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * ac508d01eab1e22528febcd0946ded42aaac9d32 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15789) 
   * efc29e73f40c5be82dce9868953d0476606e1d73 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15790) 
   
   <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 #8233: [HUDI-5956] Simple repair spark sql dag ui display problem

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "ac508d01eab1e22528febcd0946ded42aaac9d32",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15789",
       "triggerID" : "ac508d01eab1e22528febcd0946ded42aaac9d32",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * ac508d01eab1e22528febcd0946ded42aaac9d32 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=15789) 
   
   <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 #8233: [HUDI-5956] Simple repair spark sql dag ui display problem

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

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