Kurt Young created FLINK-22278: ---------------------------------- Summary: Refactor sql client's DynamicResult Key: FLINK-22278 URL: https://issues.apache.org/jira/browse/FLINK-22278 Project: Flink Issue Type: Improvement Components: Table SQL / Client Reporter: Kurt Young
We can simplify the design around sql client's Executor and DynamicResult, by reducing the responsibility of Executor when retrieving SELECT result. Page related logic should be handled by different CliResultViews instead of Executor and different DynamicResults. -- This message was sent by Atlassian Jira (v8.3.4#803005)