Skip to content

Convert req_ch and req_athena to use structs/adbc #3086

@josevalim

Description

@josevalim

Recently we moved most drivers in kino_db that already relied on ADBC to use only ADBC, and no longer depend on Explorer. The exceptions are req_ch and req_athena, which still use Explorer. We have three options:

  1. Continue using Explorer
  2. Use ADBC + DuckDB with read_parquet (we probably start a database and connection on the fly)
  3. Introduce a %ReqCh.Result{} kind of structure that implements Table.Reader (so we probably decode JSON and then parse it)

Metadata

Metadata

Assignees

No one assigned

    Labels

    discussionNeeds to be discussed before moving forward

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions