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:
Evan Rusackas
2025-09-04 11:07:09 -07:00
committed by GitHub
parent 569a7b33a5
commit 7fb7ac8bef
3 changed files with 94 additions and 1 deletions

View File

@@ -81,7 +81,7 @@ SQLGLOT_DIALECTS = {
"hana": Dialects.POSTGRES,
"hive": Dialects.HIVE,
# "ibmi": ???
# "impala": ???
"impala": Dialects.HIVE,
# "kustosql": ???
# "kylin": ???
"mariadb": Dialects.MYSQL,