v2024.9.18
·
319 commits
to main
since this release
What's Changed
๐ฅ Breaking Changes
๐ Features
๐ Bug Fixes
- lang (fix): Resolve return types of generic functions by @xerial in #618
- lang (fix #52): Properly resolve model types with aggregations by @xerial in #622
- lang (fix): Resolve nested inline functions by @xerial in #624
- lang (fix): Properly resolve projected column types by @xerial in #625
- lang (fix): Preserve window function in the expression by @xerial in #628
- lang (fix): Preserve backquoted identifiers after resolving types by @xerial in #629
๐ Internal Updates
- lang (internal): Add ContextLogMethod by @xerial in #616
- lang (internal): Omit the input relation type from LogicalPlan string by @xerial in #619
- internal: Auto-label breaking change PRs by @xerial in #623
Full Changelog: v2024.9.17...v2024.9.18