[jira] [Created] (FLINK-14367) Fully support for converting RexNode to Expression

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (FLINK-14367) Fully support for converting RexNode to Expression

Shang Yuanchun (Jira)
Jark Wu created FLINK-14367:
-------------------------------

             Summary: Fully support for converting RexNode to Expression
                 Key: FLINK-14367
                 URL: https://issues.apache.org/jira/browse/FLINK-14367
             Project: Flink
          Issue Type: Improvement
          Components: Table SQL / Planner
            Reporter: Jark Wu


Currently, the {{RexNodeToExpressionConverter}} in both planners are not fully support. There're many RexNodes can not be converted to Expressions.

1) RexFieldAccess -> GET call
2) Literals in interval types and complex types
3) TRIM(BOTH/LEADING/HEADING, ..)
...

We should have a comprehensive tests to cover all cases. A good idea is to verify with {{ExpressionConverter}} together.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)