v25.5.13
What's Changed
- chore: Add
TableTypeenum for bind tables instead of a star expandable bool by @scsmithr in #3864 - fix: Don't implicitly use metadata columns in NATURAL joins by @scsmithr in #3870
- chore(deps): Bump deps by @scsmithr in #3871
- chore: Remove separate waker structs by @scsmithr in #3872
- fix: Explicitly compare num csv fields with expected by @scsmithr in #3873
- chore: Rework task state to avoid executing completed pipelines by @scsmithr in #3875
- chore: SF100 by @scsmithr in #3863
- feat:
approx_quantileaggregate function by @scsmithr in #3878 - feat: implement split_part function following PostgreSQL semantics by @devin-ai-integration in #3880
- fix: Sample columns across batches when computing table widths by @scsmithr in #3882
- Implement replace string function by @devin-ai-integration in #3883
- feat: implement translate string function by @devin-ai-integration in #3884
- fix: Check completed bool when looping execute by @scsmithr in #3885
- feat: implement md5(text) function for computing MD5 hashes by @devin-ai-integration in #3886
- feat: POSITION expr syntax by @scsmithr in #3887
Full Changelog: v25.5.12...v25.5.13