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

[query] Redesign staged index reading to compute index then query by index #12305

Merged
merged 2 commits into from
Oct 12, 2022

Conversation

tpoterba
Copy link
Contributor

CHANGELOG: Fixes a rare crash reading tables/matrixtables with _intervals

Copy link
Collaborator

@patrick-schultz patrick-schultz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good, just one comment needs fixing

@@ -147,31 +143,69 @@ class StagedIndexReader(emb: EmitMethodBuilder[_], spec: AbstractIndexSpec) {
}

// returns queryType
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

out of date comment

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed!

…index

CHANGELOG: Fixes a rare crash reading tables/matrixtables with _intervals
@danking danking merged commit f12a5f0 into hail-is:main Oct 12, 2022
lgruen added a commit to populationgenomics/hail that referenced this pull request Oct 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants