-
Notifications
You must be signed in to change notification settings - Fork 17
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
[CANNOLI-55] Fix compile errors due to upstream commit 0afbda96. #57
Conversation
Test PASSed. |
@@ -29,9 +29,8 @@ private[cannoli] object QuerynameGrouper extends Serializable { | |||
} | |||
|
|||
def apply(rdd: AlignmentRecordRDD): FragmentRDD = { | |||
new FragmentRDD(apply(rdd.rdd), | |||
FragmentRDD(apply(rdd.rdd), |
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.
If you can wait for bigdatagenomics/adam#1598, we can use transmute
instead.
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.
Cannoli head is broken (and I get a dozen emails from Jenkins every morning to prove it), so I'd rather get this in first.
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.
Ah yes, but what I'm getting at is that we're waiting for you to review/merge bigdatagenomics/adam#1598. Then, all the broken code can go away. ;)
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.
I know ... but that pull request is very interesting and has me thinking. This change has +/- 19 LOC, that one has +/- 2824 LOC.
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.
OK
Thanks @heuermh! |
Fixes #55