v0.4.1
What's Changed
- Allow fuzzy matching on test result by @yiyun-sj in #3432
- Support asserting RETURN result column names in testing framework by @yiyun-sj in #3417
- Remove unique_ptr of value in literal expression by @andyfengHKU in #3440
- Replace const pointer with const reference in type functions by @manh9203 in #3430
- Infer test group name directly from test file path by @yiyun-sj in #3418
- Use a lockfree data structure to store page states by @benjaminwinger in #3425
- Move length function as a rewrite function by @andyfengHKU in #3442
- Remove shared_ptr of value in parameter expression by @andyfengHKU in #3443
- Optimize InMemoryHashIndex lookups by @benjaminwinger in #3378
- Add Python UDF for Primitive Types by @mxwli in #3390
- Upgrade runner to Ubuntu 24.04 by @mewim in #3445
- Support multiple query statements in e2e test framework by @yiyun-sj in #3437
New Contributors
Full Changelog: v0.4.0...v0.4.1