zhengruifeng opened a new pull request, #46378:
URL: https://github.com/apache/spark/pull/46378

   ### What changes were proposed in this pull request?
   followup https://github.com/apache/spark/pull/46200
   
   
   ### Why are the changes needed?
   there is still non-deterministic codes in this test:
   ```
   Traceback (most recent call last):
     File "/home/jenkins/python/pyspark/testing/pandasutils.py", line 91, in 
_assert_pandas_equal
       assert_frame_equal(
     File 
"/databricks/python3/lib/python3.11/site-packages/pandas/_testing/asserters.py",
 line 1257, in assert_frame_equal
       assert_index_equal(
     File 
"/databricks/python3/lib/python3.11/site-packages/pandas/_testing/asserters.py",
 line 407, in assert_index_equal
       raise_assert_detail(obj, msg, left, right)
     File 
"/databricks/python3/lib/python3.11/site-packages/pandas/_testing/asserters.py",
 line 665, in raise_assert_detail
       raise AssertionError(msg)
   AssertionError: DataFrame.index are different
   DataFrame.index values are different (75.0 %)
   [left]:  DatetimeIndex(['2022-09-02', '2022-09-03', '2022-08-31', 
'2022-09-05'], dtype='datetime64[ns]', freq=None)
   [right]: DatetimeIndex(['2022-08-31', '2022-09-02', '2022-09-03', 
'2022-09-05'], dtype='datetime64[ns]', freq=None)
   
   ```
   
   
   ### Does this PR introduce _any_ user-facing change?
   no, test only
   
   
   ### How was this patch tested?
   ci
   
   
   ### Was this patch authored or co-authored using generative AI tooling?
   no


-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to