From a65f505a3777c2478693a90f42387074fea2bcb5 Mon Sep 17 00:00:00 2001 From: Zhengqiang Duan Date: Mon, 30 Sep 2024 10:29:22 +0800 Subject: [PATCH] Update release note for shadow sql hint bug (#33064) --- RELEASE-NOTES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index f391401b80186..ceeff32f4418a 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -11,6 +11,7 @@ ### Bug Fix 1. Sharding: Fix alter view exception when config sharding rule and binding table rule - [#32696](https://github.com/apache/shardingsphere/issues/32696) +2. Shadow: Use hintValueContext to replace extract sql hint from sql statement for solving shadow sql hint bug - [#33063](https://github.com/apache/shardingsphere/pull/33063) ### Change Log