Skip to content

Commit

Permalink
update test result
Browse files Browse the repository at this point in the history
  • Loading branch information
time-and-fate committed Jan 10, 2023
1 parent 6330b2e commit 0d0e580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion statistics/selectivity_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1155,5 +1155,5 @@ func TestIssue39593(t *testing.T) {
count, err = statsTbl.GetRowCountByIndexRanges(sctx, idxID, getRanges(vals, vals))
require.NoError(t, err)
// estimated row count after mock modify on the table
require.Equal(t, float64(3870), count)
require.Equal(t, float64(3600), count)
}

0 comments on commit 0d0e580

Please sign in to comment.