Skip to content

v0.7.51-nightly

Pre-release
Pre-release

Choose a tag to compare

@databend-bot databend-bot released this 18 May 11:41
056431b

What's Changed

Bug Fixes

  • fix(query): Fix test_query_log when RUST_BACKTRACE is not set (#5440) by @Xuanwo
  • fix(functions): make aggregate function sum/avg/min/max support null … (#5436) by @sundy-li
  • fix(data type): update arrow2 to fix array nullable write (#5429) by @b41sh

Features

  • feat(function): support date_add for new parser (#5419) by @fkuner
  • feature(format): refactor output format (#5422) by @sundy-li
  • Feature: Support DISTINCT in new planner (#5410) by @ygf11

Improvement

  • refactor(meta/config): Adapt RFC Config Backward Compatibility (#5421) by @Xuanwo
  • chore: replace for {if...} with iterator find (#5435) by @xudong963