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

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

    [ https://issues.apache.org/jira/browse/FLINK-24527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17428062#comment-17428062 ] 

chouc edited comment on FLINK-24527 at 10/13/21, 7:54 AM:
----------------------------------------------------------

[~MartijnVisser]  not in SQL client.

I can only use tabEnv.getConfig().setSqlDialect(SqlDialect.HIVE) to choose HIVE dialect shift default dialect and hive dialect  when i use sql to implements some feature in flink application. 

And SetOperation can't be execute by tabEnv,SetOperation works for sql client at present.


was (Author: chouc):
not in SQL client.

I can only use tabEnv.getConfig().setSqlDialect(SqlDialect.HIVE) to choose HIVE dialect shift default dialect and hive dialect  when i use sql to implements some feature in flink application. 

And SetOperation can't be execute by tabEnv,SetOperation works for sql client at present.

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