Commit graph

4740 commits

Author SHA1 Message Date
Cary Xu
d85d6d3fb6
Merge pull request #12856 from taosdata/feature/TD-13066-3.0
fix: use bound index instead of colid in case of alter schema
2022-05-23 20:33:47 +08:00
Xiaoyu Wang
f95639227e
Merge pull request #12874 from taosdata/feature/3.0_wxy
feat: tag index filter plan
2022-05-23 20:29:25 +08:00
dapan1121
06896e947d
Merge pull request #12775 from taosdata/feature/3.0_constant
feat: support constant value as function param
2022-05-23 20:11:47 +08:00
Xiaoyu Wang
5911828a2a feat: tag index filter plan 2022-05-23 20:11:26 +08:00
Cary Xu
8203073598 fix: revert to use the col id 2022-05-23 19:52:57 +08:00
Xiaoyu Wang
dec850677b Merge remote-tracking branch 'origin/3.0' into feature/3.0_wxy 2022-05-23 19:50:33 +08:00
Xiaoyu Wang
8da52cbb04 feat: tag index filter plan 2022-05-23 19:50:08 +08:00
Cary Xu
177462a6e5 fix: revert to pass the table auto create case firstly 2022-05-23 19:08:30 +08:00
dapan1121
0c22c548d8 fix constant reserve issue 2022-05-23 19:06:22 +08:00
Yihao Deng
cbc6a43015
Merge pull request #12865 from taosdata/enh/index_filter
enh: index filter interface
2022-05-23 17:50:32 +08:00
yihaoDeng
7da509b2f2 enh: index filter interface 2022-05-23 17:31:36 +08:00
Liu Jicong
65c5604ebe
Merge pull request #12864 from taosdata/feature/stream
refactor(stream)
2022-05-23 17:27:10 +08:00
dapan1121
94f976cae6
Merge pull request #12860 from taosdata/feature/qnode
feat: support schedule based on level
2022-05-23 17:10:52 +08:00
dapan1121
741ec2f5ac fix varchr len issue 2022-05-23 17:09:03 +08:00
Liu Jicong
a393dee9d2 refactor(stream) 2022-05-23 16:51:12 +08:00
dapan1121
5fc9aa5ec1 Merge remote-tracking branch 'origin/3.0' into feature/3.0_constant 2022-05-23 16:17:59 +08:00
dapan1121
8324a5a669 Merge remote-tracking branch 'origin/3.0' into feature/qnode 2022-05-23 16:12:47 +08:00
dapan1121
c6c8134a92 support level schedule 2022-05-23 16:12:05 +08:00
Hongze Cheng
d784da0da0 feat: discard const when decode 2022-05-23 07:47:49 +00:00
Cary Xu
f63552c213 fix: use bound index instead of colid in case of alter schema 2022-05-23 15:25:01 +08:00
afwerar
93a0c69edc fix(os): win ctest error 2022-05-23 13:42:56 +08:00
dapan1121
403b2ba1c2
Merge pull request #12731 from taosdata/feature/async
feat: add catalog async api
2022-05-23 12:52:11 +08:00
dapan1121
7e1b2b7aad fix bug 2022-05-23 11:47:39 +08:00
54liuyao
42fcb433dc fix(stream):adjust bloom filter 2022-05-23 11:30:22 +08:00
dapan1121
9668016fe1 fix compile issue 2022-05-23 10:59:44 +08:00
dapan1121
9d6475fa09 Merge remote-tracking branch 'origin/3.0' into feature/async 2022-05-23 09:26:48 +08:00
Yihao Deng
b276ec5dd6
Merge pull request #12807 from taosdata/enh/refactorIdx
Enh/refactor idx
2022-05-22 23:36:52 +08:00
Xiaoyu Wang
38454837ab
Merge pull request #12814 from taosdata/feature/3.0_wxy
fix: some prblems of parser and planner
2022-05-22 23:24:49 +08:00
yihaoDeng
bad686568d fix: avoid invalid read/write 2022-05-22 23:19:35 +08:00
yihaoDeng
fb4982f8ca merge 3.0 2022-05-22 21:41:55 +08:00
shenglian-zhou
cba190ccc3
Merge branch '3.0' into feature/udf 2022-05-22 21:40:12 +08:00
yihaoDeng
5a0e7dfa74 enh: refator index/transport code 2022-05-22 19:58:42 +08:00
afwerar
8a0d6d6e99 fix(os): win not close file ctest error 2022-05-22 17:16:01 +08:00
shenglian zhou
1e8a287662 feat: udf code refactoring 2022-05-22 16:37:06 +08:00
shenglian zhou
e56a650877 udf: refactor code 2022-05-22 16:31:37 +08:00
shenglian zhou
7976b6abfd feat:udf refactoring 2022-05-22 16:29:41 +08:00
shenglian zhou
712217ab02 enhance: udf code refactoring 2022-05-22 16:08:39 +08:00
shenglian zhou
317db70052 Merge branch '3.0' of github.com:taosdata/TDengine into feature/udf 2022-05-22 16:04:21 +08:00
shenglian zhou
548838d9c3 enhance: udf code refactoring 2022-05-22 16:03:46 +08:00
afwerar
5acf419019 fix(os): win not close file ctest error 2022-05-21 23:47:39 +08:00
yihaoDeng
8f75b96ed4 enh: refator index/transport code 2022-05-21 23:33:39 +08:00
dapan1121
867a0914e8
Merge pull request #12800 from taosdata/feature/qnode
feat: drop table meta cache after table dropped
2022-05-21 22:17:51 +08:00
dapan1121
9364218963 fix mem leak 2022-05-21 21:59:04 +08:00
Xiaoyu Wang
7a215a238f fix: some prblems of parser and planner 2022-05-21 20:58:12 +08:00
dapan1121
dbb3c3e4a2 fix catalog issue 2022-05-21 19:14:17 +08:00
WANG MINGMING
62e3cb1617
Merge pull request #12803 from taosdata/feature/TD-14761
fea: add null tag support in schemaless
2022-05-21 18:52:21 +08:00
Liu Jicong
55fd6adea2
Merge pull request #12808 from taosdata/feature/stream
fix: memory error
2022-05-21 18:39:03 +08:00
Xiaoyu Wang
89562acb01 feat: the length of binary/nchar type value is the same as that of column 2022-05-21 18:09:31 +08:00
Liu Jicong
fc9c22b89c fix(stream): array init error 2022-05-21 17:35:14 +08:00
yihaoDeng
4d18fa0875 enh: refator index/transport code 2022-05-21 17:29:50 +08:00