[test](inverted index) refine test_ignore_above case, add compound query sql #40355 (#41445)

cherry pick from #40355
This commit is contained in:
airborne12
2024-09-30 07:04:08 +08:00
committed by GitHub
parent a7b88af861
commit b7db357847
2 changed files with 5 additions and 1 deletions

View File

@ -5,3 +5,6 @@
-- !sql --
772
-- !sql --
971

View File

@ -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;"
}