windowFrame is not optional in Java Client
Open
- Dominant language
- C++
- Stars
- 2.6k
- Forks
- 260
- PR merge metrics
- No merged PRs in 30d
Description
windowFrame in ResolvedAnalyticFunctionCall can be NULL and should thus be optional.
Expected resulted: We can set windowFrame as NULL
Current result: We get an error 'windowFrame needs to be set' when we create an ResolvedAnalyticFunctionCall object
See https://github.com/google/zetasql/pull/82 for fix.
Contributor guide
Assessment
This issue has not been assessed yet.