[
https://issues.apache.org/jira/browse/FLINK-11184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flink Jira Bot updated FLINK-11184:
-----------------------------------
Labels: auto-unassigned stale-major (was: auto-unassigned)
I am the [Flink Jira Bot|https://github.com/apache/flink-jira-bot/] and I help
the community manage its development. I see this issues has been marked as
Major but is unassigned and neither itself nor its Sub-Tasks have been updated
for 30 days. I have gone ahead and added a "stale-major" to the issue". If this
ticket is a Major, please either assign yourself or give an update. Afterwards,
please remove the label or in 7 days the issue will be deprioritized.
> Rework TableSource and TableSink interfaces
> -------------------------------------------
>
> Key: FLINK-11184
> URL: https://issues.apache.org/jira/browse/FLINK-11184
> Project: Flink
> Issue Type: New Feature
> Components: Table SQL / API
> Reporter: Timo Walther
> Priority: Major
> Labels: auto-unassigned, stale-major
>
> There are a couple of shortcomings with the current {{TableSource}} and
> {{TableSink}} interface design. Some of the issues are covered in a [basic
> design
> document|https://docs.google.com/document/d/1Yaxp1UJUFW-peGLt8EIidwKIZEWrrA-pznWLuvaH39Y/edit#heading=h.41fd6rs7b3cf]
> that was published a while ago.
> The design document has not been updated for some time and partially overlaps
> with the [current SQL DDL
> discussion|http://apache-flink-mailing-list-archive.1008284.n3.nabble.com/DISCUSS-Flink-SQL-DDL-Design-td25006.html]
> for the {{CREATE TABLE}} statement on the ML.
> What needs to be solved:
> - How to unify sources and sinks in regards of schema and time attributes?
> - How to define watermarks, timestamp extractors or timestamp ingestion?
> - How to define primary keys and partitioning keys?
> - How to differentiate between update modes for tables (i.e. how to read from
> a append, retraction, or update table)?
> - How to express all of the above without pulling in to many dependencies on
> other Flink modules if source and sink interfaces are located in
> {{flink-table-spi}} package?
> As of the current state of the discussion, it seems that we might extend
> {{TableSchema}} to allow for returning the information above and remove
> current interfaces such as {{DefinedRowtimeAttribute}} or
> {{DefinedFieldMapping}}.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)