gatorsmile commented on a change in pull request #24640: [SPARK-27770] [SQL]
Port AGGREGATES.sql [Part 1]
URL: https://github.com/apache/spark/pull/24640#discussion_r287014329
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/CheckAnalysis.scala
##########
@@ -109,7 +109,7 @@ trait CheckAnalysis extends PredicateHelper {
operator transformExpressionsUp {
case a: Attribute if !a.resolved =>
- val from = operator.inputSet.map(_.qualifiedName).mkString(", ")
+ val from =
operator.inputSet.toSeq.map(_.qualifiedName).mkString(", ")
Review comment:
I updated the PR description.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]