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 committed May 2, 2024
1 parent 513852b commit d36bccd
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 d36bccd

Please sign in to comment.