v0.7.32-nightly
Pre-release
Pre-release
What's Changed
Bug Fixes
- fix doc parser (#5088) by @jiahui-97
- hotfix(build): Revert "feat: add "instal_pgk thrift" to dev_setup.sh" (#5085) by @dantengsky
- chore(query): manually drop the aggregate states to avoid memory leak (#5056) by @sundy-li
Build/Testing/CI
- hotfix(build): Revert "feat: add "instal_pgk thrift" to dev_setup.sh" (#5085) by @dantengsky
- build(dev_setup): add "install_pgk thrift" to dev_setup.sh (#5081) by @dantengsky
Documentation
Features
- feat(planner): implement aggregate operator in new planner framework (#5027) by @xudong963
- Feature: add leave node API (#5069) by @lichuang
Improvement
- feat(plan): add enum-dispatch support to BasePlan to avoid downcast_ref (#5077) by @sundy-li
- feat: using enum_dispatch to represent data_type(DataTypePtr -> DataTypeImpl) (#5063) by @PsiACE
Others
- feat(httphandler): remove backtrace from response and log it. (#5082) by @youngsofun