-
Notifications
You must be signed in to change notification settings - Fork 171
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
Add tests for SnowflakeGCSClient.java #1278
Conversation
951297a
to
dc33fc8
Compare
dde41fa
to
4385778
Compare
add params test presigned url correct conditional ignores
move tests ignore
4385778
to
c3ad31b
Compare
|
||
inputStream = new ByteArrayInputStream(blob.getContent()); | ||
|
||
inputStream = Channels.newInputStream(blob.reader()); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why we need this change in the code?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is for the "Not in GZIP format" issue.
There is an error: |
c3ad31b
to
24cdb00
Compare
move conditional ignores conditionalIgnores use properties
24cdb00
to
60cb4f9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
SonarQube Quality Gate |
Overview
Add tests for SnowflakeGCSClient.java
Fix an issue with downloadToStream() when not using presigned url where "not in GZIP format" error occurs from the client. The same issue for download() was fixed in #1188
External contributors - please answer these questions before submitting a pull request. Thanks!
Please answer these questions before submitting your pull requests. Thanks!
What GitHub issue is this PR addressing? Make sure that there is an accompanying issue to your PR.
Fixes #NNNN
Fill out the following pre-review checklist:
Please describe how your code solves the related issue.
Please write a short description of how your code change solves the related issue.
Pre-review checklist