Skip to content

v0.7.48-nightly

Pre-release
Pre-release

Choose a tag to compare

@databend-bot databend-bot released this 15 May 13:09
ca633a5

What's Changed

Bug Fixes

  • [meta] fix: query enables embedded meta only when meta.address is configured to be empty. Do not check endponit. Some user does not have endpoints in their old config (#5388) by @drmingdrmer
  • fixes(format): fixes incorrect rows size for csv stream load (#5383) by @zhang2014
  • bugfix(parser): t.a should be a column ref (#5370) by @andylokandy

Documentation

Features

  • feat(function): change retention return type from Variant to Array (#5302) by @fkuner
  • Feature: add more metrics in metasrv (#5376) by @lichuang
  • feat(function): Support connection_id function (#5381) by @b41sh

Others