Sergey Nuyanzin created FLINK-32752:
---------------------------------------
Summary: 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
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
--
This message was sent by Atlassian Jira
(v8.20.10#820010)