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:26:27 UTC

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

    [ https://issues.apache.org/jira/browse/ATLAS-246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14969828#comment-14969828 ] 

David Kantor commented on ATLAS-246:
------------------------------------

I will be submitting a fix for this issue, so please assign this bug to me.  Thanks...

> 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)