databend icon indicating copy to clipboard operation
databend copied to clipboard

Tracking: http handler support arrow format for data

Open youngsofun opened this issue 1 month ago • 0 comments

server:

  • [x] return arrow body when ACCEPT arrow
  • [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_format https://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

youngsofun avatar Nov 11 '25 15:11 youngsofun