Skip to content

Commit 16f0124

Browse files
committed
changelog
1 parent 8e85799 commit 16f0124

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
@@ -122,7 +122,6 @@
122122

123123
#### Improvements
124124

125-
- 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.
126125
- Added a session parameter `pandas_hybrid_execution_enabled` to enable/disable hybrid execution as an alternative to using `AutoSwitchBackend`.
127126
- Removed an unnecessary `SHOW OBJECTS` query issued from `read_snowflake` under certain conditions.
128127
- When hybrid execution is enabled, `pd.merge`, `pd.concat`, `DataFrame.merge`, and `DataFrame.join` may now move arguments to backends other than those among the function arguments.

0 commit comments

Comments
 (0)