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

BroadcastRegionJoin has serialization failures #1334

Closed
fnothaft opened this issue Jan 1, 2017 · 1 comment
Closed

BroadcastRegionJoin has serialization failures #1334

fnothaft opened this issue Jan 1, 2017 · 1 comment
Assignees
Milestone

Comments

@fnothaft
Copy link
Member

fnothaft commented Jan 1, 2017

Two issues:

  • Unless your left side is a VariantContextRDD, the wrong IntervalTreeSerializer gets picked due to type erasure (last one wins, apparently)
  • Serializing a VariantContext with a FieldSerializer fails
@fnothaft
Copy link
Member Author

fnothaft commented Jan 3, 2017

Cross linking to bigdatagenomics/utils#97.

fnothaft added a commit to fnothaft/adam that referenced this issue Jan 3, 2017
Resolves bigdatagenomics#1334. Eliminates type erasure problems by having different concrete
implementations per each broadcast. Depends on
bigdatagenomics/utils#97.
@heuermh heuermh modified the milestone: 0.21.0 Jan 4, 2017
fnothaft added a commit to fnothaft/adam that referenced this issue Jan 5, 2017
Resolves bigdatagenomics#1334. Eliminates type erasure problems by having different concrete
implementations per each broadcast. Depends on
bigdatagenomics/utils#97.
fnothaft added a commit to fnothaft/adam that referenced this issue Jan 5, 2017
Resolves bigdatagenomics#1334. Eliminates type erasure problems by having different concrete
implementations per each broadcast. Depends on
bigdatagenomics/utils#97.
fnothaft added a commit to fnothaft/adam that referenced this issue Jan 6, 2017
Resolves bigdatagenomics#1334. Eliminates type erasure problems by having different concrete
implementations per each broadcast. Depends on
bigdatagenomics/utils#97.
heuermh pushed a commit that referenced this issue Jan 6, 2017
Resolves #1334. Eliminates type erasure problems by having different concrete
implementations per each broadcast. Depends on
bigdatagenomics/utils#97.
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

No branches or pull requests

2 participants