xueluo created FLINK-22762: ------------------------------ Summary: 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: API / Core Affects Versions: 1.13.0 Environment: flink 1.13
hive 3.12 Reporter: xueluo 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)