[
https://issues.apache.org/jira/browse/FLINK-24527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17428046#comment-17428046
]
Martijn Visser commented on FLINK-24527:
----------------------------------------
[~chouc] Do you mean with the SQL client? Because that's already possible via
{code:sql}
set table.sql-dialect=hive;
{code}
See
https://ci.apache.org/projects/flink/flink-docs-release-1.13/docs/connectors/table/hive/hive_dialect/
> Add SqlUseDialect and UseDialectOperation
> ------------------------------------------
>
> Key: FLINK-24527
> URL: https://issues.apache.org/jira/browse/FLINK-24527
> Project: Flink
> Issue Type: Improvement
> Components: Table SQL / Planner
> Affects Versions: 1.14.0
> Reporter: chouc
> Priority: Minor
> Fix For: 1.14.1
>
>
> users have to tabEnv.getConfig().setSqlDialect(SqlDialect.HIVE) to choose
> HIVE dialect , it's maybe convenient that use `use dialect hive` or `use
> dialect default`
--
This message was sent by Atlassian Jira
(v8.3.4#803005)