You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by Kapildeo Nayak <ka...@freestoneinfotech.com> on 2019/02/27 13:19:07 UTC

Re: Review Request 69744: ATLAS-3032 Importing an entity with tag attribute of type float data type fails with an BigDecimal Exception

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/69744/
-----------------------------------------------------------

(Updated Feb. 27, 2019, 1:19 p.m.)


Review request for atlas, Ashutosh Mestry, Nixon Rodrigues, and Sarath Subramanian.


Changes
-------

Added unit test


Bugs: ATLAS-3032
    https://issues.apache.org/jira/browse/ATLAS-3032


Repository: atlas


Description
-------

1. In source cluster , created a tag with float attribute.
2. Created an hive_db and associated the tag to the hive_db with value "-3.4028235E+38"
3. On importing the exported hive_db entity, exception is seen and import fails.


Diffs (updated)
-----

  intg/src/test/java/org/apache/atlas/TestUtilsV2.java 093105b52 
  repository/src/main/java/org/apache/atlas/repository/store/graph/v2/AtlasGraphUtilsV2.java 25770a334 
  repository/src/test/java/org/apache/atlas/repository/store/graph/v2/AtlasEntityStoreV2BigDecimalTest.java PRE-CREATION 


Diff: https://reviews.apache.org/r/69744/diff/2/

Changes: https://reviews.apache.org/r/69744/diff/1-2/


Testing
-------

Tested in import-export with transformers options.


Thanks,

Kapildeo Nayak