Skip to content

Commit 8a6f35c

Browse files
fix changelog
Signed-off-by: Labanya Mukhopadhyay <[email protected]>
1 parent 5f55e7a commit 8a6f35c

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@
44

55
### Snowpark Python API Updates
66

7-
#### Bug Fixes
8-
9-
- Fixed a bug that `DataFrame.limit()` fail if there is parameter binding in the executed SQL when used in non-stored-procedure/udxf environment.
10-
- Added an experimental fix for a bug in schema query generation that could cause invalid sql to be genrated when using nested structured types.
11-
127
#### New Features
138

149
- Added a new module `snowflake.snowpark.secrets` that provides Python wrappers for accessing Snowflake Secrets within Python UDFs and stored procedures that execute inside Snowflake.
@@ -106,6 +101,8 @@
106101

107102
#### Bug Fixes
108103

104+
- Fixed a bug that `DataFrame.limit()` fail if there is parameter binding in the executed SQL when used in non-stored-procedure/udxf environment.
105+
- Added an experimental fix for a bug in schema query generation that could cause invalid sql to be generated when using nested structured types.
109106
- Fixed multiple bugs in `DataFrameReader.dbapi` (PuPr):
110107
- Fixed UDTF ingestion failure with `pyodbc` driver caused by unprocessed row data.
111108
- Fixed SQL Server query input failure due to incorrect select query generation.

0 commit comments

Comments
 (0)