s1ck commented on a change in pull request #24490: [SPARK-27300][GRAPH] Add Spark Graph modules and dependencies URL: https://github.com/apache/spark/pull/24490#discussion_r290170319
########## File path: graph/api/pom.xml ########## @@ -0,0 +1,55 @@ +<?xml version="1.0" encoding="UTF-8"?> Review comment: Just to add to this: We discussed the module architecture on the [SPIP design sketch document](https://docs.google.com/document/d/1Wxzghj0PvpOVu7XD1iA8uonRYhexwn18utdcTxtkxlI/edit#heading=h.om6xtdv3p3fn) and offline with @mengxr. We want to have the option for user applications to switch the engine implementation without changing the API. Furthermore, graph algorithms ported from GraphFrames/GraphX will live in an additional module that depends on `graph-api`. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
