[
https://issues.apache.org/jira/browse/FLINK-24730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17439009#comment-17439009
]
Yubin Li commented on FLINK-24730:
----------------------------------
Hi, [~twalthr]
After discussing with [~Sergey Nuyanzin] ,will support more prompt styles in
FLIP-189 like MySQL and PostgreSQL.
(https://cwiki.apache.org/confluence/display/FLINK/FLIP-189%3A+SQL+Client+Usability+Improvements#FLIP189:SQLClientUsabilityImprovements-Supportedpromptoptions(bothforleftandrightprompts))
I am very interested in implementing the feature, please assign it to me :)
> Support prompt style in SqlCli
> ------------------------------
>
> Key: FLINK-24730
> URL: https://issues.apache.org/jira/browse/FLINK-24730
> Project: Flink
> Issue Type: Improvement
> Components: Table SQL / Client
> Affects Versions: 1.15.0
> Reporter: Yubin Li
> Priority: Major
>
> prompt is a very popular function in cli of traditional database like mysql,
> help users to notice session context like current db/catalog/time, avoid
> calling wrong commands in an unexpected session.
>
> ||arg||comment||
> |\c|current catalog|
> |\d|current db|
> |\t|current time|
> for example,
> FLINK SQL> set sql-client.prompt.style=\c~\d~\t;
> catalog1~db1~2021-11-12 16:00:00> show current catalog;
--
This message was sent by Atlassian Jira
(v8.3.4#803005)