Skip to content

Commit 85e2e39

Browse files
committed
changelog
1 parent 310c287 commit 85e2e39

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@
116116

117117
#### Improvements
118118

119-
- Hybrid execution mode is now enabled by default. Certain operations on smaller data will now automatically execute in native pandas in-memory. Use `from modin.config import AutoSwitchBackend; AutoSwitchBackend.disable()` to turn this off and force all execution to occur in Snowflake.
120119
- Added a session parameter `pandas_hybrid_execution_enabled` to enable/disable hybrid execution as an alternative to using `AutoSwitchBackend`.
121120
- Removed an unnecessary `SHOW OBJECTS` query issued from `read_snowflake` under certain conditions.
122121

0 commit comments

Comments
 (0)