chunweilei commented on issue #1162: [CALCITE-2343] PushProjector with OVER expression causes infinite loop (Chunwei Lei) URL: https://github.com/apache/calcite/pull/1162#issuecomment-483499418 @zhztheplayer The first commit is not complete due to only finding the input refs. So I update the PR, including: * Using `ProjectJoinTransposeRule#preserveExprCondition` to make sure that `RexOver` will not be pushed past join(it works and seems more clear) * Add a test to make sure that the operands of `RexOver` will be pushed past join
---------------------------------------------------------------- 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] With regards, Apache Git Services
