Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.6.0
Description
In discussion with Ryan, he felt we should be able to merge from required binary to optional binary and the resulting schema would be optional
try { t3.union(t4); fail("moving from optional to required"); } catch (IncompatibleSchemaModificationException e) { assertEquals("repetition constraint is more restrictive: can not merge type required binary a into optional binary a", e.getMessage()); }