----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/71160/#review216846 -----------------------------------------------------------
intg/src/main/java/org/apache/atlas/type/AtlasBuiltInTypes.java Lines 70 (patched) <https://reviews.apache.org/r/71160/#comment304099> null was a valid value earlier i.e AtlasBooleanType.isValidValue(null) returned 'true' earlier. After this update, this method will return 'false'. Is this intentional? Please review. - Madhan Neethiraj On July 25, 2019, 1:26 p.m., Mandar Ambawane wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/71160/ > ----------------------------------------------------------- > > (Updated July 25, 2019, 1:26 p.m.) > > > Review request for atlas, Ashutosh Mestry, Madhan Neethiraj, Nixon Rodrigues, > and Sarath Subramanian. > > > Bugs: ATLAS-3347 > https://issues.apache.org/jira/browse/ATLAS-3347 > > > Repository: atlas > > > Description > ------- > > This patch handles data type value exceeding and throws proper exception when > we create Relationship entity. > > > Diffs > ----- > > intg/src/main/java/org/apache/atlas/type/AtlasBuiltInTypes.java ce14b5b > > > Diff: https://reviews.apache.org/r/71160/diff/2/ > > > Testing > ------- > > Testing done Lower limit and Upper limit of primitive datatypes. > > Work in progress as some test cases are failing. > > > Thanks, > > Mandar Ambawane > >
