Skip to content

Commit ade4082

Browse files
n-youngiffyio
andauthored
[databricks] update dialect to support grouping by with modifier (#2047)
Co-authored-by: Ifeanyi Ubah <[email protected]>
1 parent 7461d8b commit ade4082

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/dialect/databricks.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,9 @@ impl Dialect for DatabricksDialect {
6969
fn supports_nested_comments(&self) -> bool {
7070
true
7171
}
72+
73+
/// See <https://docs.databricks.com/en/sql/language-manual/sql-ref-syntax-qry-select-groupby.html>
74+
fn supports_group_by_with_modifier(&self) -> bool {
75+
true
76+
}
7277
}

0 commit comments

Comments
 (0)