mridulm edited a comment on pull request #34156:
URL: https://github.com/apache/spark/pull/34156#issuecomment-935390374


   The test failure is relevant @zhouyejoe.
   Can you add `conf.set(SERIALIZER, 
"org.apache.spark.serializer.KryoSerializer")` to all tests which set 
`conf.set(PUSH_BASED_SHUFFLE_ENABLED, true)` in this Suite ? (Or set it to 
`conf` after it is created).
   Looks like something which was probably missed out from Minchu's patch.
   
   The root cause here is that we are modifying the global `conf` - which 
should not have been done in the original PR, and was probably missed in the 
reviews. We have to fix it in a follow up jira.


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

To unsubscribe, e-mail: [email protected]

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