-
-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crashing on query with interface is nil, not internal.Value
#86
Comments
@colincadams Thank you for your report. Looking at the stack trace, it does not seem to matter that the query string is long 🤔 . |
Hello! Having suffered the same sort of error, I can try to help the manner out providing an equivalent of the query I had used:
I have made multiple attempts at adjusting the query, especially with regard to the windowing function. I had used unnamed windows (like in the example above) as well as named ones, tried defining the The query is being passed into the emulator being read from an @goccy FYI |
@szymon-blaszczyk-db @goccy I've identified the root cause of this to #140 and opened a fix in #141 |
This will be fixed with #169 |
I am using https://github.com/goccy/bigquery-emulator for some tests and it is crashing on a large query I'm sending it. It looks like it has something to do with how it is parsing the partition in the window clause?
I'm using the latest version of the emulator (v0.2.12) which looks to be using v0.13.3 of this repo. I've pasted the stack trace below, if it isn't clear enough from this alone, I can try to trim the current query down to a more minimal case that reproduces the error.
The text was updated successfully, but these errors were encountered: