[
https://issues.apache.org/jira/browse/ATLAS-246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14969882#comment-14969882
]
Venkatesh Seetharam commented on ATLAS-246:
-------------------------------------------
I have added you as a contributor and you can assign this task to yourself.
> 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)