shenglian zhou
|
086ecf754f
|
fix: add some delay to simulate actual processing
|
2022-07-25 18:32:50 +08:00 |
Shengliang Guan
|
4b199aeaee
|
Merge remote-tracking branch 'origin/3.0' into fix/dnode
|
2022-07-25 18:29:09 +08:00 |
Shengliang Guan
|
d726c2a982
|
Merge remote-tracking branch 'origin/3.0' into fix/batch
|
2022-07-25 18:28:06 +08:00 |
Shengliang Guan
|
d4abe20eeb
|
fix: can't drop db since transaction conflict
|
2022-07-25 18:21:13 +08:00 |
wenzhouwww@live.cn
|
4532b23c2b
|
test: add cluster case about vnode
|
2022-07-25 18:06:46 +08:00 |
plum-lihui
|
352965f76b
|
Merge branch '3.0' of github.com:taosdata/TDengine into 3.0
|
2022-07-25 17:50:52 +08:00 |
plum-lihui
|
3614db50c6
|
test: add test case for fix
|
2022-07-25 17:50:36 +08:00 |
Minghao Li
|
cedad48a73
|
refactor(sync): add ref in log entry
|
2022-07-25 17:47:15 +08:00 |
Shengliang Guan
|
49c42ef289
|
fix: compile error in unitest
|
2022-07-25 17:39:05 +08:00 |
Xiaoyu Wang
|
aefdf8bbcd
|
Merge pull request #15354 from taosdata/feature/3.0_debug_wxy
feat: super table order by primary key optimization
|
2022-07-25 17:33:57 +08:00 |
Ganlin Zhao
|
8794b0d464
|
Merge branch '3.0' into enh/TD-17659
|
2022-07-25 17:25:05 +08:00 |
Ganlin Zhao
|
292801c9f9
|
fix test cases
|
2022-07-25 17:23:56 +08:00 |
Liu Jicong
|
4e965b314d
|
Merge pull request #15388 from taosdata/feature/stream
feat(wal): ref
|
2022-07-25 17:23:39 +08:00 |
Shengliang Guan
|
e4c434d186
|
fix: crash while get cfg item
|
2022-07-25 17:20:48 +08:00 |
Shengliang Guan
|
8651a5460a
|
Merge branch '3.0' into fix/dnode
|
2022-07-25 17:18:49 +08:00 |
Shengliang Guan
|
3bceeef439
|
enh: add batch processing method to vnode
|
2022-07-25 17:16:26 +08:00 |
Shengliang Guan
|
8dacdd57c5
|
enh: add batch processing method to vnode
|
2022-07-25 17:10:04 +08:00 |
Xiaoyu Wang
|
20cb18d8b0
|
merge 3.0
|
2022-07-25 16:59:28 +08:00 |
Xiaoyu Wang
|
ac41f77669
|
Merge branch 'feature/3.0_debug_wxy' of github.com:taosdata/TDengine into feature/3.0_debug_wxy
|
2022-07-25 16:45:39 +08:00 |
Xiaoyu Wang
|
8bb432c348
|
feat: super table order by primary key optimization
|
2022-07-25 16:45:23 +08:00 |
shenglian zhou
|
0494f4a6e9
|
fix: fix table merge scan memory leak
|
2022-07-25 16:41:32 +08:00 |
Liu Jicong
|
222e925644
|
feat(wal): ref
|
2022-07-25 16:40:19 +08:00 |
Ganlin Zhao
|
e8da4f429c
|
enh(query): add derivative function selectivity
TD-17659
|
2022-07-25 16:04:28 +08:00 |
Haojun Liao
|
90b3e77698
|
fix(query):disable merge for project operator in stream processing.
|
2022-07-25 16:02:49 +08:00 |
Haojun Liao
|
4a3e5bf9d5
|
Merge pull request #15384 from taosdata/feature/3_liaohj
refactor: do some internal refactor.
|
2022-07-25 16:01:51 +08:00 |
Ganlin Zhao
|
8537449f90
|
fix diff function selectivity output index
|
2022-07-25 15:54:36 +08:00 |
Xiaoyu Wang
|
cf8bf7bd39
|
Merge remote-tracking branch 'origin/szhou/fix/udf' into feature/3.0_debug_wxy
|
2022-07-25 15:35:14 +08:00 |
Xiaoyu Wang
|
bf18385e00
|
merge szhou/fix/udf
|
2022-07-25 15:34:58 +08:00 |
Ganlin Zhao
|
db48f118a1
|
enh(query): add selectivity for diff function
TD-17659
|
2022-07-25 15:34:46 +08:00 |
shenglian zhou
|
66bad33c9e
|
fix: fix compilation error
|
2022-07-25 15:34:11 +08:00 |
Shengliang Guan
|
b859e6bde2
|
fix: the modification of alter dnode does not take effect through show dnode variables
|
2022-07-25 15:27:47 +08:00 |
shenglian zhou
|
f208b507fc
|
Merge branch '2.0' of github.com:taosdata/TDengine into szhou/fix/udf
|
2022-07-25 15:24:04 +08:00 |
shenglian zhou
|
9e9a12cb09
|
fix: fix memory leak of pseduo col computation in table merge scan
|
2022-07-25 15:23:43 +08:00 |
Shengliang Guan
|
5b654779ba
|
Merge pull request #15372 from taosdata/fix/tsim
test: regression case
|
2022-07-25 15:23:41 +08:00 |
Haojun Liao
|
b87bb4c083
|
fix(query): remove invalid assert.
|
2022-07-25 15:23:13 +08:00 |
Xiaoyu Wang
|
015193e816
|
feat: super table order by primary key optimization
|
2022-07-25 15:17:53 +08:00 |
liuyao
|
e82b1260f0
|
Merge pull request #15385 from taosdata/feature/TD-17357
ci(stream): temporary disable basic1
|
2022-07-25 15:16:02 +08:00 |
54liuyao
|
a09a509df4
|
ci(stream): temporary disable basic1
|
2022-07-25 15:14:36 +08:00 |
Haojun Liao
|
48d85c2799
|
Merge branch '3.0' into feature/3_liaohj
|
2022-07-25 15:06:13 +08:00 |
dapan1121
|
dd7cf53e96
|
Merge pull request #15379 from taosdata/fix/outofblockinsink
fix: fix out of block in data sink issue
|
2022-07-25 15:03:27 +08:00 |
Cary Xu
|
135d2673d6
|
fix: add data len for multiple rows
|
2022-07-25 14:50:13 +08:00 |
Minghao Li
|
fba5850b1a
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/3.0_mhli
|
2022-07-25 14:28:35 +08:00 |
Minghao Li
|
7f2d0dc077
|
refactor(sync): add entry cache test
|
2022-07-25 14:26:41 +08:00 |
Haojun Liao
|
d9f6300920
|
Merge pull request #15375 from taosdata/feature/3_liaohj
fix(query):fix limit/offset bug.
|
2022-07-25 14:21:12 +08:00 |
Haojun Liao
|
9c8eb216a7
|
Merge remote-tracking branch 'origin/feature/3_liaohj' into feature/3_liaohj
# Conflicts:
# source/libs/executor/src/executorimpl.c
|
2022-07-25 14:17:18 +08:00 |
Haojun Liao
|
baca08d05d
|
refactor: do some internal refactor.
|
2022-07-25 14:15:49 +08:00 |
dapan1121
|
2fcfa22520
|
fix: fix out of block in data sink issue
|
2022-07-25 14:10:46 +08:00 |
liuyao
|
c835bbba80
|
Merge pull request #15378 from taosdata/feature/TD-17357
ci(stream): recover stream ci
|
2022-07-25 14:02:20 +08:00 |
Haojun Liao
|
67266bd3a1
|
Merge branch '3.0' into feature/3_liaohj
|
2022-07-25 13:44:09 +08:00 |
Hui Li
|
cd53c7e573
|
Delete tmqDropNtb.py
test: split two cases for timeout
|
2022-07-25 13:38:54 +08:00 |