You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2021/03/03 01:27:13 UTC

[GitHub] [spark] dongjoon-hyun commented on pull request #31656: [SPARK-34548][SQL] Remove unnecessary children from Union under Distince and Deduplicate

dongjoon-hyun commented on pull request #31656:
URL: https://github.com/apache/spark/pull/31656#issuecomment-789353959


   Hi, All.
   This seems to break Scala 2.13 build. Please see the master branch and the last commit on this PR.
   
   ```
   [error] /home/runner/work/spark/spark/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/Optimizer.scala:550:25: type mismatch;
   1040
   [error]  found   : scala.collection.mutable.ArrayBuffer[org.apache.spark.sql.catalyst.plans.logical.LogicalPlan]
   1041
   [error]  required: Seq[org.apache.spark.sql.catalyst.plans.logical.LogicalPlan]
   1042
   [error]       u.copy(children = uniqueChildren)
   1043
   [error]                         ^
   1044
   [error] one error found
   1045
   [error] (catalyst / Compile / compileIncremental) Compilation failed
   1046
   [error] Total time: 177 s (02:57), completed Mar 3, 2021 1:24:01 AM
   1047
   ```


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org