Skip to content

v0.7.108-nightly

Pre-release
Pre-release

Choose a tag to compare

@databend-bot databend-bot released this 29 Jun 16:00
2a6589a

What's Changed

Bug Fixes

Build/Testing/CI

  • [session]: fix MySQL connection close_wait or fin_wait_2 (#6341) by @ClSlaid
  • [meta/schemaapi] test: move test cases into an entry function to simplify testing for every implementation (#6326) by @drmingdrmer

Documentation

Features

Improvement

  • feat: support to configure jaeger agent endpoint for tracing on databend-query (#6340) by @ZhiHanZ
  • Improve output formats. (#6331) by @youngsofun
  • query(join): improve semi/anti join with other conjuncts[~17x] (#6336) by @sundy-li
  • [meta/schemaapi] test: move test cases into an entry function to simplify testing for every implementation (#6326) by @drmingdrmer
  • Migrate DROP FUNCTION to new planner (#6327) by @Xuanwo
  • [meta/schemaapi] refactor: introduce trait AsKVApi to upcast a SchemaApi to KVApi when a test needs both SchemaApi and KVApi (#6320) by @drmingdrmer
  • Migrate alter function (#6319) by @Xuanwo
  • [meta/schema] refactor: add debug tracing log for every schema api (#6311) by @drmingdrmer
  • chore(tests): Add tests for pr #6300 (#6307) by @sundy-li