From fa8777406ee7a457d7085ceafb03b40266b7894c Mon Sep 17 00:00:00 2001 From: Yun Zou Date: Thu, 7 Nov 2024 17:34:11 -0800 Subject: [PATCH] fix error --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12e7892f678..b6fad67ccbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -53,6 +53,7 @@ - Treat an empty `subset` (e.g. `[]`) as if it specified all columns instead of no columns. - Raise a `TypeError` for a scalar `subset` instead of filtering on just that column. - Raise a `ValueError` for a `subset` of type `pandas.Index` instead of filtering on the columns in the index. +- Disable creation of scoped read only table to mitigate dynamic pivot unfound table issue in notebook env. #### Improvements - Improve np.where with scalar x value by eliminating unnecessary join and temp table creation.