Flink1.10 why does DDL not support create view and create function ?
Asked
Active
Viewed 82 times
1 Answers
0
I see create function
in the DDL documentation. But create view
is only supported by the SQL Client in Flink 1.10, and not DDL (https://ci.apache.org/projects/flink/flink-docs-stable/dev/table/sqlClient.html#sql-views). However, it has been added for Flink 1.11 -- see https://github.com/apache/flink/pull/11727 and FLIP-71.

David Anderson
- 39,434
- 4
- 33
- 60