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-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,6 @@
4
4
5
5
### Snowpark Python API Updates
6
6
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
-
12
7
#### New Features
13
8
14
9
- 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 @@
106
101
107
102
#### Bug Fixes
108
103
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.
109
106
- Fixed multiple bugs in `DataFrameReader.dbapi` (PuPr):
110
107
- Fixed UDTF ingestion failure with `pyodbc` driver caused by unprocessed row data.
111
108
- Fixed SQL Server query input failure due to incorrect select query generation.
0 commit comments