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
…4940)
fixes: #4939
Change to SQL syntax to not allow GROUP BY and PARTITION BY on boolean expressions. Only value expressions will be allowed.
Co-authored-by: Andy Coates <[email protected]>
The ksqlDB syntax allows boolean expressions in GROUP BY and PARTITION BY clauses:
However, though these parse they result in exceptions during code generation.
The text was updated successfully, but these errors were encountered: