Skip to main content
Download Databend
Latest Version: v1.2.833
v1.2.833Latest
Released a month ago. For earlier versions, please refer to GitHub.

What's Changed

Thoughtful Bug Fix 🔧

  • fix(query): fix panic if miss match empty data type by @zhang2014 in #18894

Code Refactor 🎉

  • refactor(query): experimental aggregate final with recursive spill support by @dqhl76 in #18866

Full Changelog: https://github.com/databendlabs/databend/releases/tag/v1.2.833-nightly

Download BendSQL
Latest Version: v0.32.0

What's Changed

  • feat: return Datetime for TimestampTz in python. by @youngsofun in #708
  • fix: should use schema in arrow. by @youngsofun in #709
  • refactor: split value.rs by @youngsofun in #711
  • fix: timestamp decode in nested value did not consider timezone by @youngsofun in #712
  • refactor: improve decode of timestamp by @youngsofun in #713
  • ci: fix test. by @youngsofun in #714
  • refactor: Timestamp(i64, tz) -> Timestamp(DateTime<Tz>) by @youngsofun in #715
  • feat: arrow body format support settings geometry_output_format. by @youngsofun in #716
  • feat: use jiff::Zoned in Value::Timestamp by @youngsofun in #718
  • refactor: replace chrono::Tz with jiff::tz::Timezone by @youngsofun in #719
  • chore: rm unused feature of deps by @youngsofun in #720
  • feat: clamp ts before convert to Zoned. by @youngsofun in #721
  • fix: modify TIMESTAMP_MAX. by @youngsofun in #722
  • chore: bump version to 0.32.0 by @everpcpc in #723

Full Changelog: https://github.com/databendlabs/bendsql/releases/tag/v0.32.0