What's Changed
- fix(flightsql): encode timestamps in Arrow field units by @adubovikov in #932
FlightSQL / Grafana
- Write DuckDB
TIMESTAMPvalues as Arrowtimestamp[us](not nanoseconds). Grafana/Influx converting us→ns withvalue*1000overflowed int64 and showed capture times as 1882. time_bucket(..., timestamp)works withoutto_timestamp(epoch(timestamp)). Stored DuckLake data is unchanged.
Full Changelog: 11.0.315...11.0.316