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.
Destination Snowflake Execute COPY in parallel #10212
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
Destination Snowflake Execute COPY in parallel #10212
Changes from 1 commit
93d53ac
ede8d38
27be3fe
ca75033
72ab46f
aec3384
7efd5aa
6a773f9
fa18537
b0ba37b
fa31a0d
67e0bd6
ec0d1bd
23598ec
59d63e6
e2cb62c
632583a
2bc76ce
9baf2e1
ed4f1ba
64f823f
6cea9ab
a2cb023
475a34c
f75c1c1
3078535
cc4e646
2b8d8c1
9349a29
a90eaba
90fed75
6ccb1e4
fa5df62
1e41129
9e3a776
4769a3d
a20a7dd
16322ee
76cee29
7126276
fb9b413
f9afb81
94ae8ba
5ffdc8c
d05eb8a
30e58a7
9743ea5
5ec8cc2
a651001
f5aca25
31394df
1a183ac
facc90b
ec75edf
48d24fc
ef3bb56
68c8401
9d66d1d
8c8af18
cb67a38
1520489
fb3d9b4
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
can you add javadoc comments to the methods in this interface?
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.
done
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.
is this completely identical to the methods in the GCS copier? if yes, let's extract them to a shared implementation rather than copy-pasting
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.
@edgao extracted shared implementation into SnowflakeParallelCopyStreamCopier interface