[GitHub] [spark] maropu commented on a change in pull request #24851: [SPARK-27303][GRAPH] Add Spark Graph API

2019-11-01 Thread GitBox
maropu commented on a change in pull request #24851: [SPARK-27303][GRAPH] Add Spark Graph API URL: https://github.com/apache/spark/pull/24851#discussion_r341787228 ## File path: graph/api/src/test/scala/org/apache/spark/graph/api/CypherSessionSuite.scala ## @@ -0,0 +1,58

[GitHub] [spark] maropu commented on a change in pull request #24851: [SPARK-27303][GRAPH] Add Spark Graph API

2019-11-01 Thread GitBox
maropu commented on a change in pull request #24851: [SPARK-27303][GRAPH] Add Spark Graph API URL: https://github.com/apache/spark/pull/24851#discussion_r341787976 ## File path: graph/api/src/main/scala/org/apache/spark/graph/api/NodeDatasetBuilder.scala ## @@ -0,0 +1,86

[GitHub] [spark] maropu commented on a change in pull request #24851: [SPARK-27303][GRAPH] Add Spark Graph API

2019-11-01 Thread GitBox
maropu commented on a change in pull request #24851: [SPARK-27303][GRAPH] Add Spark Graph API URL: https://github.com/apache/spark/pull/24851#discussion_r341786318 ## File path: graph/api/src/main/scala/org/apache/spark/graph/api/CypherSession.scala ## @@ -0,0 +1,291 @@ +

[GitHub] [spark] maropu commented on a change in pull request #24851: [SPARK-27303][GRAPH] Add Spark Graph API

2019-11-01 Thread GitBox
maropu commented on a change in pull request #24851: [SPARK-27303][GRAPH] Add Spark Graph API URL: https://github.com/apache/spark/pull/24851#discussion_r341786506 ## File path: graph/api/src/main/scala/org/apache/spark/graph/api/PropertyGraphWriter.scala ## @@ -0,0 +1,92

[GitHub] [spark] maropu commented on a change in pull request #24851: [SPARK-27303][GRAPH] Add Spark Graph API

2019-11-01 Thread GitBox
maropu commented on a change in pull request #24851: [SPARK-27303][GRAPH] Add Spark Graph API URL: https://github.com/apache/spark/pull/24851#discussion_r341785802 ## File path: graph/api/src/main/scala/org/apache/spark/graph/api/CypherSession.scala ## @@ -0,0 +1,291 @@ +

[GitHub] [spark] maropu commented on a change in pull request #24851: [SPARK-27303][GRAPH] Add Spark Graph API

2019-11-01 Thread GitBox
maropu commented on a change in pull request #24851: [SPARK-27303][GRAPH] Add Spark Graph API URL: https://github.com/apache/spark/pull/24851#discussion_r341787228 ## File path: graph/api/src/test/scala/org/apache/spark/graph/api/CypherSessionSuite.scala ## @@ -0,0 +1,58

[GitHub] [spark] maropu commented on a change in pull request #24851: [SPARK-27303][GRAPH] Add Spark Graph API

2019-10-25 Thread GitBox
maropu commented on a change in pull request #24851: [SPARK-27303][GRAPH] Add Spark Graph API URL: https://github.com/apache/spark/pull/24851#discussion_r339282647 ## File path: graph/api/src/main/scala/org/apache/spark/graph/api/CypherSession.scala ## @@ -0,0 +1,291 @@ +

[GitHub] [spark] maropu commented on a change in pull request #24851: [SPARK-27303][GRAPH] Add Spark Graph API

2019-10-25 Thread GitBox
maropu commented on a change in pull request #24851: [SPARK-27303][GRAPH] Add Spark Graph API URL: https://github.com/apache/spark/pull/24851#discussion_r339011923 ## File path: graph/api/src/main/scala/org/apache/spark/graph/api/CypherSession.scala ## @@ -0,0 +1,291 @@ +

[GitHub] [spark] maropu commented on a change in pull request #24851: [SPARK-27303][GRAPH] Add Spark Graph API

2019-10-25 Thread GitBox
maropu commented on a change in pull request #24851: [SPARK-27303][GRAPH] Add Spark Graph API URL: https://github.com/apache/spark/pull/24851#discussion_r338909455 ## File path: graph/api/src/main/scala/org/apache/spark/graph/api/CypherSession.scala ## @@ -0,0 +1,186 @@ +

