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

support exclude source path in relocation #780

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

zinking
Copy link

@zinking zinking commented Jul 9, 2022

sometimes certain source files packages needs to be excluded from certain relocator
some issues there

examples:

    relocate ('org.apache.parquet', 'org.apache.iceberg.shaded.org.apache.parquet') {
      excludeSource "org/apache/iceberg/spark/parquet"
      excludeSource "org/apache/spark/sql/execution/datasources/parquet"
    }

@Goooler Goooler deleted the branch GradleUp:main July 28, 2024 13:54
@Goooler Goooler closed this Jul 28, 2024
@Goooler Goooler reopened this Jul 28, 2024
@Goooler Goooler changed the base branch from master to main July 28, 2024 14:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants