opwvhk commented on a change in pull request #1412:
URL: https://github.com/apache/avro/pull/1412#discussion_r755791610



##########
File path: lang/java/compiler/src/test/idl/input/simple.avdl
##########
@@ -63,6 +60,9 @@ protocol Simple {
     union {null, @foo.foo.bar(42) @foo.foo.foo("3foo") string} prop = null;
   }
 
+  /** An MD5 hash. */
+  fixed MD5(16);
+

Review comment:
       By moving the `MD5` type here, it becomes a forward reference. Without 
the code changes, this breaks the default value in the `echo` message below.




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