-
Notifications
You must be signed in to change notification settings - Fork 119
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-1720855: clean up multithreading changes after rollout #2658
base: main
Are you sure you want to change the base?
SNOW-1720855: clean up multithreading changes after rollout #2658
Conversation
Seems like your changes contain some Local Testing changes, please request review from @snowflakedb/local-testing |
…hanges-after-rollout
Seems like your changes contain some Local Testing changes, please request review from @snowflakedb/local-testing |
…hanges-after-rollout
Seems like your changes contain some Local Testing changes, please request review from @snowflakedb/local-testing |
Seems like your changes contain some Local Testing changes, please request review from @snowflakedb/local-testing |
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.
so clean
…hanges-after-rollout
Seems like your changes contain some Local Testing changes, please request review from @snowflakedb/local-testing |
@@ -257,9 +256,6 @@ | |||
_PYTHON_SNOWPARK_LARGE_QUERY_BREAKDOWN_COMPLEXITY_LOWER_BOUND = ( | |||
"PYTHON_SNOWPARK_LARGE_QUERY_BREAKDOWN_COMPLEXITY_LOWER_BOUND" | |||
) | |||
_PYTHON_SNOWPARK_ENABLE_THREAD_SAFE_SESSION = ( |
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.
do we need to clean up this parameter in the backend?
…hanges-after-rollout
Seems like your changes contain some Local Testing changes, please request review from @snowflakedb/local-testing |
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 is increasing the number of query counts and join counts, etc in many tests. Do we know why?
Seems like your changes contain some Local Testing changes, please request review from @snowflakedb/local-testing |
I looked into the failed tests and the ones that are have |
The approach above was not as clean. I made the SqlCounter thread-safe now. |
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.
Looks good to me. Thanks!
Which Jira issue is this PR addressing? Make sure that there is an accompanying issue to your PR.
Fixes SNOW-1720855
Fill out the following pre-review checklist:
Please describe how your code solves the related issue.
Clean-up code by removing param protection and remove tests that test the case when thread-safe session is disabled.