HyukjinKwon commented on a change in pull request #35656:
URL: https://github.com/apache/spark/pull/35656#discussion_r814517495
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/errors/QueryCompilationErrors.scala
##########
@@ -1330,18 +1332,15 @@ object QueryCompilationErrors {
s"Expected: ${dataType.typeName}; Found:
${expression.dataType.typeName}")
}
- def groupAggPandasUDFUnsupportedByStreamingAggError(): Throwable = {
Review comment:
We will have to manually throw an exception of `AnalysisException` where
`groupAggPandasUDFUnsupportedByStreamingAggError` was referred.
--
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]