Github user viirya commented on a diff in the pull request:
https://github.com/apache/spark/pull/22085#discussion_r209464621
--- Diff: python/pyspark/taskcontext.py ---
@@ -29,6 +29,7 @@ class TaskContext(object):
"""
_taskContext = None
+ _javaContext = None
--- End diff --
`_barrierContext`?--- --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
