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 2b57e876c51553d06636bef4596d8cdb80d28a9b Merge: 4cf14c9db47 08074ddf5cc Author: Cong Hu <[email protected]> AuthorDate: Thu Feb 5 13:54:31 2026 +0800 Merge pull request #37959 from iamhucong/dev Update java-util version to 4.90.0 .../dml/expression/type/ColumnSegmentBinder.java | 5 ++++- .../segment/dml/from/TableSegmentBinder.java | 12 ++++++++---- .../dml/from/type/JoinTableSegmentBinder.java | 13 +++++++++---- .../dml/from/type/SimpleTableSegmentBinder.java | 6 +++--- .../dml/from/type/SubqueryTableSegmentBinder.java | 2 +- .../dml/projection/ProjectionsSegmentBinder.java | 2 +- .../type/ShorthandProjectionSegmentBinder.java | 5 +++-- .../with/CommonTableExpressionSegmentBinder.java | 8 ++++---- .../statement/dml/SelectStatementBinder.java | 2 +- .../dml/assign/AssignmentSegmentBinderTest.java | 2 +- .../dml/combine/CombineSegmentBinderTest.java | 2 +- .../expression/type/ColumnSegmentBinderTest.java | 20 ++++++++++---------- .../type/OuterJoinExpressionBinderTest.java | 3 +-- .../expression/type/SubquerySegmentBinderTest.java | 2 +- .../dml/from/type/JoinTableSegmentBinderTest.java | 22 +++++++++++----------- .../from/type/SubqueryTableSegmentBinderTest.java | 10 +++++----- .../type/ShorthandProjectionSegmentBinderTest.java | 6 +++--- .../shardingsphere/infra/datanode/DataNode.java | 10 ++++++---- .../identifier/ShardingSphereIdentifier.java | 17 +++++++++++------ pom.xml | 2 +- 20 files changed, 85 insertions(+), 66 deletions(-)
