rubenada commented on a change in pull request #1347: [CALCITE-3224] New
RexNode-to-Expression CodeGen Implementation
URL: https://github.com/apache/calcite/pull/1347#discussion_r310627275
##########
File path:
core/src/main/java/org/apache/calcite/adapter/enumerable/RexToLixTranslator.java
##########
@@ -741,8 +757,8 @@ public RexNode deref(RexNode expr) {
/** Translates a call to an operator or function. */
private Expression translateCall(RexCall call, RexImpTable.NullAs nullAs) {
final SqlOperator operator = call.getOperator();
- CallImplementor implementor =
- RexImpTable.INSTANCE.get(operator);
+ CallImplementor implementor = null;
Review comment:
Could we have a comment explaining this change?
----------------------------------------------------------------
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