rangadi commented on code in PR #41037:
URL: https://github.com/apache/spark/pull/41037#discussion_r1185325633
##########
connector/connect/server/src/main/scala/org/apache/spark/sql/connect/planner/SparkConnectPlanner.scala:
##########
@@ -2466,14 +2466,16 @@ class SparkConnectPlanner(val session: SparkSession) {
case StreamingQueryManagerCommand.CommandCase.GET =>
val query = session.streams.get(command.getGet)
Review Comment:
'getGet` sounds off. May be we could rename to `get_query` (changing the
name is ok, not an incompatible change at this stage).
--
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]