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
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,12 +27,13 @@
27
27
#### New Features
28
28
29
29
#### Improvements
30
+
31
+
- 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.
30
32
- Downgraded to level `logging.DEBUG - 1` the log message saying that the
31
33
Snowpark `DataFrame` reference of an internal `DataFrameReference` object
32
34
has changed.
33
-
34
35
- Eliminate duplicate parameter check queries for casing status when retrieving the session.
35
-
- Retrieve dataframe row counts through object metadata to avoid a COUNT(*) query (performance)
36
+
- Retrieve dataframe row counts through object metadata to avoid a COUNT(\*) query (performance)
0 commit comments