File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -799,12 +799,12 @@ func TestSelectivity(t *testing.T) {
799799 {
800800 exprs : "a >= 1 and c > 1 and a < 2" ,
801801 selectivity : 0.006358024691358024 ,
802- selectivityAfterIncrease : 0.01117283950617284 ,
802+ selectivityAfterIncrease : 0.011302469135802469 ,
803803 },
804804 {
805805 exprs : "a >= 1 and c >= 1 and a < 2" ,
806806 selectivity : 0.012530864197530862 ,
807- selectivityAfterIncrease : 0.01734567901234568 ,
807+ selectivityAfterIncrease : 0.017475308641975308 ,
808808 },
809809 {
810810 exprs : "d = 0 and e = 1" ,
@@ -819,7 +819,7 @@ func TestSelectivity(t *testing.T) {
819819 {
820820 exprs : "a > 1 and b < 2 and c > 3 and d < 4 and e > 5" ,
821821 selectivity : 0.001851851851851852 ,
822- selectivityAfterIncrease : 0.0829 ,
822+ selectivityAfterIncrease : 0.11122575925925926 ,
823823 },
824824 {
825825 exprs : longExpr ,
You can’t perform that action at this time.
0 commit comments