Commit 51b95b5
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 3f2af1f commit 51b95b5
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1898 | 1898 | | |
1899 | 1899 | | |
1900 | 1900 | | |
1901 | | - | |
| 1901 | + | |
1902 | 1902 | | |
1903 | 1903 | | |
1904 | 1904 | | |
| |||
0 commit comments