HyukjinKwon commented on pull request #32139: URL: https://github.com/apache/spark/pull/32139#issuecomment-820081307
Hm, one test failed: ``` ====================================================================== 2021-04-15T03:54:15.0802269Z ERROR [61.702s]: test_monotonic (pyspark.pandas.tests.indexes.test_base.IndexesTest) 2021-04-15T03:54:15.0803808Z ---------------------------------------------------------------------- 2021-04-15T03:54:15.0804406Z Traceback (most recent call last): 2021-04-15T03:54:15.0835123Z File "/__w/spark/spark/python/pyspark/pandas/tests/indexes/test_base.py", line 1280, in test_monotonic 2021-04-15T03:54:15.0836254Z self.assert_eq(kmidx.is_monotonic_increasing, pmidx.is_monotonic_increasing) 2021-04-15T03:54:15.0837366Z File "/__w/spark/spark/python/pyspark/pandas/testing/utils.py", line 293, in assert_eq 2021-04-15T03:54:15.0838145Z self.assertEqual(lobj, robj) 2021-04-15T03:54:15.0838748Z AssertionError: False != True 2021-04-15T03:54:15.0839117Z 2021-04-15T03:54:15.0840085Z ---------------------------------------------------------------------- 2021-04-15T03:54:15.0840665Z Ran 76 tests in 290.024s 2021-04-15T03:54:15.0840965Z 2021-04-15T03:54:15.0841355Z FAILED (errors=1) ``` -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
