Skip to content

Commit

Permalink
[test](inverted index) refine test_ignore_above case, add compound qu…
Browse files Browse the repository at this point in the history
…ery sql (apache#40355)

## Proposed changes

Make test_ignore_above case more robust, add compound query for it.
  • Loading branch information
airborne12 committed Sep 29, 2024
1 parent 676c4e3 commit 85be547
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@
-- !sql --
772

-- !sql --
971

Original file line number Diff line number Diff line change
Expand Up @@ -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;"
}

0 comments on commit 85be547

Please sign in to comment.