mosche commented on code in PR #24288:
URL: https://github.com/apache/beam/pull/24288#discussion_r1037803912
##########
runners/spark/3/src/main/java/org/apache/beam/runners/spark/structuredstreaming/translation/SparkSessionFactory.java:
##########
@@ -69,4 +133,75 @@ private static SparkSession.Builder sessionBuilder(
}
return SparkSession.builder().config(sparkConf);
}
+
+ public static class SparkKryoRegistrator implements KryoRegistrator {
Review Comment:
👍 must be accessible to Spark/Kryo, hence public
--
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]