Shengliang Guan
|
6d0b51bfd2
|
refactor: adjust SRpcMsg handle to info
|
2022-05-16 20:07:09 +08:00 |
Shengliang Guan
|
b765f21e05
|
refactor: adjust SRpcMsg
|
2022-05-16 16:32:30 +08:00 |
Shengliang Guan
|
7729ce2eb3
|
refactor: adjust SRpcMsg
|
2022-05-16 16:13:51 +08:00 |
Shengliang Guan
|
fc94b71c80
|
refactor: adjust SRpcMsg
|
2022-05-16 15:17:11 +08:00 |
Shengliang Guan
|
c78517549e
|
refactor: adjust SRpcMsg
|
2022-05-16 14:13:20 +08:00 |
Haojun Liao
|
fe01caf3c8
|
Merge pull request #12473 from taosdata/feature/3.0_liaohj
fix(query): ignore the reserved column data when generating filtered result.
|
2022-05-14 17:24:18 +08:00 |
slzhou
|
2a42fc66bc
|
fix: udf task to queue whenever uv_write result
|
2022-05-14 16:51:16 +08:00 |
Haojun Liao
|
46e76fc2ee
|
fix(query): fix a corner case for generating the filtered ssdatablock.
|
2022-05-14 16:40:51 +08:00 |
Haojun Liao
|
234c0cd966
|
fix(query): ignore the reserved column data when generating filtered result.
|
2022-05-14 16:28:34 +08:00 |
slzhou
|
8d1ddbd877
|
fix: remove from task queue before signalling caller
|
2022-05-14 15:42:21 +08:00 |
Xiaoyu Wang
|
a5210ee155
|
Merge pull request #12466 from taosdata/feature/3.0_wxy
fix: some problems of parser and planner
|
2022-05-14 13:17:20 +08:00 |
afwerar
|
81e48a9e23
|
fix(os): 3.0 TDengine package error
|
2022-05-14 12:25:29 +08:00 |
Xiaoyu Wang
|
84018cdbd2
|
fix: some problems of parser and planner
|
2022-05-14 12:21:57 +08:00 |
Shengliang Guan
|
1f5941ebde
|
Merge pull request #12465 from taosdata/fix/mnode
enh: control the memory of the rpc queue
|
2022-05-14 12:05:18 +08:00 |
Xiaoyu Wang
|
f0df0da98f
|
fix: some problems of parser and planner
|
2022-05-14 11:59:23 +08:00 |
Shengliang Guan
|
7ad96ac276
|
enh: control the memory of the rpc queue
|
2022-05-14 11:53:46 +08:00 |
dapan1121
|
7473f61394
|
Merge pull request #12458 from taosdata/feature/qnode
fix: fix string to timestamp issue
|
2022-05-14 11:50:22 +08:00 |
Hongze Cheng
|
f3eaca04f5
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into feat--tag-index
|
2022-05-14 03:04:06 +00:00 |
Yihao Deng
|
9dc392d321
|
Merge pull request #12455 from taosdata/enh/add_more_index_ut
enh(index): add more UT
|
2022-05-14 10:49:10 +08:00 |
Xiaoyu Wang
|
422f65abf6
|
Merge pull request #12462 from taosdata/feature/feat--tag-index_wxy
fix: 'create table using' problem
|
2022-05-14 10:39:38 +08:00 |
Xiaoyu Wang
|
e9042e709d
|
fix: 'create table using' problem
|
2022-05-14 10:36:19 +08:00 |
Xiaoyu Wang
|
e0a51d43e7
|
fix: 'union [all]' syntax problems
|
2022-05-14 09:42:52 +08:00 |
dapan1121
|
4f8346ed91
|
Merge branch 'feature/qnode' of github.com:taosdata/TDengine into feature/qnode
|
2022-05-14 09:38:00 +08:00 |
dapan1121
|
feaf9d0519
|
fix string to ts issue
|
2022-05-14 09:37:29 +08:00 |
slzhou
|
b53e7192fc
|
fix: core caused by invalid total rows of data block when executing sql like select udf2(f2) from udf.t2 group by 1-udf1(f1)
|
2022-05-14 09:31:30 +08:00 |
Shengliang Guan
|
1e41ba8c14
|
Merge remote-tracking branch 'origin/3.0' into fix/mnode
|
2022-05-14 09:30:55 +08:00 |
yihaoDeng
|
e21588c627
|
enh(index): add NULL value and remove duplicate
|
2022-05-13 23:49:37 +08:00 |
yihaoDeng
|
42db1080c4
|
enh(index): add more UT
|
2022-05-13 23:44:50 +08:00 |
yihaoDeng
|
d003f1b0d7
|
enh(index): add more UT
|
2022-05-13 23:30:46 +08:00 |
Shengliang Guan
|
7b15cdb287
|
Merge branch '3.0' into feature/qnode
|
2022-05-13 23:27:59 +08:00 |
Shengliang Guan
|
253651a521
|
Merge pull request #12449 from taosdata/feature/3.0_glzhao
feat(query): add sample function using reservoir sampling method
|
2022-05-13 23:27:07 +08:00 |
Shengliang Guan
|
4ebdb93679
|
Merge pull request #12448 from taosdata/feature/TD-14761
fea: add test case for schemaless
|
2022-05-13 23:26:33 +08:00 |
Shengliang Guan
|
9debc281b1
|
Merge remote-tracking branch 'origin/3.0' into feature/dnode
|
2022-05-13 23:03:34 +08:00 |
dapan1121
|
aee28eb2fc
|
fix catalog bug
|
2022-05-13 22:18:43 +08:00 |
slzhou
|
d97030af70
|
Merge branch '3.0' of github.com:taosdata/TDengine into feature/udf
|
2022-05-13 22:17:27 +08:00 |
slzhou
|
e8690dabef
|
feat: enhance udf scalar function calls
|
2022-05-13 22:14:53 +08:00 |
Ganlin Zhao
|
c1666e7e02
|
feat(query): add sample function
|
2022-05-13 22:08:37 +08:00 |
Ganlin Zhao
|
18ac565a93
|
feat(query): add sample function
|
2022-05-13 22:06:22 +08:00 |
Shengliang Guan
|
2258916b1d
|
test: recover tmq/basic5.py
|
2022-05-13 22:02:55 +08:00 |
shenglian-zhou
|
095217a204
|
Merge pull request #12445 from taosdata/feature/udf
feat: fix erros of square int overflow and block capacity set before filling a new column
|
2022-05-13 21:59:02 +08:00 |
Haojun Liao
|
d760f981a3
|
Merge pull request #12437 from taosdata/feature/3.0_liaohj
fix(query): set the correct state value key index.
|
2022-05-13 21:58:32 +08:00 |
wangmm0220
|
f284226f3f
|
refactor: add ut casese for schemaless
|
2022-05-13 21:47:55 +08:00 |
afwerar
|
0815843e94
|
fix(os): make taosd.exe taos.exe run on windows.
|
2022-05-13 21:42:16 +08:00 |
Ganlin Zhao
|
315a875208
|
feat(query): add sample function
|
2022-05-13 21:36:33 +08:00 |
Ganlin Zhao
|
d24254fb84
|
feat(query): add sample function
|
2022-05-13 21:13:35 +08:00 |
slzhou
|
a6900a7e96
|
fix : udf2 overflow for large int multiply large int
|
2022-05-13 21:02:32 +08:00 |
slzhou
|
d54e345dc9
|
fix: ensure capacity before column merge: select agg1(col/10), agg2(col/2)
|
2022-05-13 21:00:46 +08:00 |
dapan1121
|
e364f3b71b
|
Merge remote-tracking branch 'origin/3.0' into feature/qnode
|
2022-05-13 19:20:37 +08:00 |
dapan1121
|
1b2ca4c1b4
|
stmt query
|
2022-05-13 19:08:16 +08:00 |
Haojun Liao
|
5dadb26070
|
fix(query): set the correct state value key index.
|
2022-05-13 18:18:54 +08:00 |