This is an automated email from the ASF dual-hosted git repository.

beto pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 2cc1ef88c8 chore: use mysql dialect for Pinot (#33848)
2cc1ef88c8 is described below

commit 2cc1ef88c894dccaf16a26246832a59ed3ec8717
Author: Beto Dealmeida <[email protected]>
AuthorDate: Fri Jun 20 12:11:42 2025 -0700

    chore: use mysql dialect for Pinot (#33848)
---
 superset/sql/parse.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/superset/sql/parse.py b/superset/sql/parse.py
index f2fd5474b5..0d53d47d51 100644
--- a/superset/sql/parse.py
+++ b/superset/sql/parse.py
@@ -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,

Reply via email to