sqlglot icon indicating copy to clipboard operation
sqlglot copied to clipboard

feat(snowflake)!: Annotate type for VAR_POP, VAR_SAMP, DuckDB consistency fix for VAR_SAMP

Open fivetran-kwoodbeck opened this issue 1 month ago • 0 comments

Mainly just tests for Snowflake, but in testing I noticed an inconsistency in naming on duckdb. It uses the alias of VAR_SAMP called VARIANCE. I made it consistent so it's VAR_SAMP and VAR_POP, instead of VARIANCE and VAR_POP. sqlglot/dialects/duckdb.py references a VARIANCE_POP which does not seem to exist.

fivetran-kwoodbeck avatar Dec 04 '25 20:12 fivetran-kwoodbeck