Skip to content

Commit b442092

Browse files
committed
add changelog updates
1 parent 7c13f6d commit b442092

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
- `get_username_password`
1414
- `get_cloud_provider_token`
1515

16+
#### Bug Fixes
17+
18+
- Fixed an issue where DataFrame joins would fail when CTE optimization was enabled and one of the DataFrames was created using the `DataFrame.alias()` method.
19+
1620
### Snowpark pandas API Updates
1721

1822
#### New Features
@@ -97,7 +101,7 @@
97101
- Eliminate duplicate parameter check queries for casing status when retrieving the session.
98102
- Retrieve dataframe row counts through object metadata to avoid a COUNT(\*) query (performance)
99103
- Added support for applying Snowflake Cortex function `Complete`.
100-
- Introduce faster pandas: Improved performance by deferring row position computation.
104+
- Introduce faster pandas: Improved performance by deferring row position computation.
101105
- The following operations are currently supported and can benefit from the optimization: `read_snowflake`, `repr`, `loc`, `reset_index`, `merge`, and binary operations.
102106
- If a lazy object (e.g., DataFrame or Series) depends on a mix of supported and unsupported operations, the optimization will not be used.
103107
- Updated the error message for when Snowpark pandas is referenced within apply.

0 commit comments

Comments
 (0)