gufengwyx8 commented on a change in pull request #3276: Add table owner for
logic encrypt column
URL:
https://github.com/apache/incubator-shardingsphere/pull/3276#discussion_r335395946
##########
File path:
sharding-core/sharding-core-rewrite/src/main/java/org/apache/shardingsphere/core/rewrite/feature/encrypt/token/pojo/EncryptPredicateToken.java
##########
@@ -32,22 +32,26 @@
* @author panjuan
*/
public final class EncryptPredicateToken extends SQLToken implements
Substitutable {
-
+
@Getter
private final int stopIndex;
-
+
+ private final String tableOwner;
Review comment:
sry.. I forgot to rename this field.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services