Skip to content

v0.7.75-nightly

Pre-release
Pre-release

Choose a tag to compare

@databend-bot databend-bot released this 07 Jun 10:44
3c6f4e4

What's Changed

Bug Fixes

  • fixes(processor): fix server hang when sync work panic (#5814) by @zhang2014
  • fix: add test result file of stateless test drop all (#5818) by @dantengsky
  • fix: remove incompatible modification of chunk compression (#5817) by @dantengsky
  • hotfix: lz4raw compression of zero len buffer (#5806) by @dantengsky
  • fix(query): Fix read array(string) from fuse engine (#5792) by @b41sh

Documentation

Features

  • feature(planner): Migrate DROP USER statement to new planner (#5813) by @TCeason
  • feat(planner): support create view in new planner (#5816) by @b41sh
  • move Clickhouse HTTP handler to its own port. (#5797) by @youngsofun