ThanoshanMV commented on a change in pull request #10558:
URL: https://github.com/apache/shardingsphere/pull/10558#discussion_r645955068
##########
File path:
shardingsphere-sql-parser/shardingsphere-sql-parser-test/src/main/resources/case/dml/delete.xml
##########
@@ -366,7 +366,7 @@
<column name="order_id" start-index="10" stop-index="17"/>
<column name="user_id" start-index="20" stop-index="26"/>
</columns>
- <subquery-expression>
+ <subquery-expression start-index="32" stop-index="70">
Review comment:
Since I tried to assert the `SubquerySegment` of
`CommonTableExpressionSegment` in `WithClauseAssert`, I needed to provide start
and stop indices for all `subquery-expression`s within
`common-table-expression`s as they were asserted.
--
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]