Skip to content

v0.7.36-nightly

Pre-release
Pre-release

Choose a tag to compare

@databend-bot databend-bot released this 03 May 16:00
f1b947a

What's Changed

Bug Fixes

  • chore(base): disable backtrace by default (#5127) by @sundy-li
  • fix: fix trim (#5136) by @jiahui-97

Documentation

Features

  • feat: Add scalar function humanize (#5073) by @cadl
  • feat(planner): Support TableFunction in new planner (#5135) by @leiysky
  • feat(planner): support more aggregate syntax (#5115) by @xudong963

Improvement

  • fix(backtrace): improve message when backtrace is disabled (#5141) by @sundy-li
  • improvement: add category for some functions (#4843) by @jiahui-97
  • chore(base): disable backtrace by default (#5127) by @sundy-li
  • refactor(processor): refactor insert into query for fuse engine (#5139) by @zhang2014
  • chore(query): remove some #[allow(dead_code)] (#5137) by @bohutang
  • chore(functions): snake_case name for cast function, toXX -> to_xx (#5126) by @sundy-li
  • improve(function): Specialize NumberFunction with input type (#5130) by @leiysky
  • improve(function): Specialize CastFunction with from type (#5124) by @leiysky
  • chore(QueryContext): make QueryContex as the first parameter (#5125) by @bohutang

Others

  • feat(planner): Support TableFunction in new planner (#5135) by @leiysky
  • improve(function): Specialize NumberFunction with input type (#5130) by @leiysky
  • improve(function): Specialize CastFunction with from type (#5124) by @leiysky