[
https://issues.apache.org/jira/browse/FLINK-22762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jark Wu updated FLINK-22762:
----------------------------
Component/s: (was: API / Core)
Connectors / Hive
> cannot use set table.sql-dialect=hive;
> ---------------------------------------
>
> Key: FLINK-22762
> URL: https://issues.apache.org/jira/browse/FLINK-22762
> Project: Flink
> Issue Type: Bug
> Components: Connectors / Hive
> Affects Versions: 1.13.0
> Environment: flink 1.13
> hive 3.12
> Reporter: xueluo
> Priority: Major
> Attachments: image-2021-05-25-10-11-49-944.png,
> image-2021-05-25-10-14-22-111.png
>
>
> sh sql-client.sh
> *CREATE CATALOG* myhive *WITH* (
> 'type' *=* 'hive',
> 'default-database' = 'default',
> 'hive-conf-dir' = '/data/hive/conf/'
> );
>
> USE CATALOG myhive;
> set table.sql-dialect=hive;
> then
> show tables; or any command error
> !image-2021-05-25-10-14-22-111.png!
--
This message was sent by Atlassian Jira
(v8.3.4#803005)