Skip to content

make component column string public #443

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lastTwoBrainCells
Copy link

No description provided.

@rjurney
Copy link
Collaborator

rjurney commented Nov 11, 2024

@lastTwoBrainCells what is the motivation of this PR?

private val ORIG_ID = "orig_id"
private val MIN_NBR = "min_nbr"
private val CNT = "cnt"
private val CHECKPOINT_NAME_PREFIX = "connected-components"
val COMPONENT = "component"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not to add an alternative merhod run(graph, algorithm, broadcastThreshold, checkpointInterval, intermediateStorageLevel, componentColName) instead and update the public API? Cause this one is a constant value that works fine for default, but it would be strange to see it as a part of the public API?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants