fdb-record-layer icon indicating copy to clipboard operation
fdb-record-layer copied to clipboard

RecordQueryUnorderedDistinctPlan "sees" a record when it is skipped

Open ohadzeliger opened this issue 3 years ago • 0 comments

RecordQueryUnorderedDistinctPlan.executePlan() (Line 104) adds a record to the “seen” list even if it skipped. This means that the record will not make it into the result even if it is seen again after the skip.

ohadzeliger avatar Jun 21 '21 20:06 ohadzeliger