Skip to content

Commit 58198d5

Browse files
committed
Adjust changelog
1 parent 08fde97 commit 58198d5

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

CHANGELOG.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,24 @@
44

55
### Snowpark Python API Updates
66

7-
#### Bug Fixes
8-
9-
- Fixed a bug in `DataFrameReader.dbapi` (PrPr) that `dbapi` fail in python stored procedure with process exit with code 1.
10-
- Fixed a bug in `DataFrameReader.dbapi` (PrPr) that `custom_schema` accept illegal schema.
11-
127
#### New Features
138

14-
- Added support for Python 3.13 runtime.
159
- Added support for the following functions in `functions.py`:
1610
- `ai_embed`
1711
- `try_parse_json`
1812

13+
#### Bug Fixes
14+
15+
- Fixed a bug in `DataFrameReader.dbapi` (PrPr) that `dbapi` fail in python stored procedure with process exit with code 1.
16+
- Fixed a bug in `DataFrameReader.dbapi` (PrPr) that `custom_schema` accept illegal schema.
17+
- Fixed a bug in `DataFrameReader.dbapi` (PrPr) that `custom_schema` does not work when connecting to Postgres and Mysql.
18+
- Fixed a bug in schema inference that would cause it to fail for external stages.
19+
1920
#### Improvements
2021

2122
- Improved `query` parameter in `DataFrameReader.dbapi` (PrPr) so that parentheses are not needed around the query.
2223
- Improved error experience in `DataFrameReader.dbapi` (PrPr) when exception happen during inferring schema of target data source.
2324

24-
#### Bug Fixes
25-
26-
- Fixed a bug in `DataFrameReader.dbapi` (PrPr) that `custom_schema` does not work when connecting to Postgres and Mysql.
27-
- Fixed a bug in schema inference that would cause it to fail for external stages.
2825

2926
### Snowpark Local Testing Updates
3027

0 commit comments

Comments
 (0)