HyukjinKwon commented on a change in pull request #29276:
URL: https://github.com/apache/spark/pull/29276#discussion_r462014326



##########
File path: 
core/src/test/scala/org/apache/spark/scheduler/TaskSetManagerSuite.scala
##########
@@ -750,6 +750,14 @@ class TaskSetManagerSuite
     assert(thrown2.getMessage().contains("bigger than 
spark.driver.maxResultSize"))
   }
 
+  test("do not check total size of intermediate stages") {

Review comment:
       Shall we add a JIRA prefix in the title? `SPARK-32470: do not ...` It's 
actually in the guidelines.




----------------------------------------------------------------
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]

Reply via email to