homework-jianmu/tests/army/query
Jinqing Kuang f5c66cec19 fix(query)[TD-32861]. fix that WHERE condition not work with INTERP function
Previously, a statement with INTERP would force underlying TABLE SCAN
operator to scan all data within the RANGE clause, causing the time
range constraint in the WHERE condition to be ignored. This fix ensures
that the TABLE SCAN respects both the RANGE clause and WHERE condition,
improving query accuracy and performance.
2024-11-18 16:08:27 +08:00
..
accuracy add ci test case for td-32059, td-31880, td-31966, td-32051 by charles 2024-09-19 16:52:39 +08:00
fill update test case for TD-30995 by charles 2024-08-13 15:13:18 +08:00
function fix(query)[TD-32861]. fix that WHERE condition not work with INTERP function 2024-11-18 16:08:27 +08:00
last add ci test case for td-32059, td-31880, td-31966, td-32051 by charles 2024-09-19 16:52:39 +08:00
subquery fix(query)[TS-5443]. Fix invalid key in ORDER BY within subqueries 2024-09-20 14:44:30 +08:00
sys [TS-5437] test(query): add CI test cases 2024-09-19 23:36:52 +08:00
window add case TD-31660 2024-08-30 16:31:31 +08:00
cquery_basic.json fix: modify cases.task dir 2024-06-05 18:40:44 +08:00
queryBugs.py add test case for TD_31684 2024-08-27 19:25:41 +08:00
query_basic.json fix: modify cases.task dir 2024-06-05 18:40:44 +08:00
query_basic.py change db name 2024-09-02 14:59:11 +08:00
show.py fix: modify cases.task dir 2024-06-05 18:40:44 +08:00
test_case_when.py Update test_case_when.py 2024-11-05 10:33:01 +08:00
test_compare.py fix: modify cases.task dir 2024-06-05 18:40:44 +08:00
test_having.py fix:[TD-32198] add a test case to verify HAVING key 2024-09-30 17:48:42 +08:00
test_join.py fix: modify cases.task dir 2024-06-05 18:40:44 +08:00