Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
In Flink 1.9, we already introduced a basic SQL DDL to create a table. However, it doesn’t support to define time attributes in SQL DDL yet. Time attribute is a basic information required by time-based operations such as windows in both Table API and SQL. That means, currently, users can’t apply window operations on the tables created by DDL. Meanwhile, we received a lot of requirements from the community to define event time in DDL since 1.9 released. It will be a great benefit to support define time attribute in SQL.
This is the umbrella issue to track all the sub-tasks.
Please see the FLIP-66 for more details: https://cwiki.apache.org/confluence/display/FLINK/FLIP-66%3A+Support+Time+Attribute+in+SQL+DDL
Attachments
Issue Links
- mentioned in
-
Page Loading...
1.
|
Support to parse watermark statement in SQL DDL | Resolved | Jark Wu |
|
||||||||
2.
|
Add watermark information in TableSchema | Resolved | Jark Wu |
|
||||||||
3.
|
Convert SqlCreateTable with SqlWatermark to CatalogTable | Resolved | Jark Wu | |||||||||
4.
|
Support to apply watermark assigner according to the WatermarkSpec in TableSourceTable | Resolved | Jark Wu |
|
||||||||
5.
|
Convert CatalogTable to TableSourceTable with additional watermark information | Closed | Jark Wu | |||||||||
6.
|
Support computed column as rowtime attribute | Resolved | Jark Wu |
|
||||||||
7.
|
Cooperate WatermarkSpec in TableSourceScan with minibatch configuration | Closed | Unassigned | |||||||||
8.
|
Fix can't create table source for Kafka if watermark or computed column is defined | Resolved | Leonard Xu |
|
||||||||
9.
|
Support nested field as the rowtime attribute | Closed | Unassigned | |||||||||
10.
|
Serialize Expression to String and parse String to Expression | Closed | Unassigned | |||||||||
11.
|
Push Projection through WatermarkAssigner | Closed | Unassigned |