Skip to content

Commit

Permalink
mongodb: aggregation test 4. To be reverted.
Browse files Browse the repository at this point in the history
  • Loading branch information
imedina committed Dec 13, 2024
1 parent 3cca26f commit e177dd7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -787,7 +787,7 @@ private static Facet getMongoDBFacet(String field, Accumulator accumulator, List
// id,
// Accumulators.sum("size", "$size")
// )));
// break;
break;
}
case sum: {
facet = new Facet(field + SUM_SUFFIX, Arrays.asList(Aggregates.group(field, Accumulators.sum(sum.name(), id))));
Expand Down

0 comments on commit e177dd7

Please sign in to comment.