-
Notifications
You must be signed in to change notification settings - Fork 4
Fix: Accumulator overflow during aggregation (#6793) #7641
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
Open
dsotirho-ucsc
wants to merge
58
commits into
develop
Choose a base branch
from
issues/dsotirho-ucsc/6793-accumulator-overflow
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
58 commits
Select commit
Hold shift + click to select a range
6884346
[A] Bump service lambda version
dsotirho-ucsc adf7c87
[A] Remove sort & filter key sampleId from HCA (#6793)
dsotirho-ucsc 7c33cbe
Document need for aggregation of projects.document_id in HCA (#6793)
dsotirho-ucsc 5c2c05f
[r] Conditionally remove aggregation of cell_suspensions.biomaterial_…
dsotirho-ucsc e53beeb
[r] Conditionally remove aggregation of cell_suspensions.document_id …
dsotirho-ucsc ba384d8
[r A] Conditionally remove aggregation of cell_lines.biomaterial_id i…
dsotirho-ucsc aabfe74
[r] Conditionally remove aggregation of cell_lines.document_id in HCA…
dsotirho-ucsc 7d0275a
[r A] Conditionally remove aggregation of donors.biomaterial_id in HC…
dsotirho-ucsc 9600380
[r A] Conditionally remove aggregation of organoids.biomaterial_id in…
dsotirho-ucsc aae2f2b
[r] Conditionally remove aggregation of organoids.document_id in HCA …
dsotirho-ucsc b6358f2
[r] Conditionally remove aggregation of sequencing_inputs.biomaterial…
dsotirho-ucsc 929ddeb
[r] Conditionally remove aggregation of sequencing_inputs.document_id…
dsotirho-ucsc 89eda75
[r] Conditionally remove aggregation of sequencing_processes.document…
dsotirho-ucsc 9268fad
[r A] Conditionally remove aggregation of specimens.biomaterial_id in…
dsotirho-ucsc 5053c20
[r] Conditionally remove aggregation of specimens.document_id in HCA …
dsotirho-ucsc 69946bd
[r] Conditionally remove aggregation of samples.biomaterial_id in HCA…
dsotirho-ucsc 6129d87
[r] Conditionally remove aggregation of samples.document_id in HCA (#…
dsotirho-ucsc ea536c9
[r] Conditionally remove aggregation of activities.activity_id in AnV…
dsotirho-ucsc 8a0151a
[r] Conditionally remove aggregation of activities.document_id in AnV…
dsotirho-ucsc bfd703a
[r] Conditionally remove aggregation of activities.source_datarepo_ro…
dsotirho-ucsc 06b7ae5
[r] Conditionally remove aggregation of biosamples.biosample_id in An…
dsotirho-ucsc c3e683e
[r] Conditionally remove aggregation of biosamples.document_id in AnV…
dsotirho-ucsc 6c13506
[r] Conditionally remove aggregation of biosamples.source_datarepo_ro…
dsotirho-ucsc eeb01d5
Document need for aggregation of datasets.document_id in AnVIL (#6793)
dsotirho-ucsc 1620034
[r] Remove aggregation of datasets.source_datarepo_row_ids in AnVIL (…
dsotirho-ucsc e1ce9f9
[r] Conditionally remove aggregation of diagnoses.diagnosis_id in AnV…
dsotirho-ucsc 99bac90
[r] Conditionally remove aggregation of diagnoses.document_id in AnVI…
dsotirho-ucsc 561ffe5
[r] Conditionally remove aggregation of diagnoses.source_datarepo_row…
dsotirho-ucsc 131ee53
[r] Conditionally remove aggregation of donors.document_id in AnVIL (…
dsotirho-ucsc 8c87c5c
[r] Conditionally remove aggregation of donors.donor_id in AnVIL (#6793)
dsotirho-ucsc 0823983
[r] Conditionally remove aggregation of donors.source_datarepo_row_id…
dsotirho-ucsc a2c9485
[r] Remove aggregation of files.document_id in AnVIL (#6793)
dsotirho-ucsc d1d0bd0
[r] Remove aggregation of files.drs_uri in AnVIL (#6793)
dsotirho-ucsc f61dfd8
[r] Remove aggregation of files.file_id in AnVIL (#6793)
dsotirho-ucsc 8c263d0
[r] Remove aggregation of files.file_md5sum in AnVIL (#6793)
dsotirho-ucsc 928d569
[r] Remove aggregation of files.file_name in AnVIL (#6793)
dsotirho-ucsc bc51aba
[r] Remove aggregation of files.source_datarepo_row_ids in AnVIL (#6793)
dsotirho-ucsc 3a4488e
[r] Remove aggregation of files.version in AnVIL (#6793)
dsotirho-ucsc 49db450
[r] Increase accumulator limit for cell_suspensions.biomaterial_id an…
dsotirho-ucsc 70fa68a
[r] Increase accumulator limit for donors.biomaterial_id in HCA (#6793)
dsotirho-ucsc f5bf3d8
[r] Increase accumulator limit for donors.development_stage in HCA (#…
dsotirho-ucsc 6b67f4a
[r] Increase accumulator limit for donors.document_id in HCA (#6793)
dsotirho-ucsc 475f14a
[r] Increase accumulator limit for donors.organism_age_range in HCA (…
dsotirho-ucsc b040880
[r] Increase accumulator limit for donors.organism_age in HCA (#6793)
dsotirho-ucsc 983be1f
[r] Increase accumulator limit for matrices.file in HCA (#6793)
dsotirho-ucsc f23228c
[r] Increase accumulator limit for samples.biomaterial_id and documen…
dsotirho-ucsc 1a2114c
[r] Increase accumulator limit for sequencing_inputs.biomaterial_id a…
dsotirho-ucsc f53ca40
[r] Increase accumulator limit for sequencing_processes.document_id i…
dsotirho-ucsc ef2dea7
[r] Increase accumulator limit for specimens.biomaterial_id and docum…
dsotirho-ucsc 6668240
[1/3] Raise exception if aggregation drops values, add overflow option
dsotirho-ucsc 7fa197b
[r 2/3] Raise exception if aggregation drops values, add overflow option
dsotirho-ucsc ecc3dfc
[3/3] Raise exception if aggregation drops values, add overflow option
dsotirho-ucsc 54ac9e6
Add comment for need of using getitem()
dsotirho-ucsc 6ab99c7
Add comment for file aggregate and replica documents relationship
dsotirho-ucsc 3284c30
Refactor field exclusions from aggregators
dsotirho-ucsc c8b50d7
Add document_id to hot entities created from matrix stratification
dsotirho-ucsc ffa88ab
Enforce that hot entity ids are fully accumulated (#6793)
dsotirho-ucsc de18e40
fixup! Enforce that hot entity ids are fully accumulated (#6793)
dsotirho-ucsc File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Conflates absence and
Nonevalue. One of them represents a violation of the "hot" requirement, the other is a genuine, unexpected bug.