-
Notifications
You must be signed in to change notification settings - Fork 116
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-1418523: make udf and sproc registration thread safe #2289
Merged
sfc-gh-aalam
merged 29 commits into
aalam-SNOW-1418523-make-internal-session-variables-thread-safe
from
aalam-SNOW-1418523-make-udf-sproc-thread-safe
Sep 25, 2024
Merged
Changes from 18 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
56fb566
init
sfc-gh-aalam 66003d1
make udf/sproc related files thread-safe
sfc-gh-aalam 0e58205
Merge branch 'main' into aalam-SNOW-1418523-make-udf-sproc-thread-safe
sfc-gh-aalam e75dde1
init
sfc-gh-aalam 68a8c1c
make query listener thread-safe
sfc-gh-aalam 31a5734
Fix query_tag and last_action_id
sfc-gh-aalam b4dadda
core updates done
sfc-gh-aalam b8c6496
Add tests
sfc-gh-aalam f39837e
Fix local tests
sfc-gh-aalam 31a196f
Merge branch 'main' into aalam-SNOW-1418523-make-analyzer-server_conn…
sfc-gh-aalam 723bdf7
Merge branch 'aalam-SNOW-1418523-make-internal-session-variables-thre…
sfc-gh-aalam 37c0419
add file IO tests
sfc-gh-aalam 8a2d433
Merge branch 'aalam-SNOW-1418523-concurrent-file-operations' into aal…
sfc-gh-aalam a083989
make session._runtime_version_from_requirement safe
sfc-gh-aalam 947d384
add sp/udf concurrent tests
sfc-gh-aalam fd51720
fix broken test
sfc-gh-aalam 3077853
add udtf/udaf tests
sfc-gh-aalam 65c3186
fix broken test
sfc-gh-aalam 1c83ef2
use _package_lock to protect Session._packages
sfc-gh-aalam a649761
undo refactor
sfc-gh-aalam f03d618
undo refactor
sfc-gh-aalam 5f398d5
fix test
sfc-gh-aalam 4eef3e9
Merge branch 'aalam-SNOW-1418523-make-internal-session-variables-thre…
sfc-gh-aalam df3263c
add file IO tests
sfc-gh-aalam 6769c54
merge with base
sfc-gh-aalam 79af9d7
add suggested test
sfc-gh-aalam ef71c05
merge with base
sfc-gh-aalam e553db4
merge with base
sfc-gh-aalam ee6ca50
Merge branch 'aalam-SNOW-1418523-make-internal-session-variables-thre…
sfc-gh-aalam 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.
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.
this change is to ensure the same value for runtime_version is read from session througout udf/sp registration process.