-
Notifications
You must be signed in to change notification settings - Fork 311
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
[ADAM-1053] Clean up Transform #1081
[ADAM-1053] Clean up Transform #1081
Conversation
} | ||
} | ||
|
||
def apply(rdd: RDD[AlignmentRecord], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this cleans up nice!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agreed. I was quite pleased at the end. I was inspired by @ryan-williams's maybeX
pattern, which we've got elsewhere.
Test PASSed. |
Will let you rebase and resolve conflicts, then I'll give a review pass. |
a0a515f
to
ae9c422
Compare
Rebased! |
Test PASSed. |
LGTM Squash then I'll merge. |
Moves all if clauses into `maybeX` methods. Resolves bigdatagenomics#1053.
ae9c422
to
c251f79
Compare
Squashed! |
Test PASSed. |
Resolves #1053. Split out into many commits for reviewer convenience, but also to make it easier to address merge conflicts when #1011 merges. Will squash before merge.