GitHub user squito opened a pull request:
https://github.com/apache/spark/pull/22452
[SPARK-25456][SQL][TEST] Fix PythonForeachWriterSuite
PythonForeachWriterSuite was failing because RowQueue now needs to have a
handle on a SparkEnv with a SerializerManager, so added a mock env with a
serializer manager.
Also fixed a typo in the `finally` that was hiding the real exception.
Tested PythonForeachWriterSuite locally, full tests via jenkins.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/squito/spark SPARK-25456
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/22452.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #22452
----
commit 33725ce4f8632fbb12e9707e71d5cb897e3b6038
Author: Imran Rashid <irashid@...>
Date: 2018-09-18T14:22:57Z
[SPARK-25456][SQL][TEST] Fix PythonForeachWriterSuite
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]