terrymanu commented on a change in pull request #7476:
URL: https://github.com/apache/shardingsphere/pull/7476#discussion_r490420285
##########
File path:
shardingsphere-sql-parser/shardingsphere-sql-parser-binder/src/main/java/org/apache/shardingsphere/sql/parser/binder/statement/dml/UpdateStatementContext.java
##########
@@ -42,16 +42,16 @@
public UpdateStatementContext(final UpdateStatement sqlStatement) {
super(sqlStatement);
- TableExtractUtils utils = new TableExtractUtils();
+ TableExtractor utils = new TableExtractor();
Review comment:
Please rename variable name `utils` because of there is no any
relationship with variable name and class type.
----------------------------------------------------------------
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]