Skip to content

Batch optimized translation for Spark Runner #2301

Batch optimized translation for Spark Runner

Batch optimized translation for Spark Runner #2301

GitHub Actions / Checkstyle failed Dec 13, 2024 in 0s

Checkstyle report

4 violation(s) found

Annotations

Check failure on line 20 in sdks/java/io/solace/src/main/java/org/apache/beam/sdk/io/solace/broker/SessionService.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

ForbidNonVendoredGuava

You are using raw guava, please use vendored guava classes.

Check failure on line 26 in sdks/java/io/solace/src/main/java/org/apache/beam/sdk/io/solace/broker/SessionService.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck

Unused import: org.apache.beam.sdk.io.solace.data.Solace.PublishResult.

Check failure on line 1031 in sdks/java/io/solace/src/main/java/org/apache/beam/sdk/io/solace/SolaceIO.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck

First sentence should end with a period.

Check failure on line 24 in sdks/java/io/solace/src/main/java/org/apache/beam/sdk/io/solace/write/UnboundedBatchedSolaceWriter.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

ForbidNonVendoredGuava

You are using raw guava, please use vendored guava classes.