feat: initial commit with a copy of GraphX code#680
feat: initial commit with a copy of GraphX code#680SemyonSinchenko merged 2 commits intographframes:masterfrom
Conversation
|
should we change |
GraphX rely on the many spark internal APIs and I cannot say that it is bad. So, the only way to make it works without copying to much of Spark code to GraphFrames is to use |
There are a lot of such a things. Yes, usage of them may make project more fragile. From the other side, we do not need to implement and rewrite everything. We may consider it as a tech debt. What do you think @james-willis ? |
|
makes sense to me. we do a lot of that in sedona. I think the best strategy is to keep as much of it as possible outside the org.apache.spark namespace but I don't want to put that burden on you or block the progress towards more valuable code changes. |

What changes were proposed in this pull request?
Why are the changes needed?
Close #679