Skip to content
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

Add TypedPipeDiff for comparing typed pipes #1266

Merged
merged 4 commits into from
May 4, 2015

Conversation

isnotinvain
Copy link
Contributor

No description provided.

right: TypedPipe[T],
reducers: Option[Int] = None): TypedPipe[(T, (Long, Long))] = diffByGroup(left, right, reducers)(_.hashCode)

def diffSummary[T](diff: TypedPipe[(T, (Long, Long))]): TypedPipe[String] = {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

this might not be worth keeping -- what do you think?

@johnynek
Copy link
Collaborator

johnynek commented May 4, 2015

merge when green.

@isnotinvain
Copy link
Contributor Author

tests running here: https://github.com/isnotinvain/scalding/pull/1

@isnotinvain
Copy link
Contributor Author

tests passed at isnotinvain#1

isnotinvain added a commit that referenced this pull request May 4, 2015
Add TypedPipeDiff for comparing typed pipes
@isnotinvain isnotinvain merged commit 3ad8d46 into develop May 4, 2015
@ianoc ianoc deleted the alexlevenson/typed-pipe-diff branch May 13, 2015 15:31
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.

2 participants