Dan LaRocque created TINKERPOP3-1012: ----------------------------------------
Summary: 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 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)