itholic commented on a change in pull request #35656:
URL: https://github.com/apache/spark/pull/35656#discussion_r814437267
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/errors/QueryCompilationErrors.scala
##########
@@ -198,7 +198,9 @@ object QueryCompilationErrors {
}
def pandasUDFAggregateNotSupportedInPivotError(): Throwable = {
- new AnalysisException("Pandas UDF aggregate expressions are currently not
supported in pivot.")
Review comment:
This message is changed from `"Pandas UDF aggregate expressions are
currently not supported in pivot."` to `"Pivot does not support Pandas UDF
aggregate expressions."` as suggested in [Error Message
Guidelines](https://spark.apache.org/error-message-guidelines.html).
--
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]