Commit ed31674
committed
Pass dialect string (not Dialect instance) to symmetric aggregate builder
build_symmetric_aggregate_sql branches on dialect name strings like
"bigquery", "postgres", etc. Passing self._dialect_instance (a Dialect
object) would miss all branches and fall back to DuckDB SQL, producing
invalid SQL for non-DuckDB engines.1 parent f4fc785 commit ed31674
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1912 | 1912 | | |
1913 | 1913 | | |
1914 | 1914 | | |
1915 | | - | |
| 1915 | + | |
1916 | 1916 | | |
1917 | 1917 | | |
1918 | 1918 | | |
| |||
0 commit comments