chore: use mysql dialect for Pinot (#33848)

This commit is contained in:
Beto Dealmeida
2025-06-20 12:11:42 -07:00
committed by GitHub
parent 404f7c1043
commit 2cc1ef88c8

View File

@@ -85,7 +85,7 @@ SQLGLOT_DIALECTS = {
# "odelasticsearch": ???
"oracle": Dialects.ORACLE,
"parseable": Dialects.POSTGRES,
# "pinot": ???
"pinot": Dialects.MYSQL,
"postgresql": Dialects.POSTGRES,
"presto": Dialects.PRESTO,
"pydoris": Dialects.DORIS,