What's Changed
- feat: upgrade substrait to v0.89.0 by @andrew-coleman in #176
- fix: re-enable some TPCDS tests by @andrew-coleman in #177
- feat: add support for != comparison in join by @andrew-coleman in #179
- feat: implement COALESCE by @andrew-coleman in #180
- feat: support RIGHT SEMI join type by @andrew-coleman in #181
- feat: implement grouping sets by @andrew-coleman in #178
- feat: add support for Window relation by @andrew-coleman in #182
- feat: implement standalone distinct operation by @andrew-coleman in #184
- feat: enable expressions in GROUP BY by @andrew-coleman in #186
- feat: add support for MARK join by @andrew-coleman in #187
- feat: implement grouping function by @andrew-coleman in #185
- Fix column mismatch by @thgschwind in #195
- feat: support multi-component namedTable.names for attached database resolution by @thgschwind in #189
- Fix schema mismatch crash by @thgschwind in #191
- fix: column names lost in pass-through projections by @thgschwind in #198
- fix: operator type vectors stale/inconsistent with actual column bindings by @thgschwind in #200
- feat: added support for deprecated types Timestamp, Time, and TimestampTZ by @thgschwind in #193
- Update to DuckDB v1.5.4 by @EpsilonPrime in #202
New Contributors
- @achille-roussel made their first contribution in #160
- @andrew-coleman made their first contribution in #167
- @thgschwind made their first contribution in #195