viirya commented on pull request #33172:
URL: https://github.com/apache/spark/pull/33172#issuecomment-872569891


   It failed on pyspark test?
   
   ```
   ======================================================================
   FAIL: test_repartitionByRange_dataframe 
(pyspark.sql.tests.test_dataframe.DataFrameTests)
   ----------------------------------------------------------------------
   Traceback (most recent call last):
     File 
"/home/jenkins/workspace/SparkPullRequestBuilder/python/pyspark/sql/tests/test_dataframe.py",
 line 213, in test_repartitionByRange_dataframe
       self.assertEqual(df5.rdd.first(), df2.rdd.first())
   AssertionError: Row(name='Bob', age=27, height=66.0) != Row(name='Alice', 
age=10, height=10.0)
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



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

Reply via email to