Hisoka-X commented on code in PR #42276:
URL: https://github.com/apache/spark/pull/42276#discussion_r1281352199
##########
common/utils/src/main/resources/error/error-classes.json:
##########
@@ -2952,7 +2952,7 @@
},
"LATERAL_COLUMN_ALIAS_IN_AGGREGATE_WITH_WINDOW_AND_HAVING" : {
"message" : [
- "Referencing lateral column alias <lca> in the aggregate query both
with window expressions and with having clause. Please rewrite the aggregate
query by removing the having clause or removing lateral alias reference in the
SELECT list."
+ "Referencing lateral column alias <lca> in the query both with
window expressions and with having clause. Please rewrite the aggregate query
by removing the having clause or removing lateral alias reference in the SELECT
list that has the window expression and retry."
Review Comment:
Please follow
https://github.com/apache/spark/blob/ca274fe15cf9f621394759339b6c8d826692d1a1/core/src/test/scala/org/apache/spark/SparkThrowableSuite.scala#L51C1-L56C1
to regenerate doc.
--
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]