cloud-fan commented on code in PR #38888:
URL: https://github.com/apache/spark/pull/38888#discussion_r1049198193
##########
sql/core/src/test/resources/sql-tests/results/postgreSQL/select_having.sql.out:
##########
@@ -149,9 +149,9 @@ org.apache.spark.sql.AnalysisException
"queryContext" : [ {
Review Comment:
The error class
```
"_LEGACY_ERROR_TEMP_2422" : {
"message" : [
"grouping expressions sequence is empty, and '<sqlExpr>' is not an
aggregate function. Wrap '<aggExprs>' in windowing function(s) or wrap
'<sqlExpr>' in first() (or first_value) if you don't care which value you get."
]
},
```
The query context becomes more accurate actually.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]