Skip to content

Commit

Permalink
Removed a comment after adding a test
Browse files Browse the repository at this point in the history
  • Loading branch information
mjonss committed Dec 20, 2022
1 parent 32bc21b commit 14da74a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion executor/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -4164,7 +4164,6 @@ func (builder *dataReaderBuilder) buildTableReaderForIndexJoin(ctx context.Conte
lookUpContentsByPID := make(map[int64][]*indexJoinLookUpContent)
for _, content := range lookUpContents {
for i, date := range content.keys {
// TODO: Add a test where partition column is not a prefix or out of order with source joined table
locateKey[content.keyCols[i]] = date
}
p, err := pt.GetPartitionByRow(e.ctx, locateKey)
Expand Down

0 comments on commit 14da74a

Please sign in to comment.