-
Notifications
You must be signed in to change notification settings - Fork 257
Labels
Description
Is your feature request related to a problem? Please describe.
At the moment SP consider graph as undirected, but we can make it works for both directed and undirected graphs.
Describe the solution you would like
- new mixin
WithDirection - handle direction in GraphFrames
- handle direction in GraphX
Component
- Scala Core Internal
- Scala API
- Spark Connect Plugin
- Infrastructure
- PySpark Classic
- PySpark Connect
Additional context
Are you planning on creating a PR?
- I'm willing to make a pull-request