Commit Graph

9 Commits

Author SHA1 Message Date
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
Jing Sima 412c20968e fix:[TD-32727] Add test case for TD-32727. 2024-10-30 18:11:14 +08:00
qevolg 80f2e3aee3 test(func): modify sql func test cases 2024-10-21 10:31:26 +08:00
qevolg d2b2c4e381 test(func): modify sql func test cases 2024-10-20 09:41:04 +08:00
chenhaoran 1980866fd9 test:Add a function to verify the consistency between the expected result file and the actual output file 2024-10-12 17:19:31 +08:00
qevolg b836235b67 [TS-4893]<test>: add CI test cases test_function 2024-09-13 13:14:10 +00:00
Jing Sima a249bef104 feat:[TS-4893] Add random and support use min/max on string column. 2024-09-09 18:48:24 +08:00
Jinqing Kuang 2a7cfd6ad8 test(query)[TS-4893]: Add test cases for MySQL function support 2024-08-30 10:11:32 +08:00
sima e65ea2f99f feat:[TS-4893] Add test. 2024-08-28 10:05:28 +08:00