Skip to content

move heartbeat processor to where it is being used (#31298) #14142

move heartbeat processor to where it is being used (#31298)

move heartbeat processor to where it is being used (#31298) #14142

GitHub Actions / Checkstyle failed Jun 28, 2024 in 0s

Checkstyle report

4 violation(s) found

Annotations

Check failure on line 1 in sdks/java/extensions/avro/src/test/java/org/apache/beam/sdk/extensions/avro/schemas/AvroSchemaTest.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.coding.PackageDeclarationCheck

Missing package declaration.

Check failure on line 1 in sdks/java/extensions/avro/src/test/java/org/apache/beam/sdk/extensions/avro/schemas/TestAvroFactory.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.coding.PackageDeclarationCheck

Missing package declaration.

Check failure on line 1 in sdks/java/extensions/avro/src/test/java/org/apache/beam/sdk/extensions/avro/coders/AvroCoderTest.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.coding.PackageDeclarationCheck

Missing package declaration.

Check failure on line 238 in sdks/java/io/kafka/src/main/java/org/apache/beam/sdk/io/kafka/ReadFromKafkaDoFn.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.naming.StaticVariableNameCheck

Name 'backlog_map' must match pattern '^[a-z][a-zA-Z0-9]*_?$'.