Skip to content

[yaml] Add examples for Spanner IO in YAML (#32288) #29378

[yaml] Add examples for Spanner IO in YAML (#32288)

[yaml] Add examples for Spanner IO in YAML (#32288) #29378

GitHub Actions / Checkstyle failed Sep 16, 2024 in 0s

Checkstyle report

4 violation(s) found

Annotations

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

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

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

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

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

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.naming.LocalVariableNameCheck

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

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

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.naming.LocalVariableNameCheck

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

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

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.naming.LocalVariableNameCheck

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