You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "David Kantor (JIRA)" <ji...@apache.org> on 2015/10/22 22:25:27 UTC

[jira] [Created] (ATLAS-246) QuickStart uses integer data type for dates, which causes data loss

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)