strongduanmu commented on code in PR #37924:
URL: https://github.com/apache/shardingsphere/pull/37924#discussion_r2752688444


##########
parser/sql/engine/dialect/oracle/src/main/java/org/apache/shardingsphere/sql/parser/engine/oracle/visitor/statement/type/OracleDMLStatementVisitor.java:
##########
@@ -661,6 +668,31 @@ public ASTNode visitQueryBlock(final QueryBlockContext 
ctx) {
         return result;
     }
     
+    @Override
+    public ASTNode visitHierarchicalQueryClause(final 
HierarchicalQueryClauseContext ctx) {
+        if (null == ctx || null == ctx.getStart() || null == ctx.getStop()) {

Review Comment:
   Is this check meaningful?



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