You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2020/07/29 07:49:07 UTC

[GitHub] [spark] HyukjinKwon commented on a change in pull request #29276: [SPARK-32470][CORE] Remove task result size check for shuffle map stage

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org