Fabiano V. Santos

Results 5 issues of Fabiano V. Santos

This pr address https://github.com/hortonworks/registry/issues/621

When you paginate through the schemas, loading schemas from pages all pages except page one brings the wrong schema. Reproduce the error following the steps: * Open any schema from...

With version `0.5.6` was possible to create schemas with enum like this: ```json { "name": "suit", "default": null, "type":{ "type": "enum", "name": "Suit", "namespace": "com.mycompany", "symbols": ["SPADES", "HEARTS", "DIAMONDS", "CLUBS"]...

With the new version of schema registry (0.8.1) which updates avro to 1.9.1 its not possible to use schemas that are invalid due to validations included in the new avro...

high priority

This PR was based on https://github.com/dropbox/PyHive/pull/187 and only add some fixes due PEP8. No unit tests for this new dialect were added because many tests done by `sqlalchemy_test_case` will fail...