opwvhk commented on PR #2375: URL: https://github.com/apache/avro/pull/2375#issuecomment-1680453105
This problem has been solved in another way for IDL files, by implementing an 'unresolved' schema (see `org.apache.avro.idl.SchemaResolver#unresolvedSchema(String)` in `avro-compiler`). Then, after all files have been parsed, these unresolved schemata are replaced by the actual schema (throwing if it doesn't exist). Do you have a preference for one solution over the other? -- 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]
