Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
None
-
None
-
None
Description
We introduced a lot of functions and operators in flink-table-planner-blink. Most of them are not discussed in the community, some of them may break the behavior of current Flink SQL.
We should re-visit the functions and operators to accept the reasonable ones and remove the un-standard ones.
Here is a list of all the Blink SQL functions and operators: https://github.com/apache/flink/blob/master/flink-table/flink-table-planner-blink/src/main/java/org/apache/flink/table/functions/sql/FlinkSqlOperatorTable.java
Attachments
Issue Links
- is a child of
-
FLINK-11493 Finalize the Blink SQL merging efforts
- Closed
- is duplicated by
-
FLINK-13522 Verify and correct builtin function's semantic for Blink planner
- Resolved