Uploaded image for project: 'TinkerPop'
  1. TinkerPop
  2. TINKERPOP-1012

BulkLoaderVertexProgram shouldn't assume vertex IDs of type Long

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.1.0-incubating
    • 3.1.1-incubating
    • process
    • None

    Description

      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.

      Attachments

        Activity

          People

            dkuppitz Daniel Kuppitz
            dalaro Dan LaRocque
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: