[
https://issues.apache.org/jira/browse/FLINK-21701?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17305661#comment-17305661
]
xiangtao commented on FLINK-21701:
----------------------------------
Hi [~fsk119],
I have finished first version . the code is located in
[https://github.com/xiangtao/flink/commit/6fe285044f1caee4d83165f0e5b76d61bbffe718
|https://github.com/xiangtao/flink/commit/6fe285044f1caee4d83165f0e5b76d61bbffe718]for
temporary use. You can review the design and the code and I will be very
happy to hear your advices.
the main implement logic is :
# Add a method resetSessionProperty(String sessionId, String key) in Executor
interface
# Add a method reset(String key) in SessionContext
I wonder if I should add methods in Executor ? because i can't get
SessionContext or DefaultContext refrence in CliClient.
> Support "RESET key" statement in the SQL Client
> -----------------------------------------------
>
> Key: FLINK-21701
> URL: https://issues.apache.org/jira/browse/FLINK-21701
> Project: Flink
> Issue Type: Sub-task
> Components: Table SQL / Client
> Affects Versions: 1.13.0
> Reporter: Shengkai Fang
> Priority: Major
> Labels: starter
>
> Allow to reset the specified key by input
> {code:java}
> // code placeholder
> RESET table.planner.type;{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)