From 462ceb14178a3ee015e86faea79ec83e28e0482b Mon Sep 17 00:00:00 2001 From: Yun Zou Date: Tue, 17 Sep 2024 13:58:58 -0700 Subject: [PATCH] address feedback --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e848dde13f8..a754b7729b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ - Improved `to_pandas` to persist the original timezone offset for TIMESTAMP_TZ type. - Improved `dtype` results for TIMESTAMP_TZ type to show correct timezone offset. - Improved error message when passing non-bool value to `numeric_only` for groupby aggregations. -- Use SCOPED object for internal create temp tables. +- Use SCOPED object for internal create temp tables. The SCOPED objects will be stored sproc scoped if created within stored sproc, otherwise will be session scoped, and the object will be automatically cleaned at the end of the scope. #### New Features