Commit Graph

1207 Commits

Author SHA1 Message Date
Liu Jicong f2b66cc16a fix(stream): convert datablk to submit blk 2022-06-21 21:48:24 +08:00
54liuyao 9f6a4b3ddb feat(stream): add delete type 2022-06-21 20:56:57 +08:00
wangmm0220 e7faf69981 feat:support tagCond & tagIndexCond 2022-06-21 20:53:19 +08:00
afwerar 9dff7b93c6 test: fix sim test error 2022-06-21 20:04:55 +08:00
slzhou 805ce63fdd feat: add sort group operator 2022-06-21 18:47:39 +08:00
54liuyao 038e6fbe66 fix(tmq): tmq assert 2022-06-21 18:46:15 +08:00
shenglian-zhou 0efc892933
Merge pull request #14042 from taosdata/szhou/feature/sort-group
fix: remove groupid comparision from msortCompare
2022-06-21 11:04:02 +08:00
Haojun Liao e9b0d93907
Merge pull request #14041 from taosdata/feature/3_liaohj
feature(query): support interp function, and do some internal refactor.
2022-06-21 10:45:01 +08:00
slzhou c17635214e Merge branch '3.0' of github.com:taosdata/TDengine into szhou/feature/sort-group 2022-06-21 09:45:44 +08:00
slzhou 33ef665989 fix: remove groupid comparision from msortCompare 2022-06-21 09:45:27 +08:00
Haojun Liao bbe1deaf00 other: merge 3.0 2022-06-21 09:44:37 +08:00
54liuyao fe653c948e fix(stream): window close 2022-06-21 09:42:48 +08:00
Haojun Liao e5d25f4634 fix(query): set correct ts column index in interp executor. 2022-06-21 09:41:35 +08:00
Haojun Liao 1bf7fbbc0b feature(query): support interp function, and do some internal refactor. 2022-06-20 23:22:28 +08:00
shenglian-zhou 0f3fc6cff0
Merge pull request #14030 from taosdata/szhou/feature/sort-group
feat: order group by group id generated by partition
2022-06-20 20:55:51 +08:00
Liu Jicong f5f8100d25
Merge branch '3.0' into feature/stream 2022-06-20 20:19:08 +08:00
Liu Jicong 450675f672 feat(stream): support snode 2022-06-20 20:18:34 +08:00
shenglian zhou 48d22c359f feat: order group by group id generated by partition 2022-06-20 20:17:56 +08:00
shenglian-zhou e05a6ca7fa
Merge pull request #13973 from taosdata/szhou/feature/project-elimation
feature: eliminate projection optimization
2022-06-20 17:48:27 +08:00
Cary Xu 565a11330d
Merge pull request #14010 from taosdata/feature/TD-14481-3.0
feat: fetch rsma result by timer supported
2022-06-20 17:12:43 +08:00
shenglian zhou a28a275dff fix: fix eliminate projection bugs 2022-06-20 16:39:19 +08:00
Liu Jicong 1505667897
Merge branch '3.0' into feature/stream 2022-06-20 15:34:04 +08:00
Cary Xu 820cc89c3a Merge branch '3.0' into feature/TD-14481-3.0 2022-06-20 15:21:41 +08:00
Cary Xu fcfd5c250d feat: fetch rsma result by timer supported 2022-06-20 15:21:30 +08:00
Haojun Liao a2cec0e488
Merge pull request #14004 from taosdata/feature/3_liaohj
feature(query): support show table block distribution.
2022-06-20 15:13:10 +08:00
Liu Jicong 1daa62e7f7 merge from 3.0 2022-06-20 15:04:50 +08:00
Liu Jicong 53ef66961a feat(stream): support snode 2022-06-20 14:29:18 +08:00
shenglian zhou 056301fb7b fix: disable eliminate projection when repeat proj column name 2022-06-20 14:22:50 +08:00
Haojun Liao ad0595b9ec Merge branch '3.0' into feature/3_liaohj 2022-06-20 14:08:21 +08:00
Haojun Liao 868185a3b9 refactor(query): do some internal refactor. 2022-06-20 13:47:13 +08:00
Haojun Liao b66e0e718b fix(query): fix output column in show super table block distribution. 2022-06-20 13:42:59 +08:00
Haojun Liao 659e429b87 feature(query): support show table block distribution. 2022-06-20 12:54:46 +08:00
54liuyao 5301dece4e feat(stream): add ci 2022-06-20 11:35:05 +08:00
shenglian zhou 8c955ef017 fix: limit/slimit would prevent optimization projection elimination 2022-06-20 07:52:29 +08:00
shenglian zhou 218d455dcc fix: elimate projection error 2022-06-19 22:32:26 +08:00
shenglian zhou 413d26ee30 fix: add column to datablock even no output 2022-06-19 22:00:57 +08:00
shenglian zhou 0e905bb3c1 Merge branch '3.0' of github.com:taosdata/TDengine into szhou/feature/project-elimation 2022-06-19 21:41:08 +08:00
shenglian zhou 8c402d2aa3 fix: column target/output desc match error 2022-06-19 21:39:35 +08:00
Xiaoyu Wang c963f92dda
Merge pull request #13990 from taosdata/feature/3.0_debug_wxy
feat: sql function 'interp'
2022-06-19 20:09:15 +08:00
Xiaoyu Wang bac6e27c20 feat: sql command 'interp' 2022-06-19 19:39:12 +08:00
WANG MINGMING 45a247c062
Merge pull request #13933 from taosdata/feature/TD-16524
feat: add ttl/comment function
2022-06-19 11:18:14 +08:00
Haojun Liao 2f4bcd2625 enh(query): add more info about tablescan. 2022-06-18 20:03:27 +08:00
54liuyao 8c47a18dbf feat(stream): semi session operator 2022-06-18 19:57:08 +08:00
wangmm0220 746f4759b0 fix:merge from 3.0 2022-06-18 19:40:36 +08:00
Haojun Liao 956173e2e1 refactor: do some internal refactor. 2022-06-18 14:49:27 +08:00
Haojun Liao f2a27f5842 refactor: do some internal refactor. 2022-06-18 12:00:41 +08:00
WANG MINGMING a64013461f
Merge branch '3.0' into feature/TD-16524 2022-06-18 11:11:54 +08:00
Haojun Liao 2cf8e30241 fix(query): fix syntax error. 2022-06-18 09:35:30 +08:00
Haojun Liao 820d6d1332 refactor: do some internal refactor. 2022-06-17 23:23:37 +08:00
Haojun Liao d2f8a330e1 refactor(query): do some internal refactor. 2022-06-17 20:09:49 +08:00
Haojun Liao 0f92fb02f9 enh(query): add new api. 2022-06-17 20:07:55 +08:00
Haojun Liao 45d379473f fix(query): fix syntax error. 2022-06-17 19:49:43 +08:00
Haojun Liao 11267a0032 other: merge 3.0 2022-06-17 19:05:39 +08:00
Haojun Liao 78d1f75c9b refactor(query): do some internal refactor. 2022-06-17 19:01:45 +08:00
dapan1121 211adf20af
Merge pull request #13875 from taosdata/feature/showapps
feat: support show apps command
2022-06-17 18:20:05 +08:00
liuyao f9fe106a70
Merge pull request #13929 from taosdata/feature/TD-16616
feat(stream): distribute stream session plan
2022-06-17 16:30:01 +08:00
Haojun Liao 1c52b59344 refactor: do some internal refactor. 2022-06-17 15:48:32 +08:00
54liuyao 61153b7637 feat(stream): distribute stream session plan 2022-06-17 15:39:19 +08:00
WANG MINGMING b3d2daeb72
Merge branch '3.0' into feature/TD-16524 2022-06-17 14:51:33 +08:00
dapan1121 f0c53fb982 Merge branch '3.0' into feature/showapps 2022-06-17 14:44:44 +08:00
Haojun Liao 9c6a9f1c92 fix(query): set correct source status in merge sort. 2022-06-17 14:25:53 +08:00
Haojun Liao 1b907e847c other: merge 3.0 2022-06-17 09:26:16 +08:00
Haojun Liao af7f3e3252 refactor(query): set correct buffer pages. 2022-06-17 09:20:19 +08:00
Haojun Liao feebe90a1f fix(query): set correct buffer page size. 2022-06-17 09:18:53 +08:00
Haojun Liao 5837c141c9
Merge pull request #13914 from taosdata/feature/3_liaohj
fix(query): set null for null value in groupby
2022-06-16 22:35:10 +08:00
shenglian-zhou 9ebc581b6d
Merge pull request #13910 from taosdata/szhou/fix/table-merge-scan-buf-size
fix: table merge scan sort buf size
2022-06-16 22:11:31 +08:00
Haojun Liao cc638a2236 fix(query): set null for null value in groupby 2022-06-16 21:13:18 +08:00
Haojun Liao 0fae75ebdd
Merge pull request #13904 from taosdata/feature/3_liaohj
fix(query): adjust group limitation.
2022-06-16 21:12:27 +08:00
dapan1121 b3f9f81b61 support show apps 2022-06-16 21:06:04 +08:00
wangmm0220 2bd2996e74 feat:add comment function 2022-06-16 20:45:00 +08:00
shenglian zhou 67540f2504 fix: table merge scan sort buf size 2022-06-16 19:49:42 +08:00
liuyao 39e2a646e9
Merge pull request #13901 from taosdata/feature/TD-16512
feat(stream): stream partition by
2022-06-16 18:39:34 +08:00
Haojun Liao ab47de1dae fix(query): adjust group limitation. 2022-06-16 18:30:22 +08:00
54liuyao 7b98430906 feat(stream): stream partition by 2022-06-16 18:11:39 +08:00
Haojun Liao dfce7e7261 other:merge 3.0 2022-06-16 17:49:58 +08:00
Haojun Liao bd518f3f71 fix(query): remove group info during sort. 2022-06-16 17:39:33 +08:00
Haojun Liao 6e328d42ca
Merge pull request #13897 from taosdata/feature/3_liaohj
fix(query): set correct error code.
2022-06-16 17:33:41 +08:00
Haojun Liao 87300b2ab0 fix(query): set correct error code. 2022-06-16 16:21:01 +08:00
Haojun Liao 2c746848fc
Merge pull request #13877 from taosdata/feature/3_liaohj
enh(query): partition by supports arithmetic expr
2022-06-16 16:18:50 +08:00
Haojun Liao 5492155009 fix(query): fix syntax error on windows platform. 2022-06-16 14:49:37 +08:00
Haojun Liao 75e0eaa53f fix(query): add null pointer check. 2022-06-16 13:53:02 +08:00
Haojun Liao 102fdf2916 fix(query): fix the syntax error in unit test. 2022-06-16 11:52:58 +08:00
Haojun Liao 2360f072a8 fix(query): add indef process procedure. 2022-06-16 11:43:11 +08:00
Haojun Liao 63884b554b fix(query): set correct sort buffer page size. 2022-06-16 10:51:29 +08:00
Xiaoyu Wang f6f4f65a56 merge 3.0 2022-06-16 09:55:32 +08:00
Xiaoyu Wang e52429e31b merge 3.0 2022-06-16 09:31:22 +08:00
Haojun Liao 6b2d4a6aca other: merge 3.0 2022-06-15 23:05:55 +08:00
Haojun Liao f2de1af904 enh(query): partition by support arithmetic expr, and do some internal refactor. 2022-06-15 23:00:31 +08:00
Haojun Liao efd28728df
Merge pull request #13779 from taosdata/feature/3_liaohj
enh(query): add derivative function.
2022-06-15 22:35:30 +08:00
shenglian-zhou 39ac85b1f3
Merge pull request #13842 from taosdata/szhou/feature/multi-tb-merge-scan
feat: add table merge scan operator
2022-06-15 21:26:47 +08:00
Haojun Liao 4f8c84cf02 fix(query): remove invalid colId check. 2022-06-15 20:48:12 +08:00
slzhou 8efaa65ade fix: use different datablock for each sort source 2022-06-15 20:12:04 +08:00
Xiaoyu Wang 7f78d4a79b feat: partition by tags optimize 2022-06-15 19:08:25 +08:00
liuyao 6e49b7bbd7
Merge pull request #13862 from taosdata/feature/TD-16512
feat(stream): stream state&session support partition by
2022-06-15 17:21:03 +08:00
slzhou b6bddd3fb1 Merge branch '3.0' of github.com:taosdata/TDengine into szhou/feature/multi-tb-merge-scan 2022-06-15 17:13:09 +08:00
Liu Jicong fd9bb8db73
Merge pull request #13860 from taosdata/feature/stream
feat(stream): trigger mode add max delay
2022-06-15 17:11:18 +08:00
slzhou 040093bee8 Merge branch '3.0' of github.com:taosdata/TDengine into szhou/feature/multi-tb-merge-scan 2022-06-15 16:43:34 +08:00
54liuyao 87bcbe003e feat(stream): stream state&session support partition by 2022-06-15 16:40:45 +08:00
slzhou 562ec27c7b feat: add merge table scan operator 2022-06-15 16:40:43 +08:00
Haojun Liao 771065952e other: merge 3.0 2022-06-15 16:32:28 +08:00