mosche commented on code in PR #24810:
URL: https://github.com/apache/beam/pull/24810#discussion_r1060455934
##########
runners/spark/3/src/main/java/org/apache/beam/runners/spark/structuredstreaming/SparkStructuredStreamingRunner.java:
##########
@@ -222,7 +225,7 @@ private static Future<?> runAsync(Runnable task) {
return future;
}
- private static @Nullable Runnable stopSparkSession(SparkSession session,
boolean isProvided) {
+ private static @Nullable Runnable sparkStopFun(SparkSession session, boolean
isProvided) {
Review Comment:
`Function`, I'll rename to `sparkStopFn` 👍
--
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]