Github user dongjoon-hyun commented on the issue: https://github.com/apache/spark/pull/22540 Oh, interesting. This seems to be a relevant real failure. ``` ====================================================================== FAIL: test_column_order (pyspark.sql.tests.GroupedMapPandasUDFTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/jenkins/workspace/SparkPullRequestBuilder@2/python/pyspark/sql/tests.py", line 5748, in test_column_order self.assertPandasEqual(expected, result) File "/home/jenkins/workspace/SparkPullRequestBuilder@2/python/pyspark/sql/tests.py", line 244, in assertPandasEqual self.assertTrue(expected.equals(result), msg=msg) AssertionError: False is not true : DataFrames are not equal: ```
--- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org