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

MultiSourceTap hashcode #1101

Merged
merged 2 commits into from
Nov 20, 2014
Merged

Conversation

rubanm
Copy link
Contributor

@rubanm rubanm commented Nov 20, 2014

Adding a simpler hashcode for ScaldingMultiSourceTap. Cascading's hashcode implementation can significantly slow down flow planning when there are a large number of underlying taps (>500):
https://github.com/Cascading/cascading/blob/2.6/cascading-core/src/main/java/cascading/tap/MultiSourceTap.java#L229

Not very familiar with hashcode implementations in general. Is there a better way to do this while still keeping it independent of the number of underlying taps? Thanks.

johnynek added a commit that referenced this pull request Nov 20, 2014
@johnynek johnynek merged commit 3237af7 into twitter:develop Nov 20, 2014
@rubanm rubanm deleted the multisourcetap_hashcode branch November 20, 2014 21:47
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.

None yet

2 participants