John Lockwood created TINKERPOP-1826:
----------------------------------------

             Summary: Source and Target reversed in GraphMLReader?
                 Key: TINKERPOP-1826
                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1826
             Project: TinkerPop
          Issue Type: Bug
    Affects Versions: 3.3.0
            Reporter: John Lockwood
            Priority: Critical


Hi,

In GraphMLReader.java (circa lines 121-122), find the following lines:

final String vertexIdOut = reader.getAttributeValue(null, GraphMLTokens.SOURCE);
final String vertexIdIn = reader.getAttributeValue(null, GraphMLTokens.TARGET);

On the face of it this looks backwards.  Also, looking at the data I'm trying 
to parse, it does look like the graphML is correctly going from source -> 
target in the graphml file, not the other way around as suggested here.  

Am I missing something?




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to