Is your feature request related to a problem? Please describe.
#320 introduced a breaking change, but I like the overall idea of that PR.
Tbh, for me it looks like cases when user needs a random LONG ID is the case mostly for library developers, not end-users. To allow developers and libraries to maintain the old behavior I want to introduce a config spark.graphframes.useLabelsAsComponents with a default value true
Describe the solution you would like
- The new configuration
spark.graphframes.useLabelsAsComponents
- The new behavior of CC post-processing
Component
Additional context
.
Are you planning on creating a PR?