We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e058a67 commit c43ddc4Copy full SHA for c43ddc4
sql/stats/filter.go
@@ -47,7 +47,6 @@ func Union(ctx *sql.Context, b1, b2 []sql.HistogramBucket, types []sql.Type) ([]
47
ret = append(ret, b1[i])
48
i++
49
j++
50
- break
51
}
52
53
0 commit comments