jaceklaskowski commented on code in PR #52538:
URL: https://github.com/apache/spark/pull/52538#discussion_r2496238406
##########
sql/connect/server/src/main/scala/org/apache/spark/sql/connect/pipelines/PipelinesHandler.scala:
##########
@@ -285,22 +289,21 @@ private[connect] object PipelinesHandler extends Logging {
val rawDestinationIdentifier = GraphIdentifierManager
.parseTableIdentifier(name = flow.getTargetDatasetName, spark =
sessionHolder.session)
- val flowWritesToView =
- graphElementRegistry
- .getViews()
+ val isFlowWriteToView =
Review Comment:
Wanted to indicate that it's a predicate (that's why it starts with `is`
prefix), but that's where my imagination stopped. Gonna take it out to have the
other changes merged.
--
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]