Skip to content

Commit

Permalink
update working
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-aalam committed Oct 25, 2024
1 parent f5c8f86 commit f1edc0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

- 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`.
- Updating session configuration when multiple threads are using the session may lead to unexpected behavior.
- When enabled, running `DataFrame.queries`, the temporary tables names returned are not deterministic and may be different when dataframe actions are executed.
- 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.
- Added support for `copy_grants` parameter when registering UDxF and stored procedures.
- Added support for the following methods in `DataFrameWriter` to support daisy-chaining:
Expand Down

0 comments on commit f1edc0b

Please sign in to comment.