xinrong-databricks opened a new pull request #33274: URL: https://github.com/apache/spark/pull/33274
### What changes were proposed in this pull request? For tests with operations on different Series, sort index of results before comparing them with pandas. ### Why are the changes needed? We have many tests with operations on different Series in `spark/python/pyspark/pandas/tests/data_type_ops/` that assume the result's index to be sorted and then compare to the pandas' behavior. The assumption is wrong, so we should sort index of such results before comparing them with pandas. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Unit tests. -- 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]
