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

    https://github.com/apache/spark/pull/16581#discussion_r96111130
  
    --- Diff: python/pyspark/sql/tests.py ---
    @@ -342,6 +342,14 @@ def test_udf_in_filter_on_top_of_outer_join(self):
             df = df.withColumn('b', udf(lambda x: 'x')(df.a))
             self.assertEqual(df.filter('b = "x"').collect(), [Row(a=1, b='x')])
     
    +    def test_udf_in_filter_on_top_of_join(self):
    --- End diff --
    
    should reference jira number


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