Skip to content

v0.7.145-nightly

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 28 Jul 16:02
48ff572

What's Changed

Exciting New Features ✨

Thoughtful Bug Fix 🔧

  • fix(expr): don't expand null scalar to column by @andylokandy in #6834
  • fix(planner): count aggregation function in subquery by @xudong963 in #6866
  • fix(planner): Validate arguments number of functions by @leiysky in #6875
  • fix(planner): Fix mistake using try_cast for cast by @leiysky in #6879

Code Refactor 🎉

  • refactor(expr): move some methods from ArgType to ValueType by @andylokandy in #6856
  • refactor(query): rename HttpQueryRequest::session_state to session by @youngsofun in #6871
  • refactor(expr): add NullableColumn and NullableColumnBuilder by @andylokandy in #6867

Build/Testing/CI Infra Changes 🔌

Documentation 📔

Full Changelog: v0.7.144-nightly...v0.7.145-nightly