chunweilei edited a comment on issue #1162: [CALCITE-2343] PushProjector with OVER expression causes infinite loop (Chunwei Lei) URL: https://github.com/apache/calcite/pull/1162#issuecomment-483494117 > Besides, should we push down RexOver's operands? Say, inside the expression sum(x + x) over (), x + x is strong and can be preserved into Project. Yes, currently it will push down the operands. I will add a test about it.
---------------------------------------------------------------- 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
