Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SEDONA-236] Fix flaky python tests related to converting GeoPandas DataFrames to Spark DataFrames #753

Merged

Conversation

Kontinuation
Copy link
Member

Did you read the Contributor Guide?

Is this PR related to a JIRA ticket?

What changes were proposed in this PR?

Fix test failures caused by converting pandas DataFrames containing lots of missing values to Spark DataFrames. We replaced missing values in the pandas DataFrame to get rid of this problem.

How was this patch tested?

This patch was verified on an AWS EC2 instance where the problem could be constantly reproduced.

Did this PR include necessary documentation updates?

  • No, this PR does not affect any public API so no need to change the docs.

…ining

missing values. This patch try to fix the flaky tests by eliminating missing
values in the test DataFrame.
@jiayuasu jiayuasu added this to the sedona-1.4.0 milestone Feb 2, 2023
@jiayuasu jiayuasu merged commit 2999d83 into apache:master Feb 2, 2023
zongsizhang pushed a commit that referenced this pull request Feb 19, 2023
@Kontinuation Kontinuation deleted the fix-geopandas-conversion-tests branch August 23, 2023 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants