From 762e50a58459804e029270e1a74c26e148ab8fb6 Mon Sep 17 00:00:00 2001 From: Uttam Kumar Date: Tue, 12 Mar 2024 18:04:14 -0700 Subject: [PATCH] test update --- .../src/main/avro/vs111/TestCollections.avsc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/avro-builder/tests/codegen-111/src/main/avro/vs111/TestCollections.avsc b/avro-builder/tests/codegen-111/src/main/avro/vs111/TestCollections.avsc index ebbb6de3..31d8bf28 100644 --- a/avro-builder/tests/codegen-111/src/main/avro/vs111/TestCollections.avsc +++ b/avro-builder/tests/codegen-111/src/main/avro/vs111/TestCollections.avsc @@ -79,6 +79,16 @@ "type": "array", "items": "int" } + }, + { + "name": "unionOfIntMap", + "type": [ + "null", + { + "type": "map", + "values": "int" + } + ] } ], "type": "record"