[
https://issues.apache.org/jira/browse/FLINK-25175?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jingsong Lee reassigned FLINK-25175:
------------------------------------
Assignee: Jingsong Lee
> Introduce TableDescriptor.forManaged
> ------------------------------------
>
> Key: FLINK-25175
> URL: https://issues.apache.org/jira/browse/FLINK-25175
> Project: Flink
> Issue Type: Sub-task
> Components: Table SQL / API
> Reporter: Jingsong Lee
> Assignee: Jingsong Lee
> Priority: Major
> Fix For: 1.15.0
>
>
> Introduce table api for managed table
> {code:java}
> @PublicEvolving
> public class TableDescriptor {
>
> /** Creates a new {@link Builder} for a managed dynamic table. */
> public static Builder forManaged() {
> return new Builder();
> }
>
> ...
> } {code}
> {{}}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)