[GitHub] [spark] maropu commented on a change in pull request #24851: [SPARK-27303][GRAPH] Add Spark Graph API

2019-10-25 Thread GitBox
maropu commented on a change in pull request #24851: [SPARK-27303][GRAPH] Add Spark Graph API URL: https://github.com/apache/spark/pull/24851#discussion_r338913638 ## File path: graph/api/src/main/scala/org/apache/spark/graph/api/RelationshipDatasetBuilder.scala ## @@ -0,

[GitHub] [spark] maropu commented on a change in pull request #24851: [SPARK-27303][GRAPH] Add Spark Graph API

2019-10-25 Thread GitBox
maropu commented on a change in pull request #24851: [SPARK-27303][GRAPH] Add Spark Graph API URL: https://github.com/apache/spark/pull/24851#discussion_r338906463 ## File path: graph/api/src/main/scala/org/apache/spark/graph/api/CypherSession.scala ## @@ -0,0 +1,291 @@ +

[GitHub] [spark] maropu commented on a change in pull request #24851: [SPARK-27303][GRAPH] Add Spark Graph API

2019-10-25 Thread GitBox
maropu commented on a change in pull request #24851: [SPARK-27303][GRAPH] Add Spark Graph API URL: https://github.com/apache/spark/pull/24851#discussion_r338908263 ## File path: graph/api/src/main/scala/org/apache/spark/graph/api/NodeDatasetBuilder.scala ## @@ -0,0 +1,86

[GitHub] [spark] maropu commented on a change in pull request #24851: [SPARK-27303][GRAPH] Add Spark Graph API

2019-10-25 Thread GitBox
maropu commented on a change in pull request #24851: [SPARK-27303][GRAPH] Add Spark Graph API URL: https://github.com/apache/spark/pull/24851#discussion_r338907493 ## File path: graph/api/src/main/scala/org/apache/spark/graph/api/CypherSession.scala ## @@ -0,0 +1,291 @@ +

[GitHub] [spark] maropu commented on a change in pull request #24851: [SPARK-27303][GRAPH] Add Spark Graph API

2019-10-25 Thread GitBox
maropu commented on a change in pull request #24851: [SPARK-27303][GRAPH] Add Spark Graph API URL: https://github.com/apache/spark/pull/24851#discussion_r338913514 ## File path: graph/api/src/main/scala/org/apache/spark/graph/api/RelationshipDatasetBuilder.scala ## @@ -0,

[GitHub] [spark] maropu commented on a change in pull request #24851: [SPARK-27303][GRAPH] Add Spark Graph API

2019-10-25 Thread GitBox
maropu commented on a change in pull request #24851: [SPARK-27303][GRAPH] Add Spark Graph API URL: https://github.com/apache/spark/pull/24851#discussion_r338908612 ## File path: graph/api/src/main/scala/org/apache/spark/graph/api/NodeDatasetBuilder.scala ## @@ -0,0 +1,86

[GitHub] [spark] maropu commented on a change in pull request #24851: [SPARK-27303][GRAPH] Add Spark Graph API

2019-10-25 Thread GitBox
maropu commented on a change in pull request #24851: [SPARK-27303][GRAPH] Add Spark Graph API URL: https://github.com/apache/spark/pull/24851#discussion_r338914202 ## File path: graph/api/src/test/scala/org/apache/spark/graph/api/CypherSessionSuite.scala ## @@ -0,0 +1,58

[GitHub] [spark] maropu commented on a change in pull request #24851: [SPARK-27303][GRAPH] Add Spark Graph API

2019-10-25 Thread GitBox
maropu commented on a change in pull request #24851: [SPARK-27303][GRAPH] Add Spark Graph API URL: https://github.com/apache/spark/pull/24851#discussion_r338913341 ## File path: graph/api/src/main/scala/org/apache/spark/graph/api/PropertyGraphWriter.scala ## @@ -0,0 +1,92

[GitHub] [spark] maropu commented on a change in pull request #24851: [SPARK-27303][GRAPH] Add Spark Graph API

2019-10-25 Thread GitBox
maropu commented on a change in pull request #24851: [SPARK-27303][GRAPH] Add Spark Graph API URL: https://github.com/apache/spark/pull/24851#discussion_r338910953 ## File path: graph/api/src/main/scala/org/apache/spark/graph/api/NodeDatasetBuilder.scala ## @@ -0,0 +1,86

