fix: dont use query for children total count

This commit is contained in:
relikd
2022-11-25 19:18:02 +01:00
parent 521ac39a83
commit 4b63fae4d6
4 changed files with 23 additions and 9 deletions

View File

@@ -65,7 +65,6 @@ class VGroups:
if not ctx:
raise NotImplementedError("Shouldn't happen, where is my context?")
builder = ctx.build_state.builder
# TODO: fix record_dependency -> process in non-capturing context
GroupByRef.of(builder).make_once(keys) # ensure did cluster before use
# find groups
proc_list = [record]