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-1798694: Improve SDK local setup documentation to enable logging #934

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

Conversation

sfc-gh-tzhang
Copy link
Contributor

  • Improve SDK local setup documentation to enable logging
  • Move the storageManager creation into the try-catch block so that the http client will be cleaned in case of exceptions

@sfc-gh-tzhang sfc-gh-tzhang requested review from a team as code owners January 24, 2025 21:19
Comment on lines +144 to +147
console log output. For changing the logging level or message format, updating the system property or a
simplelogger.properties file on the classpath is required, please
see https://www.slf4j.org/api/org/slf4j/simple/SimpleLogger.html for more details. If you run into formatting errors,
please run format.sh to format the code.
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is the major changes, all other changes in this file are done by the auto formatter

Comment on lines +68 to +69
into its own jar,
whereas the unshaded version declares its dependencies in `pom.xml`, which are fetched as standard transitive
Copy link
Contributor

Choose a reason for hiding this comment

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

Nit, I think these lines should be combined.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

they're combined, you can do "View File" and it will show you a better version

Comment on lines +110 to +115
create
or replace database MY_DATABASE;
create
or replace schema MY_SCHEMA;
create
or replace table MY_TABLE(c1 number);
Copy link
Contributor

Choose a reason for hiding this comment

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

The formatting here seems wrong

Copy link
Contributor Author

Choose a reason for hiding this comment

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

this is weird, let me see why auto formatter decided to do this

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