Skip to content

Commit

Permalink
Add test to check anonymous type is preserved if not agg
Browse files Browse the repository at this point in the history
  • Loading branch information
georgesittas committed Apr 25, 2024
1 parent ce7d893 commit 071bd42
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/dialects/test_clickhouse.py
Expand Up @@ -854,3 +854,5 @@ def extract_agg_func(query):
),
exp.CombinedParameterizedAgg,
)

parse_one("foobar(x)").assert_is(exp.Anonymous)

0 comments on commit 071bd42

Please sign in to comment.