Dan Hansen

Results 97 comments of Dan Hansen

This is related to #265 I've fixed the TO_JSON() for the `TimestampValue` in this PR https://github.com/goccy/go-zetasqlite/pull/111/files#diff-a710e43b641c24f0f092d550d22fd984a9f09c62b7b4b8e41db3144c0217f592R2105-R2108

@Jantalus I'm guessing you're running into the long-running compilation process of the ZetaSQL bindings. See this note in the `README.md` https://github.com/goccy/bigquery-emulator?tab=readme-ov-file#install

Hi @totem3, thanks for triaging this issue. We have addressed it with a PR at goccy/go-zetasqlite#112

This can be closed now that goccy/go-zetasqlite#112 has been merged.

Hi @jduan-highnote, we are seeing a similar issue when running our tests, too. It seems likely that the Python client library is retrying the request as the emulator times out....

@goccy @totem3 We are also seeing this in our usage of the emulator. I've diagnosed our use case to be due to the HTTP request being closed. @jduan-highnote Are the...

It seems that ZetaSQL allows us to specify query parameter types in the `AnalyzerOptions`, so the crux here does seem to be that we don't have an interface to pass...

Hi @Kulkarnionkar2007. I accidentally made a duplicate of this issue at #262 and have implemented a fix at #263.

Thank you for your exploration! #278 addresses this by adding an HTTPS endpoint to the emulator. @adilev26 My understanding is that a valid GCP OAuth configuration must be specified as...

This would also be useful for us. My understanding is that this is a limitation of the JDBC driver. I've filed a ticket with Google here- https://issuetracker.google.com/issues/328026886