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

    https://github.com/apache/spark/pull/19872#discussion_r160708246
  
    --- Diff: python/pyspark/sql/tests.py ---
    @@ -511,7 +517,6 @@ def test_udf_with_order_by_and_limit(self):
             my_copy = udf(lambda x: x, IntegerType())
             df = self.spark.range(10).orderBy("id")
             res = df.select(df.id, my_copy(df.id).alias("copy")).limit(1)
    -        res.explain(True)
    --- End diff --
    
    Yes, I think this is removed.


---

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

Reply via email to