This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch 
gh-readonly-queue/main/pr-2047-7461d8bd02701de55960851c531c1b5326a737c9
in repository https://gitbox.apache.org/repos/asf/datafusion-sqlparser-rs.git

commit ade40826563451cc14c130af9d689f4050dbdb15
Author: nick young <[email protected]>
AuthorDate: Fri Oct 3 23:35:09 2025 -0700

    [databricks] update dialect to support grouping by with modifier (#2047)
    
    Co-authored-by: Ifeanyi Ubah <[email protected]>
---
 src/dialect/databricks.rs | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/dialect/databricks.rs b/src/dialect/databricks.rs
index 4bb8c8d5..c5d5f974 100644
--- a/src/dialect/databricks.rs
+++ b/src/dialect/databricks.rs
@@ -69,4 +69,9 @@ impl Dialect for DatabricksDialect {
     fn supports_nested_comments(&self) -> bool {
         true
     }
+
+    /// See 
<https://docs.databricks.com/en/sql/language-manual/sql-ref-syntax-qry-select-groupby.html>
+    fn supports_group_by_with_modifier(&self) -> bool {
+        true
+    }
 }


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to