OpenMetadata icon indicating copy to clipboard operation
OpenMetadata copied to clipboard

MINOR - Added Tests for advanced avro schema

Open SumanMaharana opened this issue 1 year ago • 2 comments

Describe your changes:

MINOR - Added Tests for advanced avro schema Fixes #15565

Type of change:

  • [ ] Bug fix
  • [x] Improvement
  • [ ] New feature
  • [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • [ ] Documentation

Checklist:

  • [x] I have read the CONTRIBUTING document.
  • [ ] My PR title is Fixes <issue-number>: <short explanation>
  • [ ] I have commented on my code, particularly in hard-to-understand areas.
  • [ ] For JSON Schema changes: I updated the migration scripts or explained why it is not needed.

SumanMaharana avatar Aug 20 '24 07:08 SumanMaharana

@OnkarVO7 we already have the desired version of avro under setup.py in the latest OM version [1.5.0]. The user was using 1.3.1 having a older version of avro. I think so its fixed with the avro 1.11.2 version.

SumanMaharana avatar Aug 20 '24 09:08 SumanMaharana

Fixed this in https://github.com/open-metadata/OpenMetadata/pull/17683 closing this

SumanMaharana avatar Sep 03 '24 08:09 SumanMaharana