-
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: concurrent file operations #2288
SNOW-1418523: concurrent file operations #2288
Conversation
…ection-thread-safe
…ad-safe' into aalam-SNOW-1418523-make-analyzer-server_connection-thread-safe
Seems like your changes contain some Local Testing changes, please request review from @snowflakedb/local-testing |
…ad-safe' into aalam-SNOW-1418523-make-analyzer-server_connection-thread-safe
Seems like your changes contain some Local Testing changes, please request review from @snowflakedb/local-testing |
fde612e
to
df3263c
Compare
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 |
Seems like your changes contain some Local Testing changes, please request review from @snowflakedb/local-testing |
0624824
into
aalam-SNOW-1418523-make-internal-session-variables-thread-safe
Which Jira issue is this PR addressing? Make sure that there is an accompanying issue to your PR.
Fixes SNOW-1418523
Fill out the following pre-review checklist:
Please describe how your code solves the related issue.
This change adds tests for ensuring fileIO works correctly in multithreading mode. Since file io relies on cursor, make cursor safe in SNOW-1418523 make analyzer server connection thread safe #2282 is sufficient to achieve this goal.