You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Martijn Visser (Jira)" <ji...@apache.org> on 2021/10/13 06:59:00 UTC

[jira] [Commented] (FLINK-24527) Add SqlUseDialect and UseDialectOperation

    [ 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)