Skip to content

AVRO-4169 fix bug with custom encoder

3af1a89
Select commit
Loading
Failed to load commit list.
Merged

Avro-4169: [java] custom encoder bug #3440

AVRO-4169 fix bug with custom encoder
3af1a89
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL completed Jul 31, 2025 in 4s

3 configurations not found

Warning: Code scanning cannot determine the alerts introduced by this pull request, because 3 configurations present on refs/heads/main were not found:

Actions workflow (codeql-py-analysis.yml)

  • ❓  .github/workflows/codeql-py-analysis.yml:analyze/language:python

Actions workflow (codeql-js-analysis.yml)

  • ❓  .github/workflows/codeql-js-analysis.yml:analyze/language:javascript

Actions workflow (codeql-csharp-analysis.yml)

  • ❓  .github/workflows/codeql-csharp-analysis.yml:analyze/language:csharp

View all branch alerts.

Annotations

Check notice on line 138 in lang/java/avro/src/test/java/org/apache/avro/reflect/TestAvroEncode.java

See this annotation in the file changed.

Code scanning / CodeQL

Missing catch of NumberFormatException Note test

Potential uncaught 'java.lang.NumberFormatException'.