-
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-1663726 make session config updates thread safe #2302
Merged
sfc-gh-aalam
merged 72 commits into
aalam-SNOW-1418523-make-internal-session-variables-thread-safe
from
aalam-SNOW-1663726-make-session-config-updates-thread-safe
Oct 4, 2024
+150
−65
Merged
Changes from 71 commits
Commits
Show all changes
72 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 94412cf
sql_simplifier, cte_optimization, eliminate_numeric, query_compilatio…
sfc-gh-aalam 638dd09
cover more configs
sfc-gh-aalam 7ae2c33
fix SnowflakePlan copy
sfc-gh-aalam 1689ebf
minor update
sfc-gh-aalam 5e8a2d2
add description
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 3807087
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 af86f67
merge with base
sfc-gh-aalam a737f33
fix test
sfc-gh-aalam 8ca2730
protect complexity bounds setter with lock
sfc-gh-aalam 81417a3
add config context
sfc-gh-aalam e340567
add tests
sfc-gh-aalam 30952bb
update documentation
sfc-gh-aalam 03f25b5
use config context in plan compiler
sfc-gh-aalam 6deb402
add comments
sfc-gh-aalam 8e1dfe0
minor refactor
sfc-gh-aalam 10bfeb4
fix test
sfc-gh-aalam 879940a
update documentation
sfc-gh-aalam 5aad2d9
simplify context config
sfc-gh-aalam 669eb91
merge with base
sfc-gh-aalam a85a144
add config context to repeated subquery elimination resolution stage
sfc-gh-aalam a79ffb4
fix tests
sfc-gh-aalam 4420350
refactor
sfc-gh-aalam 5f1eaa6
remove do_analyze
sfc-gh-aalam 9d62017
fix
sfc-gh-aalam b58aa8b
fix
sfc-gh-aalam db37033
fix
sfc-gh-aalam dddd15f
fix unit tests
sfc-gh-aalam 57ee9e8
simplify
sfc-gh-aalam 809a86e
simplify
sfc-gh-aalam 6021ab8
simplify
sfc-gh-aalam 43986f6
simplify
sfc-gh-aalam 0430e92
simplify
sfc-gh-aalam 095b04e
remove config context
sfc-gh-aalam 32707f9
min-diff
sfc-gh-aalam 3bf678d
min-diff
sfc-gh-aalam 3eade1a
min-diff
sfc-gh-aalam 1850d5d
Merge branch 'aalam-SNOW-1418523-make-internal-session-variables-thre…
sfc-gh-aalam 1fa6ad2
add warnings
sfc-gh-aalam 7c85432
Merge branch 'aalam-SNOW-1418523-make-internal-session-variables-thre…
sfc-gh-aalam f994842
address feedback
sfc-gh-aalam 4621836
address feedback
sfc-gh-aalam e1c68f3
fix string
sfc-gh-aalam e5b48dd
ignore on multi-thread
sfc-gh-aalam 496e2be
undo ignore
sfc-gh-aalam 980d3b7
update warning message
sfc-gh-aalam 54a6b5d
address comments
sfc-gh-aalam 67609e8
address comments
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
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
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.
is that intended? i think we still need the condition here
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.
yes.
replace_repeated_subquery_with_cte()
does this check automatically.