ClaireLytt commented on PR #39093: URL: https://github.com/apache/shardingsphere/pull/39093#issuecomment-5131045899
@terrymanu Thanks for the review. The latest review comment is addressed as follows: - `SimpleTableSegmentBinder#createSimpleTableBinderContext` — when `isVariableTable(...)`, also `setOriginalTableName(tableName)` so the FROM context keeps `@MyTableVar`. - `UpdateStatementBinderTest#assertBindAliasedTableVariableTarget` — assert bound name `@MyTableVar`, alias `target`, `targetTableIsFromAlias=true`, and `@MyTableVar` is not in `TablesContext` as a physical table. -- 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]
