Skip to content

Commit

Permalink
fix(sql_parse): Add Apache Spark to SQLGlot dialect mapping (apache#2…
Browse files Browse the repository at this point in the history
  • Loading branch information
john-bodley authored and jzhao62 committed May 16, 2024
1 parent f288dc0 commit c8446eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions superset/sql_parse.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@
"shillelagh": Dialects.SQLITE,
"snowflake": Dialects.SNOWFLAKE,
# "solr": ???
"spark": Dialects.SPARK,
"sqlite": Dialects.SQLITE,
"starrocks": Dialects.STARROCKS,
"superset": Dialects.SQLITE,
Expand Down

0 comments on commit c8446eb

Please sign in to comment.