You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@avro.apache.org by GitBox <gi...@apache.org> on 2022/06/18 19:03:16 UTC

[GitHub] [avro] im-pratham commented on a diff in pull request #1721: AVRO-3536: Inherit conversions for Union type

im-pratham commented on code in PR #1721:
URL: https://github.com/apache/avro/pull/1721#discussion_r901006482


##########
lang/java/avro/src/main/java/org/apache/avro/specific/SpecificData.java:
##########
@@ -149,7 +149,7 @@ public static SpecificData get() {
   }
 
   /**
-   * For RECORD type schemas, this method returns the SpecificData instance of the
+   * For RECORD and UNION type schemas, this method returns the SpecificData instance of the

Review Comment:
   happens only with records under union. Added test cases for the same



-- 
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: issues-unsubscribe@avro.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org