databend
databend copied to clipboard
Tracking: http handler support arrow format for data
server:
- [x] return arrow body when
ACCEPTarrow - [x] return settings timezone to interpreter timestamps.
- https://github.com/databendlabs/databend/pull/18936
- https://github.com/databendlabs/databend/pull/18952
- [x] return settings
geometry_output_formathttps://github.com/databendlabs/databend/pull/18963
bendsql
- [x] handler arrow body & handler timestamps properly https://github.com/databendlabs/bendsql/pull/703
- [x] fix TimestampTZ https://github.com/databendlabs/bendsql/pull/715
- [x] support geo type https://github.com/databendlabs/bendsql/pull/716
- [ ] ttc-rust with arrow (adjust formats of Value to String)
- [ ] stateful/stateless/nox bendsql cli
- [x] nox test with bensql py