Skip to content

11.0.316

Latest

Choose a tag to compare

@adubovikov adubovikov released this 13 Aug 08:42
· 2 commits to homer11 since this release
046da62

What's Changed

  • fix(flightsql): encode timestamps in Arrow field units by @adubovikov in #932

FlightSQL / Grafana

  • Write DuckDB TIMESTAMP values as Arrow timestamp[us] (not nanoseconds). Grafana/Influx converting us→ns with value*1000 overflowed int64 and showed capture times as 1882.
  • time_bucket(..., timestamp) works without to_timestamp(epoch(timestamp)). Stored DuckLake data is unchanged.

Full Changelog: 11.0.315...11.0.316