Skip to content
This repository was archived by the owner on Nov 7, 2025. It is now read-only.

Commit db2bd9c

Browse files
committed
Cleanup
1 parent 9f0162a commit db2bd9c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

quesma/queryparser/pancake_transformer.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,8 @@ func (a *pancakeTransformer) createCombinatorPancakes(pancake *pancakeModel) (ne
449449

450450
combinatorSplit := combinator.CombinatorSplit()
451451
combinatorGroups := combinator.CombinatorGroups()
452-
// First create N-1 new pancakes [1..N), each with different filter (it's important to update the first (0th) pancake at the end)
452+
// First create N-1 new pancakes [1...N), each with different filter
453+
// (important to update the first (0th) pancake at the end)
453454
for i := 1; i < len(groups); i++ {
454455
newPancake := pancake.Clone()
455456
bucketAggr := newPancake.layers[0].nextBucketAggregation.ShallowClone()

0 commit comments

Comments
 (0)