Github user spmallette commented on a diff in the pull request:

    https://github.com/apache/incubator-tinkerpop/pull/181#discussion_r48017013
  
    --- Diff: docs/src/reference/the-graphcomputer.asciidoc ---
    @@ -364,10 +364,11 @@ It's recommended to tune this property for the target 
graph and not use the defa
     |`writeGraph(String)` | Sets the path to a `GraphFactory` compatible 
configuration file for the target graph. | _none_
     |========================================
     
    -NOTE: `BulkLoaderVertexProgram` comes with a default `BulkLoader` 
implementation, namely `IncrementalBulkLoader`. It
    -will work for the most use-cases, but has one limitation though: It 
doesn't support multi-valued properties.
    -`IncrementalBulkLoader` will handle every property as a single-valued 
property. A custom `BulkLoader` implementation
    -has to be used if the default behavior is not sufficient.
    +NOTE: `BulkLoaderVertexProgram` uses the `IncrementalBulkLoader` by 
default. The other option is the `OneTimeBulkLoader`,
    +which doesn't store any temporary IDs in the `writeGraph` and thus should 
only be used for initial bulk loads. Both
    +implementations should cover the mahority of use-cases, but have a 
limitation though: They don't support multi-valued
    --- End diff --
    
    spelling mistake - should be "majority" :smile: 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to