You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by "yaooqinn (via GitHub)" <gi...@apache.org> on 2023/09/12 01:57:40 UTC

[GitHub] [spark] yaooqinn commented on a diff in pull request #42838: [SPARK-45092][SQL][UI] Avoid analyzing twice for failed queries

yaooqinn commented on code in PR #42838:
URL: https://github.com/apache/spark/pull/42838#discussion_r1322273182


##########
sql/core/src/main/scala/org/apache/spark/sql/execution/SQLExecution.scala:
##########
@@ -180,6 +189,18 @@ object SQLExecution extends Logging {
       sc.setLocalProperty(SPARK_JOB_INTERRUPT_ON_CANCEL, originalInterruptOnCancel)
     }
   }
+  def withNewExecutionId[T](

Review Comment:
   ```suggestion
   
     def withNewExecutionId[T](
   ```



-- 
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: reviews-unsubscribe@spark.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org