Skip to content
Snippets Groups Projects
Commit 142f6d14 authored by Kunal Khamar's avatar Kunal Khamar Committed by Herman van Hovell
Browse files

[SPARK-20048][SQL] Cloning SessionState does not clone query execution listeners

## What changes were proposed in this pull request?

Bugfix from [SPARK-19540.](https://github.com/apache/spark/pull/16826)
Cloning SessionState does not clone query execution listeners, so cloned session is unable to listen to events on queries.

## How was this patch tested?

- Unit test

Author: Kunal Khamar <kkhamar@outlook.com>

Closes #17379 from kunalkhamar/clone-bugfix.
parent d6ddfdf6
No related branches found
No related tags found
No related merge requests found
Showing
with 111 additions and 56 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment