tuichenchuxin commented on code in PR #18045:
URL: https://github.com/apache/shardingsphere/pull/18045#discussion_r885219686
##########
shardingsphere-test/shardingsphere-parser-test/src/main/resources/case/dml/select-aggregate.xml:
##########
@@ -26,6 +26,21 @@
</projections>
</select>
+ <select sql-case-id="select_sum_column">
+ <from>
+ <simple-table name="t_order" start-index="48" stop-index="54" />
+ </from>
+ <projections start-index="7" stop-index="41">
+ <aggregation-projection type="SUM"
inner-expression="(t_order.user_id)" alias="user_id_sum" start-index="7"
stop-index="26">
+ <paramters>
+ <column name="user_id" start-index="17" stop-index="25">
+ <owner name="t_order" start-index="8" stop-index="16"/>
Review Comment:
This test need to add parameter in ExpectedAggregationProjection.java
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]