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-226] Replace AnalysisException with IllegalArgumentException in GeoParquet reader since AnalysisException has breaking ABI changes between Spark 3.0 and 3.3 #771

Merged
merged 1 commit into from
Feb 16, 2023

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?

Resolve an ABI compatibility issue spotted by #770.

The issue we're resolving is similar to SEDONA-224. It requires some effort to make the GeoParquet implementation compatible with Spark 3.0~3.3.

How was this patch tested?

Added a python test case to verify ABI compatibility in case of invalid user input.

Did this PR include necessary documentation updates?

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

… reader since AnalysisException has breaking ABI changes between Spark 3.0 and 3.3
@jiayuasu jiayuasu merged commit 9b99d24 into apache:master Feb 16, 2023
zongsizhang pushed a commit that referenced this pull request Feb 19, 2023
…in GeoParquet reader since AnalysisException has breaking ABI changes between Spark 3.0 and 3.3 (#771)
@Kontinuation Kontinuation deleted the replace-analysis-exception 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