AnishMahto commented on code in PR #51344:
URL: https://github.com/apache/spark/pull/51344#discussion_r2395424668
##########
sql/pipelines/src/main/scala/org/apache/spark/sql/pipelines/graph/FlowAnalysisContext.scala:
##########
@@ -46,7 +46,8 @@ private[pipelines] case class FlowAnalysisContext(
shouldLowerCaseNames: Boolean = false,
analysisWarnings: mutable.Buffer[AnalysisWarning] = new
ListBuffer[AnalysisWarning],
spark: SparkSession,
- externalInputs: mutable.HashSet[TableIdentifier] = mutable.HashSet.empty
+ externalInputs: mutable.HashSet[TableIdentifier] = mutable.HashSet.empty,
+ queryOrigin: QueryOrigin
Review Comment:
Yeah good point, I'm not actually using it anywhere. We don't need to attach
the query origin to the flow analysis context given that we're already
attaching it to the flow object itself. Removed.
--
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]