Hello people, I've started writing an avdl parser in rust for fun, and I
hit a roadblock with the Enum. I submitted an issue
https://issues.apache.org/jira/browse/AVRO-3687 but it seems I'm failing to
understand something.

Martin points out that an AVDL is an IPC, but I understand that AVDL can be
used to generate schemas as well. And I also found that an avsc can contain
a default.

I have 2 questions:

1. Is an enum's default only used for IPC?
2. What makes a schema a schema? if it is an avsc file?

I've been reading the docs but I cannot find anything related to it.

Thanks

Reply via email to