-
- Downloads
[SPARK-19607] Finding QueryExecution that matches provided executionId
## What changes were proposed in this pull request? Implementing a mapping between executionId and corresponding QueryExecution in SQLExecution. ## How was this patch tested? Adds a unit test. Author: Ala Luszczak <ala@databricks.com> Closes #16940 from ala/execution-id.
Showing
- sql/core/src/main/scala/org/apache/spark/sql/execution/SQLExecution.scala 9 additions, 0 deletions...n/scala/org/apache/spark/sql/execution/SQLExecution.scala
- sql/core/src/test/scala/org/apache/spark/sql/execution/SQLExecutionSuite.scala 32 additions, 0 deletions...la/org/apache/spark/sql/execution/SQLExecutionSuite.scala
Please register or sign in to comment