iisheng commented on code in PR #19287:
URL: https://github.com/apache/shardingsphere/pull/19287#discussion_r922823291


##########
shardingsphere-infra/shardingsphere-infra-binder/src/main/java/org/apache/shardingsphere/infra/binder/segment/select/projection/impl/AggregationProjection.java:
##########
@@ -45,7 +43,8 @@ public class AggregationProjection implements Projection {
     
     private final String innerExpression;
     
-    private final String alias;

Review Comment:
   In general, "alias" was  initialized by constructor method. But when 
AggregationProjection belong to ExpressionProjection, I want to reset 
AggregationProjection's alias.



-- 
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]

Reply via email to