Skip to content

Commit c43ddc4

Browse files
author
James Cor
committed
remove unnecessary break
1 parent e058a67 commit c43ddc4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sql/stats/filter.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ func Union(ctx *sql.Context, b1, b2 []sql.HistogramBucket, types []sql.Type) ([]
4747
ret = append(ret, b1[i])
4848
i++
4949
j++
50-
break
5150
}
5251
}
5352
}

0 commit comments

Comments
 (0)