You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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 #82 for fix.
The text was updated successfully, but these errors were encountered: