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>
(cherry picked from commit 7fb7ac8bef)
This commit is contained in:
Evan Rusackas
2025-09-04 11:07:09 -07:00
committed by Joe Li
parent b51eda51ce
commit 444b98b95e
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,