Skip to content

v0.7.32-nightly

Pre-release
Pre-release

Choose a tag to compare

@databend-bot databend-bot released this 28 Apr 16:00
190f2f9

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

  • chore(doc): Better title for metasrv and add backup/restore using mydumper (#5078) by @bohutang

Features

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

Performance Improvement

  • feat: using enum_dispatch to represent data_type(DataTypePtr -> DataTypeImpl) (#5063) by @PsiACE