This is an automated email from the ASF dual-hosted git repository. hucong pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
commit 0374ade72f583170c17d2f212ea3bfce31caca38 Merge: 9e4bfc5e01a 2aa159f7ba9 Author: Cong Hu <[email protected]> AuthorDate: Fri Oct 25 09:51:07 2024 +0800 Merge pull request #33279 from strongduanmu/dev-10172 Upgrade calcite version to 1.38.0 and update all license info in LICENSE file RELEASE-NOTES.md | 1 + distribution/proxy/src/main/release-docs/LICENSE | 26 +++++++++-------- kernel/sql-federation/optimizer/pom.xml | 12 +++++++- .../function/mysql/MySQLFunctionRegister.java | 2 -- .../function/mysql/MySQLOperatorTable.java | 4 +++ .../function/mysql/impl/MySQLBitCountFunction.java | 24 ++++++++++++--- .../operator/physical/EnumerableScan.java | 8 ++--- .../resources/cases/federation-query-sql-cases.xml | 34 ++++++++++------------ .../test/resources/cases/dql/e2e-dql-select.xml | 7 +++-- 9 files changed, 72 insertions(+), 46 deletions(-) diff --cc RELEASE-NOTES.md index 7fa6c77e94c,3a534fa6e9e..e78ccc921de --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@@ -9,10 -9,9 +9,11 @@@ 1. SQL Parser: Support parsing Doris BITXOR - [#33258](https://github.com/apache/shardingsphere/pull/33258) 1. Proxy Native: Change the Base Docker Image of ShardingSphere Proxy Native - [#33263](https://github.com/apache/shardingsphere/issues/33263) 1. Proxy: Add query parameters and check for mysql kill processId - [#33274](https://github.com/apache/shardingsphere/pull/33274) + 1. SQL Federation: Upgrade calcite version to 1.38.0 and update all license info in LICENSE file - [#33279](https://github.com/apache/shardingsphere/pull/33279) 1. SQL Parser: Support parsing Doris INSTR - [#33289](https://github.com/apache/shardingsphere/pull/33289) 1. Agent: Simplify the use of Agent's Docker Image - [#33356](https://github.com/apache/shardingsphere/pull/33356) +1. Add arguments not null check when creating RouteUnit - [#33382](https://github.com/apache/shardingsphere/pull/33382) +1. Add index columns not empty judgement for IndexColumnTokenGenerator - [#33384](https://github.com/apache/shardingsphere/pull/33384) ### Bug Fixes
