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