Skip to content

Commit

Permalink
Add FIXME (#6793)
Browse files Browse the repository at this point in the history
  • Loading branch information
nadove-ucsc committed Jan 9, 2025
1 parent 9f402b5 commit 316fc17
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/azul/plugins/metadata/hca/indexer/aggregate.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,9 @@ def _accumulator(self, field) -> Accumulator | None:
# be omitted during the verbatim handover. Donors are a "hot" entity
# type, and we can't track their hubs in replica documents, so we
# rely on the inner entity IDs instead.
#
# FIXME: Enforce that hot entity types are completely aggregated
# https://github.com/DataBiosphere/azul/issues/6793
return SetAccumulator(max_size=100)
else:
return super()._accumulator(field)
Expand Down Expand Up @@ -207,6 +210,9 @@ def _accumulator(self, field) -> Accumulator | None:
# protocols may be omitted during the verbatim handover. Some
# protocols are "hot" entity types, and we can't track their hubs in
# replicas, so we rely on the inner entity IDs instead.
#
# FIXME: Enforce that hot entity types are completely aggregated
# https://github.com/DataBiosphere/azul/issues/6793
return SetAccumulator(max_size=100)
else:
return super()._accumulator(field)
Expand Down

0 comments on commit 316fc17

Please sign in to comment.