[
https://issues.apache.org/jira/browse/FLINK-29097?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17596951#comment-17596951
]
Shengkai Fang commented on FLINK-29097:
---------------------------------------
I think we'd better to move it into the sql-gateway package rather than leave
this into the sql-gateway-api package. Currently the sql-gateway-api is used to
build an endpoint. If we leave the rest endpoint implementation, it may
influence endpoints.
In the future, we will modify the sql-client package and introduce a basic rest
endpoint client for users to use. User can rely on the rest client to submit
their SQL.
> Moving json se/deserializers from sql-gateway-api to sql-gateway
> ----------------------------------------------------------------
>
> Key: FLINK-29097
> URL: https://issues.apache.org/jira/browse/FLINK-29097
> Project: Flink
> Issue Type: Technical Debt
> Components: Table SQL / Gateway
> Affects Versions: 1.16.0
> Reporter: Wencong Liu
> Priority: Major
> Labels: pull-request-available
>
> Considering that the current json se/deserialization rules for results
> returned by SqlGateway are only used in Rest Endpoint, we migrated the
> serialization related tools from the flink-sql-gateway-api to the
> flink-sql-gateway package.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)