viirya commented on a change in pull request #29485:
URL: https://github.com/apache/spark/pull/29485#discussion_r477035023
##########
File path:
sql/core/src/main/scala/org/apache/spark/sql/execution/RemoveRedundantProjects.scala
##########
@@ -85,14 +84,19 @@ case class RemoveRedundantProjects(conf: SQLConf) extends
Rule[SparkPlan] {
// to convert the rows to UnsafeRow. See DataSourceV2Strategy for more
details.
case d: DataSourceV2ScanExecBase if !d.supportsColumnar => false
case _ =>
+ def semanticEquals(exprs1: Seq[Expression], exprs2: Seq[Expression]):
Boolean = {
Review comment:
Maybe also a comment here?
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]