Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulimo committed Dec 19, 2023
1 parent 28bbb3e commit 406b53e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ public override Relation VisitAggregateRelation(AggregateRelation aggregateRelat

if (!aggregateRelation.EmitSet)
{
// Add all fields but before adding the join, to make sure that
// Add all fields but before adding the join, so the get timestamp value is not included in the output
List<int> emitList = new List<int>();
for (int i = 0; i < aggregateRelation.OutputLength; i++)
{
Expand Down

0 comments on commit 406b53e

Please sign in to comment.