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/07/22 11:19:57 UTC

[GitHub] [avro] clesaec commented on a diff in pull request #1776: Avro 2918 polymorphism

clesaec commented on code in PR #1776:
URL: https://github.com/apache/avro/pull/1776#discussion_r927555030


##########
lang/java/avro/src/main/java/org/apache/avro/Schema.java:
##########
@@ -345,6 +379,9 @@ public String getFullName() {
     return getName();
   }
 
+  public void terminateInit() {

Review Comment:
   It's a kind of PostConstruct, for SchemaRecord, once all schemas has been built and list of fields set.
   But, indeed, i will see if we can do without it



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