KurtYoung commented on a change in pull request #8099:
[FLINK-12081][table-planner-blink] Introduce aggregation operator code
generator to blink batch
URL: https://github.com/apache/flink/pull/8099#discussion_r272000515
##########
File path:
flink-table/flink-table-planner-blink/src/main/java/org/apache/flink/table/expressions/RexNodeConverter.java
##########
@@ -112,7 +113,7 @@ private RexNode visitScalarFunc(FunctionDefinition def,
List<RexNode> child) {
} else if (BuiltInFunctionDefinitions.EQUALS.equals(def)) {
return relBuilder.call(SqlStdOperatorTable.EQUALS,
child);
Review comment:
maybe we should change all SqlStdOperatorTable to FlinkSqlOperatorTable?
----------------------------------------------------------------
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