#avro not generating all classes

1 messages ยท Page 1 of 1 (latest)

grave ingotBOT
#

<@&987246554085740594> please have a look, thanks.

#

Here is an AI assisted attempt to answer your question ๐Ÿค–. Maybe it helps! In any case, a human is on the way ๐Ÿ‘. To continue talking to the AI, you can use </chatgpt:1108714622413963314>.

#

s are clearly defined in the avro schema.

One possible reason for this issue could be that the avro schema is not properly configured in the maven plugin. Make sure that the avro schema file is correctly specified in the maven plugin configuration, and that all necessary dependencies are included in the project's pom.xml file.

Another possibility is that there may be errors or inconsistencies in the avro schema itself. Check for any typos or syntax errors in the schema file, and make sure that all fields are properly defined with their corresponding data types.

If you have verified that both the maven plugin configuration and avro schema are correct, try cleaning and rebuilding your project to see if that resolves the issue. If the problem persists, you may need to troubleshoot further by checking logs or seeking help from other developers familiar with avro and maven.