Skip to content

BUG: bq_table_download(api="arrow") fails with RANGE types #81

@caleb-palmer

Description

@caleb-palmer

Related to r-dbi/bigrquery#646

The bigrquery json api is able to download ranges as a character type.

bq_project_query(billing, "SELECT RANGE(DATE '2024-01-01', DATE '2025-01-01') AS Year_Range") |> 
  bq_table_download(api = "json")
Image

However, the newly-implemented arrow api fails

bq_project_query(billing, "SELECT RANGE(DATE '2024-01-01', DATE '2025-01-01') AS Year_Range") |> 
  bq_table_download(api = "arrow")
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions