Skip to content

Commit 354aedb

Browse files
n-youngiffyio
authored andcommitted
[databricks] update dialect to support grouping by with modifier (apache#2047)
Co-authored-by: Ifeanyi Ubah <ify1992@yahoo.com>
1 parent 3587914 commit 354aedb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/dialect/databricks.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,8 @@ impl Dialect for DatabricksDialect {
9090
true
9191
}
9292

93+
/// See <https://docs.databricks.com/en/sql/language-manual/sql-ref-syntax-qry-select-groupby.html>
94+
fn supports_group_by_with_modifier(&self) -> bool {
95+
true
96+
}
9397
}

0 commit comments

Comments
 (0)