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

Certain Reference Intervals Don't Load With Parquet Predicates #47

Open
erictu opened this issue Jul 22, 2015 · 3 comments
Open

Certain Reference Intervals Don't Load With Parquet Predicates #47

erictu opened this issue Jul 22, 2015 · 3 comments
Labels

Comments

@erictu
Copy link
Member

erictu commented Jul 22, 2015

No description provided.

@erictu erictu added the bug label Jul 22, 2015
@erictu
Copy link
Member Author

erictu commented Jul 22, 2015

Issue is related to parquet filtering. Not providing a parquet predicate works fine

@erictu erictu changed the title Reference Doesn't Load For Certain Reference Intervals Certain Reference Intervals Don't Load With Parquet Predicates Jul 22, 2015
@erictu
Copy link
Member Author

erictu commented Jul 23, 2015

Issue is with incorrect Parquet FilterPredicate. NucleotideContigFragment has no length or end field, which does not allow the predicate to be specified correctly.
Will be fixed by bigdatagenomics/bdg-formats#61 and corresponding changes to ADAM.

Temporary fix is to use : val pred: FilterPredicate = ((LongColumn("fragmentStartPosition") >= viewRegion.start) || (LongColumn("fragmentStartPosition") <= viewRegion.end))

@erictu
Copy link
Member Author

erictu commented Mar 15, 2016

Will be resolved by bigdatagenomics/bdg-formats/#71 and corresponding changes to adam

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant