Haojun Liao
|
c638f9d53a
|
Merge pull request #14889 from taosdata/feature/3_liaohj
fix(query):fix invalid write in sample query processing.
|
2022-07-14 13:19:45 +08:00 |
54liuyao
|
13519f8fd9
|
feat(stream): interval offset
|
2022-07-14 11:24:24 +08:00 |
Haojun Liao
|
6fd4684a26
|
fix(query): ensure buffer before load data.
|
2022-07-14 11:16:15 +08:00 |
shenglian-zhou
|
5b1cb74c99
|
Merge pull request #14880 from taosdata/szhou/fix/td-17263
fix: set primary key target slot id through searching scan cols and finding colId that equals primary key id
|
2022-07-14 10:13:29 +08:00 |
Xiaoyu Wang
|
bc1251e0cb
|
Merge pull request #14855 from taosdata/feature/3.0_debug_wxy
feat: support pseudo columns such as _qstart, _qend and _qduration
|
2022-07-14 10:09:32 +08:00 |
slzhou@taodata.com
|
414b27fb6a
|
fix: set primary key target slot id through searching scan cols and find colId that equals primary key id
|
2022-07-14 09:19:36 +08:00 |
Haojun Liao
|
b2b69f1868
|
fix(query):fix invalid write.
|
2022-07-13 23:42:59 +08:00 |
Haojun Liao
|
38b395147a
|
Merge branch '3.0' into feature/3_liaohj
|
2022-07-13 23:27:51 +08:00 |
Haojun Liao
|
76d713a3ba
|
Merge remote-tracking branch 'origin/feature/3_liaohj' into feature/3_liaohj
|
2022-07-13 23:16:36 +08:00 |
Haojun Liao
|
083de75afc
|
fix(query):fix memory leak.
|
2022-07-13 23:15:58 +08:00 |
Haojun Liao
|
2974d826ef
|
Merge pull request #14850 from taosdata/feature/3_liaohj
fix(query): support last_row(tags) for super table query.
|
2022-07-13 23:14:57 +08:00 |
Haojun Liao
|
d40191b62c
|
fix(query): prepare the buffer before loading data.
|
2022-07-13 20:58:14 +08:00 |
Haojun Liao
|
afb20f79c7
|
fix(query): copy the value instead of assign data.
|
2022-07-13 19:58:07 +08:00 |
shenglian-zhou
|
876f6cdee7
|
Merge pull request #14868 from taosdata/szhou/fix/td-17263
fix: reset hasGroupId after outputing the previous group results
|
2022-07-13 19:00:18 +08:00 |
liuyao
|
dfaabf3d43
|
Merge pull request #14864 from taosdata/feature/TD-17357
feat(stream): optimize close window
|
2022-07-13 17:58:54 +08:00 |
slzhou@taodata.com
|
312dce4e21
|
fix: reset hasGroupId after outputing the previous group results
|
2022-07-13 17:57:59 +08:00 |
Liu Jicong
|
a717042acf
|
refactor(stream): simple batch
|
2022-07-13 17:24:36 +08:00 |
54liuyao
|
32cb6755a2
|
feat(stream): optimize close window
|
2022-07-13 17:08:27 +08:00 |
Liu Jicong
|
8a6e4b877a
|
refactor(stream): simple batch
|
2022-07-13 16:37:33 +08:00 |
Xiaoyu Wang
|
d2ce16a875
|
Merge remote-tracking branch 'origin/3.0' into feature/3.0_debug_wxy
|
2022-07-13 15:37:21 +08:00 |
Xiaoyu Wang
|
43b5ca1efe
|
feat: support pseudo columns such as _qstart, _qend and _qduration
|
2022-07-13 15:13:01 +08:00 |
Haojun Liao
|
56b1d11beb
|
fix(query): prepare the output buffer before assign daata.
|
2022-07-13 15:06:27 +08:00 |
Haojun Liao
|
649cf7e55d
|
fix(query): support last_row(tags) for super table query.
|
2022-07-13 14:21:44 +08:00 |
Hongze Cheng
|
a67c8560a0
|
Merge pull request #14787 from taosdata/feat/row_refact
refact: row format
|
2022-07-12 20:45:02 +08:00 |
Haojun Liao
|
ea5a68046e
|
Merge pull request #14825 from taosdata/feature/3_liaohj
refactor: do some internal refactor.
|
2022-07-12 20:13:20 +08:00 |
Hongze Cheng
|
a9b4c90def
|
make compile
|
2022-07-12 11:58:13 +00:00 |
Hongze Cheng
|
fefa18c0ec
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/row_refact
|
2022-07-12 11:57:02 +00:00 |
Liu Jicong
|
a34d344225
|
Merge pull request #14808 from taosdata/feature/stream
refactor(tmq): prepare only needed
|
2022-07-12 18:09:31 +08:00 |
Liu Jicong
|
8e3f5135a6
|
fix(tsdb): close fd
|
2022-07-12 17:28:14 +08:00 |
54liuyao
|
ab2b1bbf47
|
feat(stream): sliding window
|
2022-07-12 17:27:44 +08:00 |
Liu Jicong
|
0fccdace56
|
fix(tmq): reset offset
|
2022-07-12 16:39:05 +08:00 |
Haojun Liao
|
6ff68dd67d
|
refactor: do some internal refactor.
|
2022-07-12 16:24:26 +08:00 |
Haojun Liao
|
24090f0fc3
|
refactor: do some internal refactor.
|
2022-07-12 15:30:38 +08:00 |
Liu Jicong
|
7cf99d5359
|
refactor(tmq): prepare only needed
|
2022-07-12 15:11:14 +08:00 |
Liu Jicong
|
ac57956a56
|
Merge branch '3.0' into feature/stream
|
2022-07-12 14:12:18 +08:00 |
Liu Jicong
|
d637ffe22c
|
refactor(tmq): prepare only needed
|
2022-07-12 14:10:22 +08:00 |
Haojun Liao
|
4d73720fb8
|
fix(query): set the ts to be the time window start key value when filling timestamp column.
|
2022-07-12 13:45:41 +08:00 |
Haojun Liao
|
5d8f188067
|
refactor: do some internal refactor.
|
2022-07-12 10:10:39 +08:00 |
Hongze Cheng
|
59a83adf40
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/row_refact
|
2022-07-11 12:29:41 +00:00 |
Haojun Liao
|
08259f169a
|
Merge pull request #14780 from taosdata/feature/3_liaohj
fix(query): fix memory leak in query super table.
|
2022-07-11 20:11:26 +08:00 |
Hongze Cheng
|
f65e61148f
|
more row refact
|
2022-07-11 11:52:37 +00:00 |
Haojun Liao
|
91c1ae4168
|
fix(query): fix memory leak in query super table.
|
2022-07-11 19:36:19 +08:00 |
Minglei Jin
|
77053a31da
|
Merge pull request #14775 from taosdata/fix/TD-17231
metaReader/decoder: clear to release tDecoderMalloc
|
2022-07-11 19:04:32 +08:00 |
Haojun Liao
|
31b5a07a74
|
Merge pull request #14772 from taosdata/feature/3_liaohj
refactor: update time window range .
|
2022-07-11 18:58:33 +08:00 |
Minglei Jin
|
2a38443640
|
metaReader/decoder: clear to release tDecoderMalloc
|
2022-07-11 18:01:55 +08:00 |
Haojun Liao
|
1346926168
|
fix(query): avoid double free.
|
2022-07-11 17:55:08 +08:00 |
Haojun Liao
|
5965b1dfc3
|
refactor: update time window range .
|
2022-07-11 17:50:57 +08:00 |
Haojun Liao
|
0b45f95211
|
Merge pull request #14762 from taosdata/feature/3_liaohj
fix(query): add more check for fetch rsp, and set the correct start time window for fill.
|
2022-07-11 17:49:04 +08:00 |
Haojun Liao
|
a5955c3dae
|
fix(query): add more check for fetch rsp, and set the correct start time window for fill.
|
2022-07-11 15:49:13 +08:00 |
Cary Xu
|
c59478ec71
|
enh: tsma/rsma code optimization
|
2022-07-11 14:20:57 +08:00 |