You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,9 @@
12
12
13
13
#### Improvements
14
14
15
+
- 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.
15
16
- Added a session parameter `pandas_hybrid_execution_enabled` to enable/disable hybrid execution as an alternative to using `AutoSwitchBackend`.
17
+
- Removed an unnecessary `SHOW OBJECTS` query issued from `read_snowflake` under certain conditions.
16
18
17
19
## 1.39.0 (YYYY-MM-DD)
18
20
@@ -81,7 +83,6 @@
81
83
82
84
#### Improvements
83
85
84
-
- 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.
85
86
- Downgraded to level `logging.DEBUG - 1` the log message saying that the
86
87
Snowpark `DataFrame` reference of an internal `DataFrameReference` object
0 commit comments