dongjoon-hyun commented on PR #45543: URL: https://github.com/apache/spark/pull/45543#issuecomment-2001731539
Python test pipeline failures are irrelevant to this. https://github.com/apache/spark/pull/45416 seems to be the usual suspect.  ``` ====================================================================== FAIL [0.057s]: test_toPandas_timestmap_tzinfo (pyspark.sql.tests.test_arrow.RDDBasedArrowTests) (arrow_enabled=True) ---------------------------------------------------------------------- Traceback (most recent call last): File "/__w/spark/spark/python/pyspark/sql/tests/test_arrow.py", line 1099, in test_toPandas_timestmap_tzinfo self.check_toPandas_timestmap_tzinfo(arrow_enabled) File "/__w/spark/spark/python/pyspark/sql/tests/test_arrow.py", line 1121, in check_toPandas_timestmap_tzinfo assert_frame_equal(pdf, expected) File "/usr/local/lib/python3.9/dist-packages/pandas/_testing/asserters.py", line 1224, in assert_frame_equal assert_series_equal( File "/usr/local/lib/python3.9/dist-packages/pandas/_testing/asserters.py", line 931, in assert_series_equal assert_attr_equal("dtype", left, right, obj=f"Attributes of {obj}") File "/usr/local/lib/python3.9/dist-packages/pandas/_testing/asserters.py", line 415, in assert_attr_equal raise_assert_detail(obj, msg, left_attr, right_attr) File "/usr/local/lib/python3.9/dist-packages/pandas/_testing/asserters.py", line 599, in raise_assert_detail raise AssertionError(msg) AssertionError: Attributes of DataFrame.iloc[:, 0] (column name="a") are different Attribute "dtype" are different [left]: datetime64[us] [right]: datetime64[ns] ---------------------------------------------------------------------- Ran 157 tests in 51.209s ``` -- 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]
