Commit ab91112a by Aaron Niskode-Dossett

Merge pull request #71 from hortonworks/dossett-patch-1

Remove redundant statement
parents 9b02a58f 4112fbf5
...@@ -104,7 +104,6 @@ class GremlinEvaluator(qry: GremlinQuery, persistenceStrategy: GraphPersistenceS ...@@ -104,7 +104,6 @@ class GremlinEvaluator(qry: GremlinQuery, persistenceStrategy: GraphPersistenceS
val v = rV.getColumn(src).get(idx) val v = rV.getColumn(src).get(idx)
sInstance.set(cName, persistenceStrategy.constructInstance(aE.dataType, v)) sInstance.set(cName, persistenceStrategy.constructInstance(aE.dataType, v))
} }
sInstance
addPathStruct(r, sInstance) addPathStruct(r, sInstance)
} }
GremlinQueryResult(qry.expr.toString, rType, rows.toList) GremlinQueryResult(qry.expr.toString, rType, rows.toList)
...@@ -137,4 +136,4 @@ object JsonHelper { ...@@ -137,4 +136,4 @@ object JsonHelper {
def toJson(r: GremlinQueryResult): String = { def toJson(r: GremlinQueryResult): String = {
writePretty(r) writePretty(r)
} }
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment