From d6aa47efaf81eacc9bd777af89ffbb15b7318771 Mon Sep 17 00:00:00 2001 From: sitaramv Date: Tue, 18 Feb 2025 16:01:43 -0800 Subject: [PATCH] MB-60680. Spans for include fields Change-Id: Ie84ce3826a836a7c3811184b457aaa56805feb16 --- secondary/queryport/n1ql/secondary_index.go | 1 + 1 file changed, 1 insertion(+) diff --git a/secondary/queryport/n1ql/secondary_index.go b/secondary/queryport/n1ql/secondary_index.go index 03b53d7b..11ae6929 100644 --- a/secondary/queryport/n1ql/secondary_index.go +++ b/secondary/queryport/n1ql/secondary_index.go @@ -1980,6 +1980,7 @@ func (si *secondaryIndex6) AllowRerank() bool { func (si *secondaryIndex6) Scan6( requestId string, spans datastore.Spans2, + inclSpans datastore.Spans2, reverse bool, distinctAfterProjection bool, projection *datastore.IndexProjection,