Skip to content

[query] nCombines calculation in tree aggregate#11920

Merged
danking merged 1 commit into
hail-is:mainfrom
danking:fix-wenhans-bug
Jun 16, 2022
Merged

[query] nCombines calculation in tree aggregate#11920
danking merged 1 commit into
hail-is:mainfrom
danking:fix-wenhans-bug

Conversation

@danking
Copy link
Copy Markdown
Contributor

@danking danking commented Jun 16, 2022

Consider the case where there are 100 states. We will attempt
three combines because (100 + 50) / 50 is 3. In that case the
third context will be an empty slice. This will trigger the
errror reported by Wenhan here.

Consider the case where there are 100 states. We will attempt
three combines because (100 + 50) / 50 is 3. In that case the
third context will be an empty slice. This will trigger the
errror reported by Wenhan [here](https://hail.zulipchat.com/#narrow/stream/123010-Hail-Query-0.2E2-support/topic/HailException.3A.20array.20index.20out.20of.20bounds/near/286347013).
@danking danking merged commit 0645a86 into hail-is:main Jun 16, 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