You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "godfrey he (Jira)" <ji...@apache.org> on 2020/07/31 12:32:00 UTC

[jira] [Created] (FLINK-18788) Refactor sql-client based the proposed interfaces of FLIP-84

godfrey he created FLINK-18788:
----------------------------------

             Summary: Refactor sql-client based the proposed interfaces of FLIP-84
                 Key: FLINK-18788
                 URL: https://issues.apache.org/jira/browse/FLINK-18788
             Project: Flink
          Issue Type: Task
          Components: Table SQL / Client
            Reporter: godfrey he
             Fix For: 1.12.0


FLIP-84 introduces many useful methods, such as {{TableEnvironment#executeSql}}, {{TableResult#collect}}. Sql client can uses those methods to simplify many implementations, such as: many methods in {{Executor}} interface can be replaced with executeSql method, the select implementation can be replaced with collect method. 
This issue aims to the related refactor.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)