https://github.com/apache/spark
Revision 6c4c3368473f7f2c8fe810b895b9148e72370ba6 authored by Shixiong Zhu on 06 December 2016, 02:15:55 UTC, committed by Tathagata Das on 06 December 2016, 02:16:07 UTC
## What changes were proposed in this pull request?

Move DataFrame.collect out of synchronized block so that we can query content in MemorySink when `DataFrame.collect` is running.

## How was this patch tested?

Jenkins

Author: Shixiong Zhu <shixiong@databricks.com>

Closes #16162 from zsxwing/SPARK-18729.

(cherry picked from commit 1b2785c3d0a40da2fca923af78066060dbfbcf0a)
Signed-off-by: Tathagata Das <tathagata.das1565@gmail.com>
1 parent fecd23d
History
Tip revision: 6c4c3368473f7f2c8fe810b895b9148e72370ba6 authored by Shixiong Zhu on 06 December 2016, 02:15:55 UTC
[SPARK-18729][SS] Move DataFrame.collect out of synchronized block in MemorySink
Tip revision: 6c4c336

README.md

back to top