[GitHub] [spark] maropu commented on a change in pull request #24851: [SPARK-27303][GRAPH] Add Spark Graph API

2019-10-25 Thread GitBox
maropu commented on a change in pull request #24851: [SPARK-27303][GRAPH] Add Spark Graph API URL: https://github.com/apache/spark/pull/24851#discussion_r338906500 ## File path: graph/api/src/main/scala/org/apache/spark/graph/api/CypherSession.scala ## @@ -0,0 +1,291 @@ +

[GitHub] [spark] maropu commented on a change in pull request #24851: [SPARK-27303][GRAPH] Add Spark Graph API

2019-10-25 Thread GitBox
maropu commented on a change in pull request #24851: [SPARK-27303][GRAPH] Add Spark Graph API URL: https://github.com/apache/spark/pull/24851#discussion_r338908649 ## File path: graph/api/src/main/scala/org/apache/spark/graph/api/NodeDatasetBuilder.scala ## @@ -0,0 +1,86

[GitHub] [spark] maropu commented on a change in pull request #24851: [SPARK-27303][GRAPH] Add Spark Graph API

2019-10-25 Thread GitBox
maropu commented on a change in pull request #24851: [SPARK-27303][GRAPH] Add Spark Graph API URL: https://github.com/apache/spark/pull/24851#discussion_r338914485 ## File path: graph/api/src/test/scala/org/apache/spark/graph/api/PropertyGraphSuite.scala ## @@ -0,0 +1,319

[GitHub] [spark] maropu commented on a change in pull request #24851: [SPARK-27303][GRAPH] Add Spark Graph API

2019-10-25 Thread GitBox
maropu commented on a change in pull request #24851: [SPARK-27303][GRAPH] Add Spark Graph API URL: https://github.com/apache/spark/pull/24851#discussion_r338904180 ## File path: graph/api/src/main/scala/org/apache/spark/graph/api/CypherSession.scala ## @@ -0,0 +1,291 @@ +

[GitHub] [spark] maropu commented on a change in pull request #24851: [SPARK-27303][GRAPH] Add Spark Graph API

2019-10-25 Thread GitBox
maropu commented on a change in pull request #24851: [SPARK-27303][GRAPH] Add Spark Graph API URL: https://github.com/apache/spark/pull/24851#discussion_r338904436 ## File path: graph/api/src/main/scala/org/apache/spark/graph/api/CypherSession.scala ## @@ -0,0 +1,291 @@ +

[GitHub] [spark] maropu commented on a change in pull request #24851: [SPARK-27303][GRAPH] Add Spark Graph API

2019-10-25 Thread GitBox
maropu commented on a change in pull request #24851: [SPARK-27303][GRAPH] Add Spark Graph API URL: https://github.com/apache/spark/pull/24851#discussion_r338910570 ## File path: graph/api/src/main/scala/org/apache/spark/graph/api/PropertyGraphWriter.scala ## @@ -0,0 +1,92

[GitHub] [spark] maropu commented on a change in pull request #24851: [SPARK-27303][GRAPH] Add Spark Graph API

2019-10-25 Thread GitBox
maropu commented on a change in pull request #24851: [SPARK-27303][GRAPH] Add Spark Graph API URL: https://github.com/apache/spark/pull/24851#discussion_r338904814 ## File path: graph/api/src/main/scala/org/apache/spark/graph/api/CypherSession.scala ## @@ -0,0 +1,291 @@ +

[GitHub] [spark] maropu commented on a change in pull request #24851: [SPARK-27303][GRAPH] Add Spark Graph API

2019-10-25 Thread GitBox
maropu commented on a change in pull request #24851: [SPARK-27303][GRAPH] Add Spark Graph API URL: https://github.com/apache/spark/pull/24851#discussion_r338908162 ## File path: graph/api/src/main/scala/org/apache/spark/graph/api/NodeDatasetBuilder.scala ## @@ -0,0 +1,86

[GitHub] [spark] maropu commented on a change in pull request #24851: [SPARK-27303][GRAPH] Add Spark Graph API

2019-10-25 Thread GitBox
maropu commented on a change in pull request #24851: [SPARK-27303][GRAPH] Add Spark Graph API URL: https://github.com/apache/spark/pull/24851#discussion_r338906580 ## File path: graph/api/src/main/scala/org/apache/spark/graph/api/CypherSession.scala ## @@ -0,0 +1,291 @@ +