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-683] exclude some repetitive dependencies #1704

Merged
merged 1 commit into from
Nov 27, 2024

Conversation

freamdx
Copy link
Contributor

@freamdx freamdx commented Nov 26, 2024

Comment on lines +177 to +180
<exclusion>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
</exclusion>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: protobuf-java became shaded since Spark 3.5 (SPARK-41244). However, protobuf is only used for the experimental NetCDF streaming format so excluding it won't affect our NetCDF support.

@jiayuasu jiayuasu added this to the sedona-1.7.0 milestone Nov 27, 2024
@jiayuasu jiayuasu merged commit c1e9de8 into apache:master Nov 27, 2024
39 checks passed
@jiayuasu jiayuasu changed the title [SEDONA-682] exclude some dependencies. [SEDONA-683] exclude some repetitive dependencies Nov 27, 2024
@freamdx freamdx deleted the sedona-682 branch December 15, 2024 01:46
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.

3 participants