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

SNOW-801398 Tidy up shaded jar #490

Merged
merged 4 commits into from
May 5, 2023
Merged

SNOW-801398 Tidy up shaded jar #490

merged 4 commits into from
May 5, 2023

Commits on May 4, 2023

  1. SNOW-801398 Tidy up shaded jar

    This PR reorganizes our shaded JAR, so that the only top level packages
    are snowflake ones. All dependencies are shaded in to the package
    `net.snowflake.ingest.internal`.
    
    The script `check_content.sh` has been adapted accordingly, it now only
    ignores a limited set of top-level files.
    
    Additionally, this PR removes some unnecessary transitive dependencies, particularly
    those pulled in by hadoop-common.
    sfc-gh-lsembera committed May 4, 2023
    Configuration menu
    Copy the full SHA
    2eee9b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2516d5c View commit details
    Browse the repository at this point in the history
  3. Fix typo

    sfc-gh-lsembera committed May 4, 2023
    Configuration menu
    Copy the full SHA
    80cab1c View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. Remove extra space

    sfc-gh-lsembera committed May 5, 2023
    Configuration menu
    Copy the full SHA
    268881b View commit details
    Browse the repository at this point in the history