Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-aalam committed Oct 25, 2024
1 parent f1edc0b commit a38ef18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#### New Features

- Updated `Session` class to be thread-safe. This allows concurrent dataframe transformations, dataframe actions, UDF and store procedure registration, and concurrent file uploads.
- This is disabled by default and can be enabled by setting `PYTHON_SNOWPARK_ENABLE_THREAD_SAFE_SESSION` to `True`.
- The feature is disabled by default and can be enabled by setting `PYTHON_SNOWPARK_ENABLE_THREAD_SAFE_SESSION` to `True` for account or in `session_parameter` when creation the `Session` object.
- Updating session configurations, like change database or schema, when multiple threads are using the session may lead to unexpected behavior.
- When enabled, the temporary tables names returned from `DataFrame.queries` API are not deterministic, and may be different when dataframe actions are executed.
- Added support for 'Service' domain to `session.lineage.trace` API.
Expand Down

0 comments on commit a38ef18

Please sign in to comment.