Skip to content

Commit 6e94253

Browse files
committed
Remove unused Column field from vectorPartitionIter
1 parent dbacc9b commit 6e94253

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

memory/table.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1598,7 +1598,6 @@ func (t *IndexedTable) LookupPartitions(ctx *sql.Context, lookup sql.IndexLookup
15981598

15991599
if lookup.VectorOrderAndLimit.OrderBy != nil {
16001600
return &vectorPartitionIter{
1601-
Column: lookup.Index.(*Index).Exprs[0],
16021601
OrderAndLimit: lookup.VectorOrderAndLimit,
16031602
}, nil
16041603
}

0 commit comments

Comments
 (0)