Skip to content

Commit 2de82ca

Browse files
authored
Revert "Enable GROUP BY exp for Snowflake dialect (apache#1683)"
This reverts commit c1b052c.
1 parent 47c545e commit 2de82ca

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/dialect/snowflake.rs

-5
Original file line numberDiff line numberDiff line change
@@ -305,11 +305,6 @@ impl Dialect for SnowflakeDialect {
305305
fn supports_timestamp_versioning(&self) -> bool {
306306
true
307307
}
308-
309-
/// See: <https://docs.snowflake.com/en/sql-reference/constructs/group-by>
310-
fn supports_group_by_expr(&self) -> bool {
311-
true
312-
}
313308
}
314309

315310
fn parse_file_staging_command(kw: Keyword, parser: &mut Parser) -> Result<Statement, ParserError> {

0 commit comments

Comments
 (0)