OpenMetadata
OpenMetadata copied to clipboard
MINOR - Added Tests for advanced avro schema
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.
Quality Gate passed for 'open-metadata-ingestion'
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
@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.
Fixed this in https://github.com/open-metadata/OpenMetadata/pull/17683 closing this