-
Notifications
You must be signed in to change notification settings - Fork 125
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-949229: support overwrite option in PUT #945
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sfc-gh-pfus
commented
Oct 25, 2023
sfc-gh-pfus
force-pushed
the
put-overwrite-false
branch
2 times, most recently
from
October 25, 2023 10:23
afb952c
to
7e7d9b4
Compare
Codecov Report
@@ Coverage Diff @@
## master #945 +/- ##
==========================================
+ Coverage 83.26% 83.28% +0.02%
==========================================
Files 49 49
Lines 9340 9328 -12
==========================================
- Hits 7777 7769 -8
+ Misses 1563 1559 -4
... and 2 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
sfc-gh-dheyman
approved these changes
Oct 25, 2023
sfc-gh-pfus
force-pushed
the
put-overwrite-false
branch
from
October 25, 2023 11:29
7e7d9b4
to
b968452
Compare
sfc-gh-pfus
force-pushed
the
put-overwrite-false
branch
4 times, most recently
from
October 25, 2023 13:05
85619d4
to
ae5fb54
Compare
sfc-gh-ext-simba-jl
changed the title
support overwrite option in PUT
SNOW-949229: support overwrite option in PUT
Oct 25, 2023
sfc-gh-pfus
force-pushed
the
put-overwrite-false
branch
7 times, most recently
from
October 26, 2023 09:15
55837b6
to
c43e608
Compare
…ange errors.New to fmt.Errorf
sfc-gh-pfus
force-pushed
the
put-overwrite-false
branch
2 times, most recently
from
October 26, 2023 09:37
46af9af
to
e95e188
Compare
sfc-gh-pfus
force-pushed
the
put-overwrite-false
branch
from
October 26, 2023 10:02
e95e188
to
74615e5
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Supports overwrite in PUT commands. Before, overwrite retrieved from Snowflake was not taken into account.
https://github.com/snowflakedb/snowflake-sdks-drivers-issues-teamwork/issues/712
Checklist
make fmt
to fix inconsistent formatsmake lint
to get lint errors and fix all of them