strongduanmu commented on issue #22480: URL: https://github.com/apache/shardingsphere/issues/22480#issuecomment-1328822025
According to the above logic, when we execute `select * from left_join_view limit 4,5;`, calcite will remove the order by in the view, which affects the sql semantics. To solve this problem, we temporarily configure `withRemoveSortInSubQuery` to false, and then fix this bug in calcite. -- 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: notifications-unsubscr...@shardingsphere.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org