hmit commented on code in PR #3354:
URL: https://github.com/apache/avro/pull/3354#discussion_r2139137316


##########
lang/java/ipc/src/test/java/org/apache/avro/TestDataFileSpecific.java:
##########
@@ -70,4 +72,35 @@ void specificDatumReaderDefaultCtor() throws IOException {
     }
   }
 
+  @Test
+  public void testUnionWithLogicalType() throws IOException {
+    File file = new File(DIR.getPath(), 
"testSpecificDatumReaderDefaultCtorWithOptionalLogicalType");
+    Schema s1 = new 
Schema.Parser().parse("{\"type\":\"record\",\"name\":\"Bar\",\"namespace\":\"foo\","

Review Comment:
   Good point, I addressed it in this update.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to