[
https://issues.apache.org/jira/browse/FLINK-32752?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sergey Nuyanzin updated FLINK-32752:
------------------------------------
Description:
After FLINK-24909 it is possible to specify syntax highlight color schema as
mentioned in doc via
{{sql-client.display.color-schema}} config option
{code:sql}
SET 'sql-client.display.color-schema' = ...
{code}
Possible values are {{chester}}, {{dracula}}, {{solarized}}, {{vs2010}},
{{obsidian}}, {{geshi}}, {{default}}.
It allows to highlight keywords, quoted text, sql identifiers quoted text
(ticks for default dialect and double quotes for Hive), comments (both one-line
and block comments), hints
was:
After it is possible to specify syntax highlight color schema as mentioned in
doc via
{{sql-client.display.color-schema}} config option
{code:sql}
SET 'sql-client.display.color-schema' = ...
{code}
Possible values are {{chester}}, {{dracula}}, {{solarized}}, {{vs2010}},
{{obsidian}}, {{geshi}}, {{default}}.
It allows to highlight keywords, quoted text, sql identifiers quoted text
(ticks for default dialect and double quotes for Hive), comments (both one-line
and block comments), hints
> Release Testing: Verify FLINK-24909 SQL syntax highlighting in SQL Client
> -------------------------------------------------------------------------
>
> Key: FLINK-32752
> URL: https://issues.apache.org/jira/browse/FLINK-32752
> Project: Flink
> Issue Type: Sub-task
> Components: Tests
> Reporter: Sergey Nuyanzin
> Priority: Major
> Labels: release-testing
>
> After FLINK-24909 it is possible to specify syntax highlight color schema as
> mentioned in doc via
> {{sql-client.display.color-schema}} config option
> {code:sql}
> SET 'sql-client.display.color-schema' = ...
> {code}
> Possible values are {{chester}}, {{dracula}}, {{solarized}}, {{vs2010}},
> {{obsidian}}, {{geshi}}, {{default}}.
> It allows to highlight keywords, quoted text, sql identifiers quoted text
> (ticks for default dialect and double quotes for Hive), comments (both
> one-line and block comments), hints
--
This message was sent by Atlassian Jira
(v8.20.10#820010)