KurtYoung commented on a change in pull request #8017: [hotfix][table]
Introduced UnresolvedFieldReference & ResolvedFieldReference expressions
URL: https://github.com/apache/flink/pull/8017#discussion_r267315008
##########
File path:
flink-table/flink-table-planner-blink/src/main/java/org/apache/flink/table/expressions/RexNodeConverter.java
##########
@@ -206,7 +206,9 @@ public RexNode visitTypeLiteral(TypeLiteralExpression
typeLiteral) {
@Override
public RexNode visit(Expression other) {
- if (other instanceof ResolvedAggInputReference) {
+ if (other instanceof UnresolvedFieldReferenceExpression) {
Review comment:
Thanks for the clarification, +1 to "move this resolution here up to the API
module"
----------------------------------------------------------------
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