Skip to content

Commit 88d1be9

Browse files
authored
correcting compute n group key output (#2279)
1 parent 4714c7c commit 88d1be9

File tree

1 file changed

+2
-2
lines changed
  • source/reference/operator/aggregation

1 file changed

+2
-2
lines changed

source/reference/operator/aggregation/lastN.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -349,8 +349,8 @@ The operation returns the following results:
349349
:copyable: false
350350

351351
[
352-
{ _id: { gameId: "G2" }, gamescores: [ 10 ] },
353-
{ _id: { gameId: "G1" }, gamescores: [ 33, 31, 1 ] }
352+
{ _id: { gameId: "G1" }, gamescores: [ 33, 99, 1 ] },
353+
{ _id: { gameId: "G2" }, gamescores: [ 80 ] }
354354
]
355355

356356
.. _lastN-aggregation-expression:

0 commit comments

Comments
 (0)