Dan Hansen

Results 97 comments of Dan Hansen

We will also need to cherry-pick Recidiviz/go-zetasqlite#42 in order to fix #200

I believe I've made the requested changes on this PR @goccy Let me know if there's anything else that needs to be done. I was very new to the codebase...

Hi @goccy and @totem3. I'm currently investigating how to undergo a rewrite of the windowing module. It seems like it'd be possible to achieve an exponential performance increase for complex...

This has been mostly fixed in #135, but there is still no validation on calendar dates. For example, `February 29th, 2023` is able to be parsed even though it was...

Null ordering can be added to the parser here https://github.com/goccy/go-zetasqlite/blob/main/internal/formatter.go#L1055-L1058 via `item.NullOrder()`

The growable parser stack will be released in sqlite3 3.46.

Same root cause as https://github.com/goccy/bigquery-emulator/issues/234 and https://github.com/goccy/bigquery-emulator/issues/268

Could you paste your emulator server logs with `--log-level=debug` enabled? I encountered this same issue when working on Recidiviz/bigquery-emulator#12 but it will take me a moment to recall the underlying...

I believe this is what was causing closed connections during development: https://github.com/Recidiviz/bigquery-emulator/pull/12/commits/5ba6165fe944fc7969a7a44c7a8e93f3d593b520 A call to a `Project` method which delegates to the `metadataRepo` was trying to use its own connection...

Thanks for the report! This can be merged with #152