-
- Downloads
[SPARK-14884][SQL][STREAMING][WEBUI] Fix call site for continuous queries
## What changes were proposed in this pull request? Since we've been processing continuous queries in separate threads, the call sites are then `run at <unknown>:0`. It's not wrong but provides very little information; in addition, we can not distinguish two queries only from their call sites. This patch fixes this. ### Before [Jobs Tab]  [SQL Tab]  ### After [Jobs Tab]  [SQL Tab]  ## How was this patch tested? Manually checks - see screenshots above. Author: Liwei Lin <lwlin7@gmail.com> Closes #12650 from lw-lin/fix-call-site.
Showing
- sql/core/src/main/scala/org/apache/spark/sql/execution/SQLExecution.scala 5 additions, 2 deletions...n/scala/org/apache/spark/sql/execution/SQLExecution.scala
- sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/StreamExecution.scala 10 additions, 2 deletions...pache/spark/sql/execution/streaming/StreamExecution.scala
Please register or sign in to comment