Skip to content

Commit f6a08a3

Browse files
committed
changelog
1 parent 1fb95e6 commit f6a08a3

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@
88

99
#### Bug Fixes
1010

11+
- Fixed a bug where using parameter bindings for `CALL` queries issued through `session.sql` would raise an error.
12+
- Fixed a bug where `StringType` columns from Iceberg tables were not recognized as max-size strings.
13+
- Improved the `FileNotFoundError` message raised when `INFER_SCHEMA` returns zero rows so it also points to file format options (`PARSE_HEADER`, `SKIP_HEADER`, `ON_ERROR=CONTINUE`) that can silently filter everything out, instead of only suggesting a missing path.
14+
15+
#### Deprecations
16+
17+
- Removed support for Python 3.9.
18+
1119
#### Improvements
1220

1321
- When `Session.reduce_describe_query_enabled` is enabled, fewer DESCRIBE queries are issued when the outer query only projects or renames columns from an inner subquery whose column types are already known.

0 commit comments

Comments
 (0)