You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2022/01/21 00:27:32 UTC

[GitHub] [shardingsphere] strongduanmu commented on a change in pull request #14918: support expression in projection

strongduanmu commented on a change in pull request #14918:
URL: https://github.com/apache/shardingsphere/pull/14918#discussion_r789251152



##########
File path: shardingsphere-features/shardingsphere-encrypt/shardingsphere-encrypt-core/src/main/java/org/apache/shardingsphere/encrypt/rewrite/token/generator/impl/EncryptProjectionTokenGenerator.java
##########
@@ -144,7 +192,7 @@ private ColumnProjection buildColumnProjection(final ColumnProjectionSegment seg
     }
     
     private Collection<ColumnProjection> generateProjections(final String tableName, final ColumnProjection column, final SubqueryType subqueryType, final boolean shorthand, 
-                                                             final ShorthandProjectionSegment segment) {
+                                                             final ShorthandProjectionSegment segment, final boolean forceNoneAlias) {

Review comment:
       @cheese8 Why add forceNoneAlias?




-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org