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/15 13:54:22 UTC

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

opwvhk commented on code in PR #1721:
URL: https://github.com/apache/avro/pull/1721#discussion_r898014289


##########
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:
   Is this done to also use logical types on record values? 
   If so, would it make sense to support all container types? So record, union, array and map?



-- 
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