This is an automated email from the ASF dual-hosted git repository.

chengzhang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


    from 88b2488e18d Fix sonar issue on EncryptPredicateValueTokenGenerator 
(#34380)
     add be723997618 Support select aggregation function sql bind in projection 
and having (#34379)

No new revisions were added by this update.

Summary of changes:
 RELEASE-NOTES.md                                   |   3 +-
 .../infra/binder/engine/segment/SegmentType.java   |   2 +-
 .../dml/expression/ExpressionSegmentBinder.java    |   4 +-
 ...AggregationDistinctProjectionSegmentBinder.java |   7 +-
 .../type/AggregationProjectionSegmentBinder.java   |   7 +-
 .../dml/expression/type/ColumnSegmentBinder.java   |   3 +-
 .../segment/dml/predicate/HavingSegmentBinder.java |  17 +-
 .../statement/dml/SelectStatementBinder.java       |   3 +-
 .../test/resources/cases/dml/select-aggregate.xml  | 207 +++++++++++++++++++++
 .../select-aggregate.xml}                          |   2 +-
 10 files changed, 240 insertions(+), 15 deletions(-)
 create mode 100644 
test/it/binder/src/test/resources/cases/dml/select-aggregate.xml
 copy test/it/binder/src/test/resources/sqls/{dal/optimize-table.xml => 
dml/select-aggregate.xml} (67%)

Reply via email to