David Kantor created ATLAS-246:
----------------------------------

             Summary: QuickStart uses integer data type for dates, which causes 
data loss
                 Key: ATLAS-246
                 URL: https://issues.apache.org/jira/browse/ATLAS-246
             Project: Atlas
          Issue Type: Bug
    Affects Versions: 0.6-incubating, trunk
            Reporter: David Kantor
            Priority: Minor


The QuickStart program uses DataTypes.INT_TYPE when defining datetime 
attributes on the DB, Table, and LoadProcess types.  This causes data loss when 
Java long integer date values (such as what is returned by 
System.currentTimeMillis()) are converted to integers, and an incorrect value 
is stored when entities of these types are created in the repository.  
DataTypes.LONG_TYPE should be used to avoid the data loss.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to