mirror of
https://github.com/apache/superset.git
synced 2026-04-23 18:14:56 +00:00
fix(sql): Add Impala dialect support to sqlglot parser (#34662)
Co-authored-by: Claude <noreply@anthropic.com> Co-authored-by: Joe Li <joe@preset.io>
This commit is contained in:
@@ -81,7 +81,7 @@ SQLGLOT_DIALECTS = {
|
||||
"hana": Dialects.POSTGRES,
|
||||
"hive": Dialects.HIVE,
|
||||
# "ibmi": ???
|
||||
# "impala": ???
|
||||
"impala": Dialects.HIVE,
|
||||
# "kustosql": ???
|
||||
# "kylin": ???
|
||||
"mariadb": Dialects.MYSQL,
|
||||
|
||||
Reference in New Issue
Block a user