-
Notifications
You must be signed in to change notification settings - Fork 57
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-918949: Add row index information to all exceptions #590
Merged
Merged
Changes from all commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
eeb56c0
fix issue
sfc-gh-tzhang 911c63f
encryption
sfc-gh-tzhang b0a33d9
fix format
sfc-gh-tzhang ff14184
add tests
sfc-gh-tzhang 55fdb59
update
sfc-gh-tzhang b202a17
Merge branch 'master' into tzhang-si-fixes
sfc-gh-tzhang 47dabfc
Merge branch 'master' into tzhang-si-encryption
sfc-gh-tzhang b9e8d33
Merge branch 'tzhang-si-encryption' into tzhang-si-fixes
sfc-gh-tzhang c1e6dae
Merge branch 'master' into tzhang-si-fixes
sfc-gh-tzhang 94d2d05
perf fixes
sfc-gh-tzhang e8da46b
update example
sfc-gh-tzhang fdedb23
remove utf8
sfc-gh-tzhang 1190275
Revert "remove utf8"
sfc-gh-tzhang 96db639
fix
sfc-gh-tzhang bc0db14
Merge branch 'master' into tzhang-si-fixes
sfc-gh-tzhang e4ef922
fix tests
sfc-gh-tzhang d267165
Merge branch 'tzhang-si-fixes' of github.com:snowflakedb/snowflake-in…
sfc-gh-tzhang 2160a36
fix tests
sfc-gh-tzhang 4146bfb
use dynamic scaling thread pool
sfc-gh-tzhang 528af31
merge master
sfc-gh-tzhang 0344b70
file format
sfc-gh-tzhang 6abd0d2
Merge branch 'master' into tzhang-si-fixes
sfc-gh-tzhang 65e16f4
fix
sfc-gh-tzhang 025958c
update max chunk size
sfc-gh-tzhang e43c354
fix schema issue
sfc-gh-tzhang 4847388
Merge branch 'master' into tzhang-si-fixes
sfc-gh-tzhang e016947
fix
sfc-gh-tzhang 12f9eb2
address comment
sfc-gh-tzhang 699bb41
Merge branch 'master' into tzhang-si-fixes
sfc-gh-tzhang ab0620f
save progress
sfc-gh-tzhang eaa729a
add tests
sfc-gh-tzhang d5abc25
Merge branch 'master' into tzhang-si-fixes
sfc-gh-tzhang f17ba1b
fix tests
sfc-gh-tzhang 114a4d3
Merge branch 'master' into tzhang-si-fixes
sfc-gh-tzhang e925d83
address comments
sfc-gh-tzhang efec4e9
fix naming
sfc-gh-tzhang d334b76
merge master
sfc-gh-tzhang 65b75b1
fix
sfc-gh-tzhang e96688c
fix
sfc-gh-tzhang 4401ed9
Merge branch 'master' into tzhang-si-fixes
sfc-gh-tzhang efa8e4e
add row index
sfc-gh-tzhang aea5519
Merge branch 'master' into tzhang-si-fixes
sfc-gh-tzhang 22fe148
update message
sfc-gh-tzhang f0dd91d
remove star import
sfc-gh-tzhang b7f23d7
Merge branch 'master' into tzhang-si-fixes
sfc-gh-tzhang File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Oops, something went wrong.
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.
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.
Alternatively, is it worth having a list of longs that we store in a
SFException
that can be accessed via something likegetRowIndexes
? This will reduce the need to parse an error message which is error prone.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.
We already doing that with CONTINUE, this is for ABORT where we thrown an exception directly