[ https://issues.apache.org/jira/browse/FLINK-29751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
yuzelin updated FLINK-29751: ---------------------------- Component/s: (was: Table SQL / Gateway) Affects Version/s: 1.17.0 Description: The embedded client uses the internal interface ‘TableResultInternal’ directly and builds many util classes based on the ‘TableResultInternal’. But the gateway’s return is wrapped into ResultSet. If we refactor the existing classes to use ResultSet, it will be a big burden. So it's better to wrap the ResultSet to a format that can be used by the Client. (This issue is for migrating SQL client Embedded Mode before, and there is many subtasks, so it is divided into some subtasks and this issue is changed to one of the subtasks under the parent issue FLINK-29941) was:Currently, the SQL Client communicates with `TableEnvironment` directly. This issue aims at migrating it to use SQL gateway instead. Summary: Introduce Client Result to wrap the ResultSet returned by SQL Gateway (was: Migrate SQL Client Embedded Mode to use sql gateway) > Introduce Client Result to wrap the ResultSet returned by SQL Gateway > --------------------------------------------------------------------- > > Key: FLINK-29751 > URL: https://issues.apache.org/jira/browse/FLINK-29751 > Project: Flink > Issue Type: Sub-task > Components: Table SQL / Client > Affects Versions: 1.17.0 > Reporter: yuzelin > Priority: Major > > The embedded client uses the internal interface ‘TableResultInternal’ > directly and builds many util classes based on the ‘TableResultInternal’. > But the gateway’s return is wrapped into ResultSet. If we refactor the > existing classes to use ResultSet, it will be a big burden. So it's better to > wrap the ResultSet to a format that can be used by the Client. > (This issue is for migrating SQL client Embedded Mode before, and there is > many subtasks, so it is divided into some subtasks and this issue is changed > to one of the subtasks under the parent issue FLINK-29941) -- This message was sent by Atlassian Jira (v8.20.10#820010)