-
Notifications
You must be signed in to change notification settings - Fork 170
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-880621: Jar size of snowflake-jdbc-3.14.0 exceed 65MB #1491
Comments
@Komdosh Snowflake jdbc jar is a shaded jar that includes all the dependencies. The increase in the jar size doesn't directly belong to the code owned by the Snowflake. It is because of shading a dependent library used by snowflake-jdbc. As part of security updates in this pr: d15c67c, we upgraded a few dependencies. One of the dependencies is adding a lot of files to the JDBC jar. |
@sfc-gh-skumbham Thank you for your response. Is there another jar where I can select only what I need without components that my app doesn't use? |
@Komdosh unfortunately there isn't |
Closing as an answer has been provided. |
@sfc-gh-spanaite shouldnt #174 be reopened then? |
Please answer these questions before submitting your issue.
In order to accurately debug the issue this information is required. Thanks!
Can you set logging to DEBUG and collect the logs?
What is your Snowflake account identifier, if any? (Optional)
3.13.33 size 31.9 MB https://mvnrepository.com/artifact/net.snowflake/snowflake-jdbc/3.13.33
3.14.0 size 66.2 MB https://mvnrepository.com/artifact/net.snowflake/snowflake-jdbc/3.14.0
Do you really need to include so many libraries for the dependencies to work correctly?
The text was updated successfully, but these errors were encountered: