Skip to content

Commit d8c2e1a

Browse files
n-youngiffyio
andauthored
Update src/dialect/databricks.rs
Co-authored-by: Ifeanyi Ubah <ify1992@yahoo.com>
1 parent ec60720 commit d8c2e1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/dialect/databricks.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ impl Dialect for DatabricksDialect {
6565
true
6666
}
6767

68-
// See https://docs.databricks.com/en/sql/language-manual/sql-ref-syntax-qry-select-groupby.html
68+
/// See https://docs.databricks.com/en/sql/language-manual/sql-ref-syntax-qry-select-groupby.html
6969
fn supports_group_by_with_modifier(&self) -> bool {
7070
true
7171
}

0 commit comments

Comments
 (0)