Commit Graph

1466 Commits

Author SHA1 Message Date
dapan1121 66c9c076e8
Merge pull request #24469 from taosdata/fix/xsren/TD-28204/whereOptimizeConditional
Fix/xsren/td 28204/where optimize conditional
2024-01-17 10:20:51 +08:00
Alex Duan a9e06671c9
Merge pull request #24494 from taosdata/TEST/3.0/TD-28068
add test cases for td-28068
2024-01-17 09:20:50 +08:00
Alex Duan e0569525ce
Merge pull request #24472 from taosdata/coverage/TD-28251-3.0
fix: add csum unsigned type test
2024-01-17 09:11:20 +08:00
zk66214 e11c3ba219 add test cases for td-28068 2024-01-16 19:54:07 +08:00
Alex Duan 0f88e3d3a2 fix: add database name 2024-01-16 18:21:58 +08:00
xinsheng Ren ae5f540692
Merge branch '3.0' into fix/xsren/TD-28204/whereOptimizeConditional 2024-01-16 14:28:37 +08:00
Alex Duan ff76f9835e fix: add twa all types test 2024-01-16 14:00:26 +08:00
Alex Duan d8e4f38dd7
Merge pull request #24476 from taosdata/test/3.0/TD-28094a
test: replace timestamp now with var ts
2024-01-16 11:01:04 +08:00
factosea 3a4eed5c37 fix: checkIsEmptyResult 2024-01-16 10:46:22 +08:00
dapan1121 2fef37a5cc
Merge pull request #24315 from taosdata/fix/xsren/TD-28068/columnNodeRef2
fix: columanRefNode illegal type conversion
2024-01-16 10:08:34 +08:00
dapan1121 53094f62d8
Merge pull request #24359 from taosdata/FIX/TD-27003
Fix : use last row scan when select last_row, last
2024-01-16 08:50:23 +08:00
dapan1121 22b8dbe7d5
Merge pull request #24474 from taosdata/FIX/TD-28018
Fix: last row num error where partition by null column
2024-01-16 08:48:25 +08:00
chenhaoran 3a1d8f2e8f test: replace timestamp now with var ts 2024-01-15 19:14:24 +08:00
fullhonest fafb5b1f03 Fix TD-28018: last row num error where partition by null column 2024-01-15 18:29:41 +08:00
Alex Duan 46eb87f10f fix: add csum unsigned type test 2024-01-15 17:33:06 +08:00
factosea 462bf28126 add case 2024-01-15 16:02:16 +08:00
Alex Duan 4d3ac348e6 Merge branch '3.0' into coverage/TD-28251-3.0 2024-01-15 15:33:56 +08:00
fullhonest cb2ab749b5 Fix TD-27003: use last row scan when select last_row, last 2024-01-15 15:22:29 +08:00
Alex Duan 062e5a339e fix: sum.py support -R 2024-01-15 11:23:04 +08:00
Alex Duan 10f1cbf734 fix: right parenthesis missing 2024-01-15 09:21:03 +08:00
dapan1121 737140a09b
Merge pull request #24430 from taosdata/feat/TD-28267
add PARTITION_FIRST hint to use partition node before agg
2024-01-15 09:12:34 +08:00
factosea 0d56695d96 delete unused code 2024-01-15 02:31:04 +08:00
Alex Duan 14fb86c0a9 feat: add query_basic.py 2024-01-14 22:02:43 +08:00
Alex Duan df40772e95 coverage: sum add all types test 2024-01-14 20:23:37 +08:00
wangjiaming0909 bc1eacf626 add PARTITION_BEFORE_GROUP hint to use partition node before agg 2024-01-12 17:41:34 +08:00
factosea 19d7579e75 fix: copy expr 2024-01-12 14:01:35 +08:00
Haojun Liao 578edd447f
Merge pull request #24421 from taosdata/szhou/fix/2/td-28154
fix: windows calculation when offset >0 and calendar sliding
2024-01-12 09:35:09 +08:00
factosea 25f9956ccb fix:test 2024-01-11 21:21:00 +08:00
Alex Duan fb42c6afd5 coverage: update coverage script file and BlockSMA trigger is 1 2024-01-10 19:59:44 +08:00
slzhou ba2ba0a8cb fix: time window computation error 2024-01-10 16:19:20 +08:00
Alex Duan 51a472f281
Merge pull request #24381 from taosdata/TEST/3.0/TD-28164
add test cases for TD-28164
2024-01-09 15:57:26 +08:00
Alex Duan 70db802e57
Merge pull request #24351 from taosdata/test/3.0/TD-28171
test: save case.sql when case is failed and set default saved sqlfile True
2024-01-09 09:21:23 +08:00
fullhonest 5bd29a413b Fix: not use last row scan when select tbname and last 2024-01-08 19:49:15 +08:00
zk66214 75c25a194f add test cases for TD-28164 2024-01-08 17:19:48 +08:00
chenhaoran 031bcaec8f test: test failed case 2024-01-08 14:47:25 +08:00
chenhaoran 826c098aee test: test 2024-01-08 14:46:04 +08:00
dapan1121 6d8637fcf3
Merge pull request #24364 from taosdata/fix/xsren/TD-28165/wildcard2
fix: wildcard character in both target and pattern
2024-01-08 14:34:13 +08:00
factosea 8c3fe7cc70 fix: SColumnRefNode transfer to SelectFunction's param 2024-01-08 11:41:58 +08:00
Alex Duan 07ff31c82e
Merge pull request #24273 from taosdata/ts-4403
add test case for ts-4403
2024-01-08 09:13:25 +08:00
factosea c5932c9d1c fix: wildcard character in both target and pattern 2024-01-08 01:13:53 +08:00
chenhaoran db9655c549 test: save case.sql when case is failed and set default saved sqlfile True 2024-01-05 17:07:24 +08:00
dapan1121 670317ccd7
Merge pull request #24053 from taosdata/enh/3.0/TD-26813
enh: support group by tag/tbname to list empty groups
2024-01-04 09:08:03 +08:00
Alex Duan af0f2ecf34
Merge pull request #24313 from taosdata/TEST/3.0/TS-4348-TD-27939
Add test cases for TS-4348 and TD-27939
2024-01-03 18:01:21 +08:00
dapan1121 f0fbffa772
Merge pull request #24301 from taosdata/fix/3.0/TD-28104
fix: last table scan reported invalid param when col was dropped which
2024-01-03 15:47:33 +08:00
zk66214 866fac624f Add test cases for TS-4348 and TD-27939 2024-01-02 19:26:59 +08:00
dapan1121 06e3d8df1d
Merge pull request #24282 from taosdata/fix/3.0/TS-4411
fix: fill prev not working when desc fill
2024-01-02 13:07:21 +08:00
wangjiaming0909 be0d35a5af fix: last table scan reported invalid param when col was dropped which
should report invalid col
2024-01-02 10:20:04 +08:00
fullhonest e79516ade3 Fix TD-27939: error for sub query is empty when where 1=2 2024-01-02 10:02:30 +08:00
wangjiaming0909 90a8fe5581 fix: fill prev not working when desc fill 2023-12-29 15:08:56 +08:00
dapan1121 55b7bce8b7
Merge pull request #24256 from taosdata/szhou/fix/TD-28019
fix: change the result schema
2023-12-29 08:40:53 +08:00