HyukjinKwon commented on a change in pull request #28395:
URL: https://github.com/apache/spark/pull/28395#discussion_r417002009
##########
File path: python/pyspark/tests/test_rdd.py
##########
@@ -814,6 +814,63 @@ def assert_request_contents(exec_reqs, task_reqs):
rddWithoutRp = self.sc.parallelize(range(10))
self.assertEqual(rddWithoutRp.getResourceProfile(), None)
+ def test_collect_with_job_group(self):
Review comment:
Shall we mimic the test case at
https://github.com/apache/spark/pull/24898/files#diff-896aaa74767987ed14f1ef9fcb324cefR84?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]