Commit graph

4669 commits

Author SHA1 Message Date
Xiaoyu Wang
e00a9fa903
Merge pull request #12801 from taosdata/feature/3.0_wxy
fix: some prblems of parser and planner
2022-05-21 16:41:35 +08:00
Xiaoyu Wang
bec1c2463c fix: some prblems of parser and planner 2022-05-21 16:13:54 +08:00
54liuyao
cacc7364d7 fix(stream): avoid check data update for tmq 2022-05-21 15:41:36 +08:00
Haojun Liao
6466187a63
Merge pull request #12788 from taosdata/feature/3_liaohj
fix(query): specify the primary timestamp column in ssdatablock
2022-05-21 14:46:08 +08:00
Haojun Liao
c96036a7c4 fix(query): add null value check before update the block window info 2022-05-21 14:08:00 +08:00
yihaoDeng
305fa25490 enh: delete redundancy code 2022-05-21 11:18:32 +08:00
Haojun Liao
00821527be fix(query): specify the primary timestamp column in ssdatablock when update the time range of ssdatablock. 2022-05-21 11:02:53 +08:00
Haojun Liao
800aa60588
Merge pull request #12779 from taosdata/feature/3_liaohj
fix(query): set buffer page dirty when place data in it.
2022-05-21 10:33:55 +08:00
Haojun Liao
03c916b436 fix(query): set buffer page dirty when place data in it. 2022-05-20 23:59:17 +08:00
Haojun Liao
25e2a9dd72 refactor: do some internal refactor, and set the correct intermediate buffer size for average function. 2022-05-20 23:58:34 +08:00
Liu Jicong
9ad18b8c2d
Merge pull request #12776 from taosdata/feature/3_liaohj
fix(query): ignore the check of qualified table id.
2022-05-20 23:15:50 +08:00
Haojun Liao
2964542617 fix(query): ignore the check of qualified table id. 2022-05-20 22:45:43 +08:00
WANG MINGMING
aac3d30d98
Merge pull request #12772 from taosdata/feature/TD-13041
fix: unit test in json scalar operator
2022-05-20 22:17:59 +08:00
dapan1121
d0aa9436e4 Merge remote-tracking branch 'origin/3.0' into feature/qnode 2022-05-20 21:05:21 +08:00
wangmm0220
5c553a37f5 fix: unit test in json scalar operator 2022-05-20 21:01:22 +08:00
wangmm0220
56fba8eb27 fix: unit test in json scalar operator 2022-05-20 20:57:45 +08:00
dapan1121
3d5073e785 fix res issue 2022-05-20 19:25:46 +08:00
Liu Jicong
d8479d7a0d merge from 3.0 2022-05-20 18:55:40 +08:00
Liu Jicong
7391a756f6 refactor(stream) 2022-05-20 18:53:21 +08:00
Xiaoyu Wang
8dad69b465
Merge pull request #12766 from taosdata/feature/3.0_wxy
feat: add scenarios that trigger metadata refresh
2022-05-20 18:41:04 +08:00
Yihao Deng
1d1167676f
Merge pull request #12752 from taosdata/fix/tq_mem
fix: tq mem leak
2022-05-20 18:28:54 +08:00
Xiaoyu Wang
7feeea974c feat: add scenarios that trigger metadata refresh 2022-05-20 18:22:40 +08:00
dapan1121
a353b1a1fb refresh meta 2022-05-20 18:00:05 +08:00
yihaoDeng
90f8acf168 fix: tq mem leak 2022-05-20 17:49:42 +08:00
Haojun Liao
ee470a9427 other: merge 3.0 2022-05-20 17:12:04 +08:00
Haojun Liao
fa84d0585b enh(query): enable remove the candidate table ids in the stream scanner. 2022-05-20 17:07:53 +08:00
yihaoDeng
2911e36267 fix: tq mem leak 2022-05-20 16:59:44 +08:00
Haojun Liao
5e819fbdb3 fix(query): assign the group id in the ssdatablock when generating grouped results. 2022-05-20 16:50:39 +08:00
yihaoDeng
afda7c637b fix: tq mem leak 2022-05-20 15:58:25 +08:00
Hongze Cheng
b563902bb4 make it compile 2022-05-20 07:40:21 +00:00
dapan1121
40a3f02463 Merge remote-tracking branch 'origin/3.0' into feature/qnode 2022-05-20 15:38:45 +08:00
Hongze Cheng
69e6b4baac Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/hzcheng_3.0 2022-05-20 07:21:40 +00:00
Ganlin Zhao
464a79ac50
Merge pull request #12747 from taosdata/feature/3.0_glzhao
fix(query): change unique function type to non-standard sql function
2022-05-20 15:16:52 +08:00
Hongze Cheng
dc392aae16 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/hzcheng_3.0 2022-05-20 07:07:59 +00:00
Hongze Cheng
3b4551cc26 fix: tdb concurrency 2022-05-20 07:07:51 +00:00
Ganlin Zhao
98092217ee fix: fix windows compilation error 2022-05-20 14:58:04 +08:00
Ganlin Zhao
3d34f7850e fix(query): change unique function type to non-standard sql function 2022-05-20 13:59:20 +08:00
Xiaoyu Wang
c726681009
Merge pull request #12743 from taosdata/feature/3.0_wxy
feat: the scan subplan adds the 'dbFName' attribute for metadata refresh
2022-05-20 13:52:00 +08:00
Hongze Cheng
90dff224d8 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/hzcheng_3.0 2022-05-20 05:30:52 +00:00
Hongze Cheng
366832378e make compile 2022-05-20 05:28:24 +00:00
WANG MINGMING
c715ee5993
Merge pull request #12719 from taosdata/feature/TD-13041
fea: add select json from table
2022-05-20 13:15:49 +08:00
Xiaoyu Wang
079f2fb93e feat: the scan subplan adds the 'dbFName' attribute for metadata refresh 2022-05-20 12:47:23 +08:00
Haojun Liao
ff0b38fd49
Merge pull request #12738 from taosdata/feature/3_liaohj
fix(query): set the correct number of expressions.
2022-05-20 12:26:33 +08:00
Hongze Cheng
d716fb3a55 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/hzcheng_3.0 2022-05-20 04:11:57 +00:00
Haojun Liao
7b55cb0df2 fix(query): set the correct number of expressions. 2022-05-20 12:06:29 +08:00
Haojun Liao
60e34d7934
Merge pull request #12724 from taosdata/feature/3_liaohj
enh(query): limit the rsp ssdatablock size.
2022-05-20 11:33:53 +08:00
Shengliang Guan
7b1833a6f8
Merge pull request #12733 from taosdata/fix/mnode
refactor: adjust vnode sync
2022-05-20 11:09:28 +08:00
Shengliang Guan
f2a84eda09 refactor: adjust vnode header file 2022-05-20 10:45:43 +08:00
Shengliang Guan
0f9cd43027 refactor: adjust sync header file 2022-05-20 10:30:30 +08:00
Hongze Cheng
f7cc44d616 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/hzcheng_3.0 2022-05-20 02:24:27 +00:00