You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix load_schema, which was incorrectly modifying the object from get_metaschema
We're using custom cache to pre-load documents in schema_loader, but there are different documents with the same id, so for that to work, we can't have a shared index.
* Add test for load_schema with cache
0 commit comments