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-646] Fix DBR compatibility problem for shapefile reader #1573

Merged
merged 2 commits into from
Sep 3, 2024

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?

org.apache.spark.sql.execution.datasources.FilePartition on DBR is not binary compatible with the open-source Apache Spark, so we define our own InputPartition subclass to get rid of this problem.

How was this patch tested?

Manually tested on DBR 15.4 LTS.

image

Did this PR include necessary documentation updates?

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

@Kontinuation Kontinuation marked this pull request as ready for review September 2, 2024 13:34
@jiayuasu jiayuasu added this to the sedona-1.7.0 milestone Sep 3, 2024
@jiayuasu jiayuasu merged commit e6d34a3 into apache:master Sep 3, 2024
50 checks passed
Kontinuation added a commit to Kontinuation/sedona that referenced this pull request Oct 11, 2024
…he#1573)

* Fix shapefile format reader for DBR 15.4 LTS

* Backport to Spark 3.0 to 3.4
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.

2 participants