Subham-KRLX opened a new pull request, #2421: URL: https://github.com/apache/sedona/pull/2421
This PR addresses issue #2379 by replacing all assert_series_equal calls in the python/tests/geopandas directory with the self.check_pd_series_equal wrapper method. This ensures the tests correctly validate PySpark Series (ps.Series) instead of pandas Series (pd.Series). All related test cases have been updated accordingly, and existing .to_pandas() calls are maintained for proper comparison. -- 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]
