LuciferYang commented on code in PR #45811:
URL: https://github.com/apache/spark/pull/45811#discussion_r1547169054
##########
sql/core/src/main/scala/org/apache/spark/sql/RelationalGroupedDataset.scala:
##########
@@ -58,10 +58,12 @@ class RelationalGroupedDataset protected[sql](
import RelationalGroupedDataset._
private[this] def toDF(aggExprs: Seq[Expression]): DataFrame = {
+ @scala.annotation.nowarn("cat=deprecation")
Review Comment:
Need to suppress the use of `Stream`
--
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]