Github user mengxr commented on a diff in the pull request:

    https://github.com/apache/spark/pull/3706#discussion_r21865214
  
    --- Diff: python/pyspark/tests.py ---
    @@ -533,6 +533,11 @@ def test_zip_with_different_serializers(self):
             a = a._reserialize(BatchedSerializer(PickleSerializer(), 2))
             b = b._reserialize(MarshalSerializer())
             self.assertEqual(a.zip(b).collect(), [(0, 100), (1, 101), (2, 
102), (3, 103), (4, 104)])
    +        path = os.path.join(SPARK_HOME, "python/test_support/hello.txt")
    --- End diff --
    
    Can we reproduce the bug by creating an RDD of string directly? It is 
simpler than touching disk. It is also helpful to put the JIRA number in the 
comment.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to