From f48edfc6d76ffd4ec14987a2d3403ca26f1b62ce Mon Sep 17 00:00:00 2001 From: JiaqiYan Date: Sat, 4 Jan 2025 15:45:46 +0800 Subject: [PATCH] update release note --- RELEASE-NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 8ecc54deff5778..5f4781a57b5534 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -49,7 +49,7 @@ 1. Sharding: Support GroupConcat function for aggregating multiple shards in MySQL, OpenGauss, Doris - [#33808](https://github.com/apache/shardingsphere/pull/33808) 1. Agent: Simplify the use of Agent's Docker Image - [#33356](https://github.com/apache/shardingsphere/pull/33356) 1. Mode: Support modifying Hikari-CP configurations via props in standalone mode [#34185](https://github.com/apache/shardingsphere/pull/34185) - +1. SQL Binder: Support optimize table sql bind and add test case - [#34242](https://github.com/apache/shardingsphere/pull/34242) ### Bug Fixes 1. SQL Parser: Fixes LiteralExpressionSegment cast exception in SQL parser - [#33332](https://github.com/apache/shardingsphere/pull/33332)