Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

Feature/move dag to core #255

Merged
merged 9 commits into from
Sep 27, 2013
Merged

Feature/move dag to core #255

merged 9 commits into from
Sep 27, 2013

Conversation

ianoc
Copy link
Collaborator

@ianoc ianoc commented Sep 26, 2013

No description provided.

johnynek and others added 8 commits September 24, 2013 11:38
…feature/move_dag_to_core

Conflicts:
	summingbird-storm/src/main/scala/com/twitter/summingbird/storm/PlannedTopology.scala
	summingbird-storm/src/main/scala/com/twitter/summingbird/storm/StormPlatform.scala
	summingbird-storm/src/test/scala/com/twitter/summingbird/storm/TopologyPlannerLaws.scala

def add(node: Producer[P, _]): Node[P]

def reverse: Node[P]
Copy link
Collaborator

Choose a reason for hiding this comment

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

skeptical we need this. Seems like an internal detail.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I'm not sure of a particularly great way when I only have the type to give me a new version of the subclass?

Use case is that when I walk the producer graph I end up with Node's which are arranged source -> sink, but since we look at our graphs normally DAG'd sink to source it makes sense to reverse them. But at that time we need some function in the subclass to do the reverse?

johnynek added a commit that referenced this pull request Sep 27, 2013
@johnynek johnynek merged commit 3111aa2 into develop Sep 27, 2013
@johnynek johnynek deleted the feature/move_dag_to_core branch September 27, 2013 18:05
snoble pushed a commit to snoble/summingbird that referenced this pull request Sep 8, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants