This is an automated email from the ASF dual-hosted git repository.
iemejia pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/avro.git
from 87212a6d47 AVRO-4241: [Java] Bound zero-byte collection elements per
datum, not per collection (#3927)
new cff8d11d0d AVRO-4332: [java] Add support for enum default values in
IDL serialization
new 326950f40c AVRO-4332: [java] Enable and fix the dormant IdlUtils tests
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../main/java/org/apache/avro/idl/IdlUtils.java | 9 ++-
.../idl/{IdlUtilsTest.java => TestIdlUtils.java} | 75 +++++++++++++++++++---
.../avro/idl/idl_utils_test_enum_default.avdl | 10 +++
.../{util => idl}/idl_utils_test_protocol.avdl | 6 +-
.../org/apache/avro/idl/idl_utils_test_schema.avdl | 35 ++++++++++
.../apache/avro/util/idl_utils_test_schema.avdl | 35 ----------
6 files changed, 121 insertions(+), 49 deletions(-)
rename lang/java/idl/src/test/java/org/apache/avro/idl/{IdlUtilsTest.java =>
TestIdlUtils.java} (67%)
create mode 100644
lang/java/idl/src/test/resources/org/apache/avro/idl/idl_utils_test_enum_default.avdl
rename lang/java/idl/src/test/resources/org/apache/avro/{util =>
idl}/idl_utils_test_protocol.avdl (90%)
create mode 100644
lang/java/idl/src/test/resources/org/apache/avro/idl/idl_utils_test_schema.avdl
delete mode 100644
lang/java/idl/src/test/resources/org/apache/avro/util/idl_utils_test_schema.avdl