You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Jingsong Lee (Jira)" <ji...@apache.org> on 2021/12/06 07:16:00 UTC

[jira] [Created] (FLINK-25175) Introduce TableDescriptor.forManaged

Jingsong Lee created FLINK-25175:
------------------------------------

             Summary: 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
             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)