Commit Graph

78 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
chenhaoran 0e25efcec5 test:update install py connector in ci 2024-11-13 11:37:37 +08:00
54liuyao 719a3faa12 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-11-06 11:13:15 +08:00
54liuyao ba31bf2c52 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-11-06 09:42:50 +08:00
Shengliang Guan 0be118c0aa
Merge pull request #28408 from taosdata/enh/TD-32181/client
Enh/td 32181/client
2024-11-06 09:42:05 +08:00
Shengliang Guan 22508e4488
Merge pull request #28513 from taosdata/td-30661
add test case for case...when... by charles
2024-11-05 13:04:37 +08:00
Feng Chao 6f7bca4d80
Update test_case_when.py 2024-11-05 10:33:01 +08:00
Jing Sima 9df427c0cd fix:[TD-32506] Add test case for TD-32506 2024-11-04 09:40:35 +08:00
Jing Sima 5a4c7c2e2a fix:[TD-32727] Add test case for TD-32727. 2024-10-31 09:50:57 +08:00
Jing Sima 412c20968e fix:[TD-32727] Add test case for TD-32727. 2024-10-30 18:11:14 +08:00
Feng Chao 946b3efd46
Update test_case_when.py 2024-10-29 18:02:02 +08:00
xinsheng Ren 412c10ed94
Merge branch '3.0' into enh/TD-32181/client 2024-10-25 22:54:04 +08:00
charles f897543994 add test case for case...when... by charles 2024-10-25 17:31:21 +08:00
54liuyao f79dcffc8c Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-10-25 14:14:43 +08:00
Jing Sima c26ab17f19 enh:[TD-32459] Abstract function properties into a struct. 2024-10-24 15:08:56 +08:00
xsren ea6c90e023 fix: repeat.csv 2024-10-23 13:52:53 +08:00
54liuyao b025fd29b0 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-10-23 09:32:52 +08:00
qevolg 65199c9826 test(func): modify updatecfg_dict to updatecfgDict 2024-10-22 15:08:14 +08:00
qevolg 7af2a8dbc3 test(func): delete unused files and rename 2024-10-21 14:09:25 +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
qevolg 48d0fdf437 Merge remote-tracking branch 'origin/3.0' into test/3.0/TS-4893 2024-10-19 21:04:58 +08:00
54liuyao bef7fb6045 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-10-18 16:45:30 +08:00
Feng Chao 8bb68adbcb
Merge pull request #28347 from taosdata/test/3.0/TD-32536
test:Add a function to verify the consistency between the expected result file and the actual output file
2024-10-18 15:00:09 +08:00
54liuyao 4a34ae2570 adj ci 2024-10-17 15:48:52 +08:00
qevolg e084b40054 test(func): revert to the previous version 2024-10-12 17:45:03 +08:00
qevolg 6e7e38694c Merge remote-tracking branch 'origin/3.0' into test/3.0/TS-4893 2024-10-12 17:31:32 +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
Jing Sima 6231d46cc5 enh:[TD-32189] Add validation to prevent changes to resultinfo structure. 2024-10-12 15:14:59 +08:00
qevolg a88f4182f4 test(func): modify func test cases 2024-10-12 10:31:05 +08:00
qevolg b0dfe54d23 test(func): modify func test cases 2024-10-10 13:57:15 +08:00
qevolg 1589dd82c5 Merge branch '3.0' into test/3.0/TS-4893 2024-10-10 09:42:14 +08:00
qevolg 83e62140e0 test(func): modify func test cases 2024-10-10 09:40:24 +08:00
wangmeng c6ad2a1e21 fix:[TD-32198] add a test case to verify HAVING key 2024-09-30 17:48:42 +08:00
qevolg 475b966bff Merge branch '3.0' into test/3.0/TS-4893 2024-09-28 21:48:45 +08:00
qevolg 360f30d7e8 test(function): add function CI test cases 2024-09-28 21:48:28 +08:00
Jinqing Kuang 1ccaaf75bd fix(query)[TS-5443]. Fix invalid key in ORDER BY within subqueries
Resolved an issue where an ORDER BY alias in subqueries failed to
convert to the expected ColumnNode when the corresponding column
could be omitted. Updated the conversion logic to handle this case
correctly and ensure proper query execution.
2024-09-20 14:44:30 +08:00
Feng Chao a49c7a84eb
Merge pull request #27970 from taosdata/td-32059
add ci test case for td-32059, td-31880, td-31966, td-32051 by charles
2024-09-20 10:02:04 +08:00
qevolg 2d5c3a190f [TS-5437] test(query): add CI test cases 2024-09-19 23:36:52 +08:00
charles 309ddb3a94 add ci test case for td-32059, td-31880, td-31966, td-32051 by charles 2024-09-19 16:52:39 +08:00
qevolg 46e04d3278 Merge branch '3.0' into test/3.0/TS-4893 2024-09-14 23:14:17 +08:00
qevolg 4b5148314d [TS-4893]test(function): add correctness check 2024-09-14 10:28:19 +00:00
charles 379a837b8c Add ci test case to cover ts-5400 by charles 2024-09-14 08:46:13 +08:00
qevolg ed4c26181b Merge branch '3.0' into test/3.0/TS-4893 2024-09-13 13:35:16 +00:00
qevolg b836235b67 [TS-4893]<test>: add CI test cases test_function 2024-09-13 13:14:10 +00:00
Feng Chao b29bc45021
Merge pull request #27861 from shuizhilong/3.0
add a test case to verify TS-5349
2024-09-13 16:28:41 +08:00
wangmeng 1eb3124cbd add a test case to verify TS-5349 2024-09-13 10:31:10 +08:00
charles d255e2a7a5 add test case for ts-5389 by charles 2024-09-13 07:57:23 +08:00
Jing Sima 4a8bbc36bd feat:[TS-4893] refactor of rand function. 2024-09-09 18:48:24 +08: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