You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "Marko A. Rodriguez (JIRA)" <ji...@apache.org> on 2015/12/01 14:57:11 UTC

[jira] [Updated] (TINKERPOP3-1012) BulkLoaderVertexProgram shouldn't assume vertex IDs of type Long

     [ https://issues.apache.org/jira/browse/TINKERPOP3-1012?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marko A. Rodriguez updated TINKERPOP3-1012:
-------------------------------------------
    Assignee: Daniel Kuppitz

> BulkLoaderVertexProgram shouldn't assume vertex IDs of type Long
> ----------------------------------------------------------------
>
>                 Key: TINKERPOP3-1012
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP3-1012
>             Project: TinkerPop 3
>          Issue Type: Bug
>          Components: process
>    Affects Versions: 3.1.0-incubating
>            Reporter: Dan LaRocque
>            Assignee: Daniel Kuppitz
>             Fix For: 3.1.1-incubating
>
>
> BulkLoaderVertexProgram has two lines where it declares a vertex ID variable of type Long.  While testing bulk loading into a TP impl that uses non-Long object IDs with {{userSuppliedIds(false)}}, I found that I needed to change the variable type declaration on both of these lines to Object to avoid cast exceptions that otherwise killed BLVP.  However, I am *not* certain that these changes are correct.  It's also possible that I just misconfigured BLVP.  So, I'll submit a PR with the declarations that I changed, but it would definitely need to be reviewed by somebody familiar with BLVP.



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