wgy8283335 commented on a change in pull request #11936:
URL: https://github.com/apache/shardingsphere/pull/11936#discussion_r693425408



##########
File path: 
shardingsphere-sql-parser/shardingsphere-sql-parser-dialect/shardingsphere-sql-parser-oracle/src/main/java/org/apache/shardingsphere/sql/parser/oracle/visitor/statement/impl/OracleDDLStatementSQLVisitor.java
##########
@@ -425,6 +425,9 @@ public ASTNode visitAssociateStatistics(final 
AssociateStatisticsContext ctx) {
             for (IndexNameContext each: ctx.functionAssociation().indexName()) 
{
                 result.getIndexes().add((IndexSegment) visit(each));
             }
+//            for (FunctionContext each: ctx.functionAssociation().function()) 
{
+//                result.getFunctions().add((FunctionSegment) visit(each));
+//            }

Review comment:
       Maybe could invalidate caches in IntelliJ and maven clean.




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