jaceklaskowski commented on code in PR #52538:
URL: https://github.com/apache/spark/pull/52538#discussion_r2445906292
##########
sql/pipelines/src/main/scala/org/apache/spark/sql/pipelines/graph/Flow.scala:
##########
@@ -149,8 +149,10 @@ trait ResolutionCompletedFlow extends Flow {
}
/** A [[Flow]] whose flow function has failed to resolve. */
-class ResolutionFailedFlow(val flow: UnresolvedFlow, val funcResult:
FlowFunctionResult)
- extends ResolutionCompletedFlow {
+class ResolutionFailedFlow(
Review Comment:
I believe so (but I've been with Python too much lately, and could be
mistaken) 🤷
I've got the impression from the other parts of Spark that it's preferred.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]