mihaibudiu commented on PR #4059: URL: https://github.com/apache/calcite/pull/4059#issuecomment-2494494764
The only place where the Policy is actually used is in RexSimplify, where it is used to check whether some expressions are always null. So perhaps you can can write a SqlToRelConverter test that checks to see whether the call to POWER(null, x) is replaced in the program with a constant NULL. -- 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]
