cherry pick from #40355
This commit is contained in:
@ -5,3 +5,6 @@
|
||||
-- !sql --
|
||||
772
|
||||
|
||||
-- !sql --
|
||||
971
|
||||
|
||||
|
||||
@ -84,6 +84,7 @@ suite("test_ignore_above_in_index", "p0") {
|
||||
assertTrue(json.NumberLoadedRows > 0 && json.LoadBytes > 0)
|
||||
}
|
||||
}
|
||||
|
||||
sql """ set enable_common_expr_pushdown = true; """
|
||||
qt_sql "select count() from ${tableName2} where clientip > '17.0';"
|
||||
qt_sql "select count() from ${tableName2} where clientip > '17.0' or status = 200;"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user