Yash-cor commented on code in PR #34163:
URL: https://github.com/apache/shardingsphere/pull/34163#discussion_r1899977201


##########
parser/sql/statement/type/mysql/src/main/java/org/apache/shardingsphere/sql/parser/statement/mysql/dml/MySQLDeleteStatement.java:
##########
@@ -38,6 +39,8 @@ public final class MySQLDeleteStatement extends 
DeleteStatement implements MySQL
     
     private ReturningSegment returningSegment;
     
+    private WithSegment withSegment;

Review Comment:
   Will make these changes once the logic for the CTE's Unique Alias Name is 
clear.



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