NEWS
bigrquerystorage 1.2.1 (2024-10-17)
- Increment
nanoarrow
version requirement.
bigrquerystorage 1.2.0 (2024-10-01)
- Now uses nanoarrow instead of arrow. This lightens the dependency chain quite a bit (@hadleywickham).
- Deprecated
use_tibble
in bqs_table_download
, always convert to tibble from the new nanoarrow stream reader.
- Convert BigQuery SQL types BYTES, GEOGRAPHY to blob, wk_wkt
- Set timezone of BigQuery SQL type DATETIME to UTC
- Fix nested list parse post processing.
- Fix returning more rows than actual rows in source table when n_max > nrows.
- Drop DBI methods.
bigrquerystorage 1.1.0 (2024-04-03)
- Fix n_max truncation and check for interrupt every 100 messages.
bigrquerystorage 1.0.0 (2023-12-21)