Ngone51 commented on a change in pull request #31429:
URL: https://github.com/apache/spark/pull/31429#discussion_r568318892



##########
File path: 
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/Analyzer.scala
##########
@@ -1405,6 +1405,10 @@ class Analyzer(override val catalogManager: 
CatalogManager)
             if oldVersion.outputSet.intersect(conflictingAttributes).nonEmpty 
=>
           Seq((oldVersion, oldVersion.copy(output = 
output.map(_.newInstance()))))
 
+        case oldVersion @ FlatMapCoGroupsInPandas(_, _, _, output, _, _)

Review comment:
       Ah..`MapInPandas` has the same issue..I'll fix it together. Thanks!




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



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

Reply via email to