viirya commented on a change in pull request #24675: [SPARK-27803][SQL][PYTHON]
Fix column pruning for Python UDF
URL: https://github.com/apache/spark/pull/24675#discussion_r286786053
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/logical/pythonLogicalOperators.scala
##########
@@ -38,3 +38,30 @@ case class FlatMapGroupsInPandas(
*/
override val producedAttributes = AttributeSet(output)
}
+
+trait BaseEvalPython extends UnaryNode {
Review comment:
Is `producedAttributes` missing from this? Previously, `BatchEvalPython` and
`ArrowEvalPython` have it defined.
----------------------------------------------------------------
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]