Skip to content

v0.7.55-nightly

Pre-release
Pre-release

Choose a tag to compare

@databend-bot databend-bot released this 20 May 16:00
5ed5323

What's Changed

Bug Fixes

  • fixes(processor): fix server hang when parallel execute query (#5482) by @zhang2014
  • fix(httphandler): req should return as soon as results is exhausted. (#5462) by @youngsofun

Build/Testing/CI

  • ci: Add issues labeled A-storage into storage project (#5486) by @Xuanwo
  • feat(function): Support compare variant with other data types (#5463) by @b41sh

Documentation

Features

  • feat(table statistics): add statistics to TableMeta (#5476) by @dantengsky
  • chore: Towards the next nightly (#5478) by @Xuanwo
  • feat(fuse): add system$clustering_information function (#5426) by @zhyass
  • feat(function): Support compare variant with other data types (#5463) by @b41sh

Improvement

  • chore(parser): delete redundancy reserved function token (#5490) by @fkuner
  • chore(datavalues): replace todos with ErrorCode (#5475) by @sundy-li

Others