From c4b673e94fd31d906c0a7a21b1790b8dde1828ed Mon Sep 17 00:00:00 2001 From: Jianzhun Du <68252326+sfc-gh-jdu@users.noreply.github.com> Date: Wed, 11 Sep 2024 10:07:19 -0700 Subject: [PATCH] Cherrypick 1.21.1 changelog to release-v1.22.0 (#2271) --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9ffcdd5c8c..6b4d5a20110 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -48,7 +48,6 @@ - Fixed a bug in `session.get_session_stage` that referenced a non-existing stage after switching database or schema. - Fixed a bug where calling `DataFrame.to_snowpark_pandas` without explicitly initializing the Snowpark pandas plugin caused an error. - Fixed a bug where using the `explode` function in dynamic table creation caused a SQL compilation error due to improper boolean type casting on the `outer` parameter. -- Fixed a bug where using `to_pandas_batches` with async jobs caused an error due to improper handling of waiting for asynchronous query completion. ### Snowpark Local Testing Updates @@ -128,6 +127,14 @@ - Fixed a bug where `Series.reindex` and `DataFrame.reindex` did not update the result index's name correctly. - Fixed a bug where `Series.take` did not error when `axis=1` was specified. +## 1.21.1 (2024-09-05) + +### Snowpark Python API Updates + +#### Bug Fixes + +- Fixed a bug where using `to_pandas_batches` with async jobs caused an error due to improper handling of waiting for asynchronous query completion. + ## 1.21.0 (2024-08-19) ### Snowpark Python API Updates