Dan Hansen

Results 97 comments of Dan Hansen

3.48.0 is out now. It dropped support for the user authentication module, so this package will need to remove support for it. https://github.com/sqlite/sqlite/commit/bc4df6079c654b52786de49d7ad17ca30ac9822b cc @mattn

An alternative implementation could be to use context keys, like I did with #207, which makes it a bit more straightforward.

At a higher-level, do you think the translation from BigQuery parameter types to ZetaSQL types belongs in the `go-zetasqlite` repository, or the `bigquery-emulator` repository? @goccy

This is fixed in the [Recidiviz/bigquery-emulator fork](https://github.com/Recidiviz/bigquery-emulator). I addressed it part of Recidiviz/go-zetasqlite#53. The zetasqlite formatter was rewritten to use object-based query building, so we no longer need to do...

A fix for using reserved keywords as struct keys has been implemented and released in the Recidiviz fork of the emulator https://github.com/Recidiviz/bigquery-emulator/releases/tag/v0.6.6-recidiviz.0

I've implemented a fix for the SerializedRecordBatch message in the Recidiviz fork of the emulator https://github.com/Recidiviz/bigquery-emulator/releases/tag/v0.6.6-recidiviz.0

Yes, you're correct in that this is related to those issues! @coreyp1 put together a patch based off of my team's original PR here: https://github.com/goccy/go-zetasqlite/pull/111 I'll revisit this issue soon.

This was fixed and released in the Recidiviz fork of the emulator `v0.6.6-recidiviz.1` https://github.com/Recidiviz/bigquery-emulator/releases/tag/v0.6.6-recidiviz.1

Hi @pavelfomin! This looks like a duplicate of #183. We recently merged and released a fix to our fork (Recidiviz/bigquery-emulator#35). Do you want to try the image `ghcr.io/recidiviz/bigquery-emulator:0.4.4-recidiviz.26`? We will...

I've implemented and released a fix for the Arrow array serialization panic in the Recidiviz fork of the emulator https://github.com/Recidiviz/bigquery-emulator/releases/tag/v0.6.6-recidiviz.0