You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "yuzelin (Jira)" <ji...@apache.org> on 2022/12/18 11:50:00 UTC

[jira] [Created] (FLINK-30449) Improve Serialization and Deserialization of FetchResultsResponseBody

yuzelin created FLINK-30449:
-------------------------------

             Summary: Improve Serialization and Deserialization of FetchResultsResponseBody
                 Key: FLINK-30449
                 URL: https://issues.apache.org/jira/browse/FLINK-30449
             Project: Flink
          Issue Type: Sub-task
          Components: Table SQL / Gateway
    Affects Versions: 1.17.0
            Reporter: yuzelin


Currently, the REST endpoint serialize and deserialize the ResultSet in the FetchResultsResponseBody. But many information of ResultSet will be also put in the FetchResultsResponseBody, so it's not a good way. In this ticket, I propose to introduce a ResultInfo to replace the ResultSet in the FetchResultsResponseBody.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)