Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 10 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,20 @@

#### Bug Fixes

- Fixed a bug where using parameter bindings for `CALL` queries issued through `session.sql` would raise an error.
- Fixed a bug where `StringType` columns from Iceberg tables were not recognized as max-size strings.
- 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.

#### Improvements
Comment thread
sfc-gh-mayliu marked this conversation as resolved.

- 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.

## 1.50.1 (2026-05-06)

### Snowpark Python API Updates

#### Bug Fixes

- Fixed a bug where using parameter bindings for `CALL` queries issued through `session.sql` would raise an error.
- Fixed a bug where `StringType` columns from Iceberg tables were not recognized as max-size strings.
- 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.

## 1.50.0 (2026-04-23)

### Snowpark Python API Updates
Expand Down
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "snowflake-snowpark-python" %}
{% set version = "1.50.0" %}
{% set version = "1.50.1" %}
{% set noarch_build = (os.environ.get('SNOWFLAKE_SNOWPARK_PYTHON_NOARCH_BUILD', 'false')) == 'true' %}
{% set build_number = os.environ.get('SNOWFLAKE_SNOWPARK_PYTHON_BUILD_NUMBER', 0) %}

Expand Down
2 changes: 1 addition & 1 deletion src/snowflake/snowpark/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


# Update this for the versions
VERSION = (1, 50, 0)
VERSION = (1, 50, 1)
1 change: 1 addition & 0 deletions tests/ast/data/DataFrame.agg.test
Original file line number Diff line number Diff line change
Expand Up @@ -509,5 +509,6 @@ client_language {
client_version {
major: 1
minor: 50
patch: 1
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
1 change: 1 addition & 0 deletions tests/ast/data/DataFrame.ai.test
Original file line number Diff line number Diff line change
Expand Up @@ -2147,5 +2147,6 @@ client_language {
client_version {
major: 1
minor: 50
patch: 1
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
1 change: 1 addition & 0 deletions tests/ast/data/DataFrame.col_ilike.test
Original file line number Diff line number Diff line change
Expand Up @@ -240,5 +240,6 @@ client_language {
client_version {
major: 1
minor: 50
patch: 1
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
1 change: 1 addition & 0 deletions tests/ast/data/DataFrame.collect.test
Original file line number Diff line number Diff line change
Expand Up @@ -512,5 +512,6 @@ client_language {
client_version {
major: 1
minor: 50
patch: 1
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
1 change: 1 addition & 0 deletions tests/ast/data/DataFrame.count.test
Original file line number Diff line number Diff line change
Expand Up @@ -229,5 +229,6 @@ client_language {
client_version {
major: 1
minor: 50
patch: 1
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
1 change: 1 addition & 0 deletions tests/ast/data/DataFrame.count2.test
Original file line number Diff line number Diff line change
Expand Up @@ -316,5 +316,6 @@ client_language {
client_version {
major: 1
minor: 50
patch: 1
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
1 change: 1 addition & 0 deletions tests/ast/data/DataFrame.create_or_replace.test
Original file line number Diff line number Diff line change
Expand Up @@ -824,5 +824,6 @@ client_language {
client_version {
major: 1
minor: 50
patch: 1
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
1 change: 1 addition & 0 deletions tests/ast/data/DataFrame.cross_join.lsuffix.test
Original file line number Diff line number Diff line change
Expand Up @@ -172,5 +172,6 @@ client_language {
client_version {
major: 1
minor: 50
patch: 1
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
1 change: 1 addition & 0 deletions tests/ast/data/DataFrame.cross_join.rsuffix.test
Original file line number Diff line number Diff line change
Expand Up @@ -172,5 +172,6 @@ client_language {
client_version {
major: 1
minor: 50
patch: 1
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
1 change: 1 addition & 0 deletions tests/ast/data/DataFrame.cross_join.suffix.test
Original file line number Diff line number Diff line change
Expand Up @@ -175,5 +175,6 @@ client_language {
client_version {
major: 1
minor: 50
patch: 1
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
1 change: 1 addition & 0 deletions tests/ast/data/DataFrame.describe.test
Original file line number Diff line number Diff line change
Expand Up @@ -193,5 +193,6 @@ client_language {
client_version {
major: 1
minor: 50
patch: 1
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
1 change: 1 addition & 0 deletions tests/ast/data/DataFrame.flatten.test
Original file line number Diff line number Diff line change
Expand Up @@ -176,5 +176,6 @@ client_language {
client_version {
major: 1
minor: 50
patch: 1
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
1 change: 1 addition & 0 deletions tests/ast/data/DataFrame.indexers.test
Original file line number Diff line number Diff line change
Expand Up @@ -208,5 +208,6 @@ client_language {
client_version {
major: 1
minor: 50
patch: 1
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
1 change: 1 addition & 0 deletions tests/ast/data/DataFrame.join.inner.column.test
Original file line number Diff line number Diff line change
Expand Up @@ -242,5 +242,6 @@ client_language {
client_version {
major: 1
minor: 50
patch: 1
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
1 change: 1 addition & 0 deletions tests/ast/data/DataFrame.join.inner.column_list.test
Original file line number Diff line number Diff line change
Expand Up @@ -204,5 +204,6 @@ client_language {
client_version {
major: 1
minor: 50
patch: 1
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
Original file line number Diff line number Diff line change
Expand Up @@ -329,5 +329,6 @@ client_language {
client_version {
major: 1
minor: 50
patch: 1
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
1 change: 1 addition & 0 deletions tests/ast/data/DataFrame.join.inner.predicate.test
Original file line number Diff line number Diff line change
Expand Up @@ -290,5 +290,6 @@ client_language {
client_version {
major: 1
minor: 50
patch: 1
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
Original file line number Diff line number Diff line change
Expand Up @@ -280,5 +280,6 @@ client_language {
client_version {
major: 1
minor: 50
patch: 1
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
1 change: 1 addition & 0 deletions tests/ast/data/DataFrame.join.left_outer.column.test
Original file line number Diff line number Diff line change
Expand Up @@ -204,5 +204,6 @@ client_language {
client_version {
major: 1
minor: 50
patch: 1
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
1 change: 1 addition & 0 deletions tests/ast/data/DataFrame.join.right_outer.predicate.test
Original file line number Diff line number Diff line change
Expand Up @@ -221,5 +221,6 @@ client_language {
client_version {
major: 1
minor: 50
patch: 1
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
1 change: 1 addition & 0 deletions tests/ast/data/DataFrame.join_table_function.test
Original file line number Diff line number Diff line change
Expand Up @@ -264,5 +264,6 @@ client_language {
client_version {
major: 1
minor: 50
patch: 1
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
1 change: 1 addition & 0 deletions tests/ast/data/DataFrame.lateral_join.test
Original file line number Diff line number Diff line change
Expand Up @@ -667,5 +667,6 @@ client_language {
client_version {
major: 1
minor: 50
patch: 1
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
1 change: 1 addition & 0 deletions tests/ast/data/DataFrame.natural_join.test
Original file line number Diff line number Diff line change
Expand Up @@ -172,5 +172,6 @@ client_language {
client_version {
major: 1
minor: 50
patch: 1
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
1 change: 1 addition & 0 deletions tests/ast/data/DataFrame.pivot.test
Original file line number Diff line number Diff line change
Expand Up @@ -757,5 +757,6 @@ client_language {
client_version {
major: 1
minor: 50
patch: 1
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
1 change: 1 addition & 0 deletions tests/ast/data/DataFrame.select_expr.test
Original file line number Diff line number Diff line change
Expand Up @@ -360,5 +360,6 @@ client_language {
client_version {
major: 1
minor: 50
patch: 1
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
1 change: 1 addition & 0 deletions tests/ast/data/DataFrame.stat.test
Original file line number Diff line number Diff line change
Expand Up @@ -1648,5 +1648,6 @@ client_language {
client_version {
major: 1
minor: 50
patch: 1
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
1 change: 1 addition & 0 deletions tests/ast/data/DataFrame.to_df.test
Original file line number Diff line number Diff line change
Expand Up @@ -173,5 +173,6 @@ client_language {
client_version {
major: 1
minor: 50
patch: 1
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
1 change: 1 addition & 0 deletions tests/ast/data/DataFrame.to_local_iterator.test
Original file line number Diff line number Diff line change
Expand Up @@ -540,5 +540,6 @@ client_language {
client_version {
major: 1
minor: 50
patch: 1
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
1 change: 1 addition & 0 deletions tests/ast/data/DataFrame.to_pandas.test
Original file line number Diff line number Diff line change
Expand Up @@ -299,5 +299,6 @@ client_language {
client_version {
major: 1
minor: 50
patch: 1
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
1 change: 1 addition & 0 deletions tests/ast/data/DataFrame.to_pandas_batch.test
Original file line number Diff line number Diff line change
Expand Up @@ -299,5 +299,6 @@ client_language {
client_version {
major: 1
minor: 50
patch: 1
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
1 change: 1 addition & 0 deletions tests/ast/data/DataFrame.unpivot.test
Original file line number Diff line number Diff line change
Expand Up @@ -238,5 +238,6 @@ client_language {
client_version {
major: 1
minor: 50
patch: 1
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
1 change: 1 addition & 0 deletions tests/ast/data/DataFrame.write.test
Original file line number Diff line number Diff line change
Expand Up @@ -6238,5 +6238,6 @@ client_language {
client_version {
major: 1
minor: 50
patch: 1
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
1 change: 1 addition & 0 deletions tests/ast/data/Dataframe.cube.test
Original file line number Diff line number Diff line change
Expand Up @@ -521,5 +521,6 @@ client_language {
client_version {
major: 1
minor: 50
patch: 1
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
1 change: 1 addition & 0 deletions tests/ast/data/Dataframe.distinct.test
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,6 @@ client_language {
client_version {
major: 1
minor: 50
patch: 1
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
1 change: 1 addition & 0 deletions tests/ast/data/Dataframe.drop_duplicates.test
Original file line number Diff line number Diff line change
Expand Up @@ -279,5 +279,6 @@ client_language {
client_version {
major: 1
minor: 50
patch: 1
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
Original file line number Diff line number Diff line change
Expand Up @@ -526,5 +526,6 @@ client_language {
client_version {
major: 1
minor: 50
patch: 1
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
1 change: 1 addition & 0 deletions tests/ast/data/Dataframe.filter.test
Original file line number Diff line number Diff line change
Expand Up @@ -383,5 +383,6 @@ client_language {
client_version {
major: 1
minor: 50
patch: 1
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
1 change: 1 addition & 0 deletions tests/ast/data/Dataframe.getitem.test
Original file line number Diff line number Diff line change
Expand Up @@ -274,5 +274,6 @@ client_language {
client_version {
major: 1
minor: 50
patch: 1
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
1 change: 1 addition & 0 deletions tests/ast/data/Dataframe.group_by.test
Original file line number Diff line number Diff line change
Expand Up @@ -521,5 +521,6 @@ client_language {
client_version {
major: 1
minor: 50
patch: 1
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
1 change: 1 addition & 0 deletions tests/ast/data/Dataframe.group_by_grouping_sets.test
Original file line number Diff line number Diff line change
Expand Up @@ -1103,5 +1103,6 @@ client_language {
client_version {
major: 1
minor: 50
patch: 1
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
1 change: 1 addition & 0 deletions tests/ast/data/Dataframe.join.asof.test
Original file line number Diff line number Diff line change
Expand Up @@ -737,5 +737,6 @@ client_language {
client_version {
major: 1
minor: 50
patch: 1
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
1 change: 1 addition & 0 deletions tests/ast/data/Dataframe.join.prefix.test
Original file line number Diff line number Diff line change
Expand Up @@ -820,5 +820,6 @@ client_language {
client_version {
major: 1
minor: 50
patch: 1
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
1 change: 1 addition & 0 deletions tests/ast/data/Dataframe.rollup.test
Original file line number Diff line number Diff line change
Expand Up @@ -521,5 +521,6 @@ client_language {
client_version {
major: 1
minor: 50
patch: 1
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
1 change: 1 addition & 0 deletions tests/ast/data/Dataframe.show.test
Original file line number Diff line number Diff line change
Expand Up @@ -1133,5 +1133,6 @@ client_language {
client_version {
major: 1
minor: 50
patch: 1
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
Original file line number Diff line number Diff line change
Expand Up @@ -184,5 +184,6 @@ client_language {
client_version {
major: 1
minor: 50
patch: 1
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
1 change: 1 addition & 0 deletions tests/ast/data/Dataframe.with_col_fns.test
Original file line number Diff line number Diff line change
Expand Up @@ -929,5 +929,6 @@ client_language {
client_version {
major: 1
minor: 50
patch: 1
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
1 change: 1 addition & 0 deletions tests/ast/data/DataframeNaFunctions.test
Original file line number Diff line number Diff line change
Expand Up @@ -883,5 +883,6 @@ client_language {
client_version {
major: 1
minor: 50
patch: 1
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
1 change: 1 addition & 0 deletions tests/ast/data/RelationalGroupedDataFrame.agg.test
Original file line number Diff line number Diff line change
Expand Up @@ -1145,5 +1145,6 @@ client_language {
client_version {
major: 1
minor: 50
patch: 1
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
1 change: 1 addition & 0 deletions tests/ast/data/RelationalGroupedDataFrame.ai_agg.test
Original file line number Diff line number Diff line change
Expand Up @@ -288,5 +288,6 @@ client_language {
client_version {
major: 1
minor: 50
patch: 1
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
1 change: 1 addition & 0 deletions tests/ast/data/RelationalGroupedDataFrame.test
Original file line number Diff line number Diff line change
Expand Up @@ -3622,5 +3622,6 @@ client_language {
client_version {
major: 1
minor: 50
patch: 1
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
1 change: 1 addition & 0 deletions tests/ast/data/Session.call.test
Original file line number Diff line number Diff line change
Expand Up @@ -361,5 +361,6 @@ client_language {
client_version {
major: 1
minor: 50
patch: 1
}
id: "\003U\"\366q\366P\346\260\261?\234\303\254\316\353"
Loading
Loading