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

    https://github.com/apache/spark/pull/4629#discussion_r24853424
  
    --- Diff: python/pyspark/tests.py ---
    @@ -740,6 +739,27 @@ def test_multiple_python_java_RDD_conversions(self):
             converted_rdd = RDD(data_python_rdd, self.sc)
             self.assertEqual(2, converted_rdd.count())
     
    +    def test_narrow_dependency_in_join(self):
    +        rdd = self.sc.parallelize(range(10)).map(lambda x: (x, x))
    --- End diff --
    
    This test is only for correctness, I will add more check for narrow 
dependency base one the Python progress API (#3027)


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