echauchot commented on code in PR #24862:
URL: https://github.com/apache/beam/pull/24862#discussion_r1067975868
##########
runners/spark/3/src/main/java/org/apache/beam/runners/spark/structuredstreaming/translation/SparkSessionFactory.java:
##########
@@ -87,6 +96,24 @@ public class SparkSessionFactory {
private static final Logger LOG =
LoggerFactory.getLogger(SparkSessionFactory.class);
+ // Patterns to exclude local JRE and certain artifact (groups) in Maven and
Gradle cache.
+ private static final Collection<String> SPARK_JAR_EXCLUDES =
Review Comment:
Ok. I see other instances of statically listing classes and artifacts for
exclusion in beam code so fair enough.
--
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]