[GitHub] [avro] horizonzy opened a new pull request, #2013: Fix NPE when basic type with Nullable annotation.

2022-12-14 Thread GitBox
horizonzy opened a new pull request, #2013: URL: https://github.com/apache/avro/pull/2013 ``` @Data @AllArgsConstructor @NoArgsConstructor public static class Person { String name; int age; String address; double score;

[GitHub] [avro] Jinzhengxu opened a new pull request, #2012: AVRO-3689: [lang/java/avro] Fix flaky test ‘testAnnotationMultiAvroMeta’

2022-12-14 Thread GitBox
Jinzhengxu opened a new pull request, #2012: URL: https://github.com/apache/avro/pull/2012 ## What is the purpose of the change *(For example: This pull request improves file read performance by buffering data, fixing AVRO-.)* ## Verifying this change

[jira] [Created] (AVRO-3689) Detected a flaky test 'testAnnotationMultiAvroMeta'

2022-12-14 Thread Zhengxu Jin (Jira)
Zhengxu Jin created AVRO-3689: - Summary: Detected a flaky test 'testAnnotationMultiAvroMeta' Key: AVRO-3689 URL: https://issues.apache.org/jira/browse/AVRO-3689 Project: Apache Avro Issue Type: