Hi all
I recently came across Avro-cli and wanted to test its functionality. While testing, I noticed an issue where the schema validation passed even when two incompatible schemas were provided.
To further investigate, I decided to test using the sample files from the documentation here, but encountered the same issue: validation passes despite the schemas being incompatible.

For reference:
java -version
openjdk version "1.8.0_442"
Has anyone encountered a similar issue or could shed some light on why this might be happening?