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
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
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 #82 for fix.
The text was updated successfully, but these errors were encountered: