PG-incompatibility: parentheses after GROUP BY shall not be row constructor #14708
Labels
component/frontend
Protocol, parsing, binder.
help wanted
Issues that need help from contributors
no-issue-activity
priority/low
type/bug
Something isn't working
When used in SELECT list, a pair of parentheses is treated as simplified version of row constructor:
However, this shall not be the case after GROUP BY:
As of now, RisingWave reports the same error in both cases, treating parentheses same as row constructor.
The text was updated successfully, but these errors were encountered: