Jing Sima
84da33463a
feat: [TS-6100] Fix virtual table
2025-07-15 17:58:53 +08:00
Pan Wei
4c2ae9bd73
fix: external window and msg response issues ( #31825 )
...
* enh: add operator reset func
* fix: merge join reset issue
* fix: memory issues
* fix: add debug assert
* fix: memory issues
* fix: memory leak
* fix: memory issues
* fix taos log miss
* fix: case issue
* fix: case issue
* fix: case issues
* fix: drop dnode issue
* fix: memory issues
* fix: memory issues
* fix: memory leak issues
* fix: recalculate time range issue
* fix: add debug log
* fix: memory issues
* fix: enable case asan
* Update streamlist_for_ci.task
* fix: case asan issue
* fix: stream name issue
* fix: external window compile issues
* fix: deploy memory issue
* fix: ahandle issue
* fix: ahandle issue
* fix: ahandle issue
* fix: virtual table reader list issue
* fix: log info
* fix: msg error
* fix: virtual table addr list issue
* fix: memory issues
* fix: memory leak issue
* fix: memory issues
* fix: memory free issues
* fix: memory issues
* fix: snode deploy issue
* fix: mnode reader issue
* fix: memory issues
* fix: add debug test
* enh: add ignore nodata trigger
* fix: memory leaks
* fix: configuration issue
* fix: memory issue
* fix: external window issue
* fix: external window issues
* fix: external window placeholder issue
* fix: placeholder function init issues
* fix: memory leak issue
* fix: add debug log
* fix: compile issues
* fix: double free issue
* fix: runner addr update issue
* fix: msg rsp issue
* fix: external window reset issue
* fix: configuration issue
---------
Co-authored-by: huohong <sallyhuo@taosdata.com>
2025-07-12 11:08:37 +08:00
Pan Wei
2e3cbf4aa9
fix: placeholder function issues ( #31789 )
...
* enh: add operator reset func
* fix: merge join reset issue
* fix: memory issues
* fix: add debug assert
* fix: memory issues
* fix: memory leak
* fix: memory issues
* fix taos log miss
* fix: case issue
* fix: case issue
* fix: case issues
* fix: drop dnode issue
* fix: memory issues
* fix: memory issues
* fix: memory leak issues
* fix: recalculate time range issue
* fix: add debug log
* fix: memory issues
* fix: enable case asan
* Update streamlist_for_ci.task
* fix: case asan issue
* fix: stream name issue
* fix: external window compile issues
* fix: deploy memory issue
* fix: ahandle issue
* fix: ahandle issue
* fix: ahandle issue
* fix: virtual table reader list issue
* fix: log info
* fix: msg error
* fix: virtual table addr list issue
* fix: memory issues
* fix: memory leak issue
* fix: memory issues
* fix: memory free issues
* fix: memory issues
* fix: snode deploy issue
* fix: mnode reader issue
* fix: memory issues
* fix: add debug test
* enh: add ignore nodata trigger
* fix: memory leaks
* fix: configuration issue
* fix: memory issue
* fix: external window issue
* fix: external window issues
* fix: external window placeholder issue
* fix: placeholder function init issues
* fix: memory leak issue
---------
Co-authored-by: huohong <sallyhuo@taosdata.com>
2025-07-11 13:55:15 +08:00
facetosea
c2a494541b
fix: filter needn't reset
2025-07-03 11:12:45 +08:00
Jing Sima
40a714a020
feat: [TS-6100] Parse create stream sql: change virtual table plan
2025-06-21 17:29:36 +08:00
wangmm0220
395ee23fe8
fix(stream): add logic of resetting operator
2025-06-12 16:56:21 +08:00
wangjiaming0909
bfdad60c2e
new-stream: external window operator impl
2025-05-12 17:36:10 +08:00
dapan1121
009e8aa41e
Merge remote-tracking branch 'origin/3.0' into feat/TS-6100-3.0
2025-05-12 16:24:22 +08:00
wangjiaming0909
1ccc6c69a8
new-stream: runner impl
2025-04-29 15:31:17 +08:00
Jing Sima
ffd0a5eb57
fix: [TD-34205] Fix vtable mem leak ( #30608 )
2025-04-07 18:49:49 +08:00
Jing Sima
410324746b
feat:[TS-4897] virtual table ( #30098 )
...
* feat: [TS-4897] Support create/drop/alter/show/describe vtable
* feat: [TS-4897] Support vtable's query
* feat: [TS-4897] Support create virtual supertable
* feat: [TS-4897] Support explain analyze / where / count(*) and only select ts of vtable.
* feat: [TS-4897] Add create test and fix bugs
* feat: [TS-4897] Add alter/drop test and fix bugs
* feat: [TS-4897] Add describe/show test and fix bugs
* feat: [TS-4897] Add auth test and fix bugs
* feat: [TS-4897] Fix meta/catalog/cache bugs
* feat: [TS-4897] Support select tag from virtual child table
* feat: [TS-4897] Add select test and fix plenty of bugs
* feat: [TS-4897] Add optimize rule for vtable scan / support create vtable cross database / remove enterprise constraint / fix bugs.
* feat: [TS-4897] Fix 'schema is old'
* feat: [TS-4897] Support virtual stable query
* feat: [TS-4897] Add tests and Fix bugs
* feat: [TS-4897] resolve conflict.
2025-03-15 14:10:46 +08:00
Jinqing Kuang
51ffff2079
feat(query)[TS-5470]: add syntax to specify minimum duration for event and state windows
...
Introduce the `true for` syntax to allow users to specify the minimum
duration for event and state windows. Add corresponding tests to
validate the feature. Updated the user manual with usage instructions.
2025-02-24 08:02:48 +08:00
dapan1121
2bd493f77b
fix: return code issues
2024-12-11 19:18:50 +08:00
dapan1121
7fd0d024fc
fix: windows compile issue
2024-12-10 09:15:15 +08:00
dapan1121
d77147d296
Merge remote-tracking branch 'origin/3.0' into feat/TD-30268
2024-12-06 17:43:19 +08:00
dapan1121
011ff04234
fix: scheduler dead lock issue
2024-12-05 18:07:37 +08:00
Shengliang Guan
6db8a25c98
Merge branch 'main' into merge/mainto3.0
2024-11-27 22:31:17 +08:00
factosea
8f1eda88ad
enh: error code
2024-11-22 17:18:42 +08:00
wangjiaming0909
fc39ea70ac
fix tsma stream same tbname with same group id
2024-11-08 09:42:59 +08:00
xsren
974591f265
fix: colDataSetOrCover
2024-10-31 14:23:28 +08:00
xsren
e8835c2caa
blockDataCheck
2024-10-23 15:37:49 +08:00
Haojun Liao
84da5eab2e
Merge pull request #28187 from taosdata/fix/3_liaohj
...
fix(stream): use meta id instead of ptr.
2024-09-30 09:00:56 +08:00
Jing Sima
5a2c78daa2
fix:[TD-32385] Return true errcode when error occurs.
2024-09-29 10:09:15 +08:00
Haojun Liao
cc6daa0855
Merge branch '3.0' into fix/3_liaohj
2024-09-24 19:14:50 +08:00
Haojun Liao
4e4003c5a7
Merge branch '3.0' into fix/3_liaohj
2024-09-24 18:36:18 +08:00
Haojun Liao
2b78b660bd
refactor: update the error logs.
2024-09-24 18:19:47 +08:00
Jing Sima
122b707ac8
enh:[TD-32158] Free memory allocated in function setup.
2024-09-24 11:35:36 +08:00
Jing Sima
23b525458e
fix:[TD-32262] Avoid mem leak when error occurs.
2024-09-23 13:50:55 +08:00
lyh250-666
116844208d
enh:modify error code passing
2024-09-20 13:23:44 +08:00
54liuyao
19a51d82eb
fix(stream):fix mem leak and malloc res
2024-09-18 10:58:27 +08:00
Pan Wei
b795638456
Merge pull request #27760 from taosdata/fix/3.0/TD-31974
...
fix:[TD-31974] fix memory leak when error occurs after mode function init
2024-09-12 08:44:08 +08:00
Jing Sima
d670778802
fix:[TD-31974] fix memory leak when error occurs after mode function init.
2024-09-11 14:47:14 +08:00
dapan1121
dc983b9a39
fix: add block data check
2024-09-10 16:56:36 +08:00
Haojun Liao
0236db51f6
fix(query): fix memory leak and do some internal refactor.
2024-09-06 15:44:25 +08:00
Pan Wei
090e8d9921
Merge pull request #27630 from taosdata/enh/TD-31691
...
enh:modify error code passing in libs/executor/
2024-09-03 18:23:21 +08:00
lyh250-666
9c8f630759
enh:modify error code passing in libs/executor/
2024-09-03 11:01:02 +08:00
54liuyao
ae158487b7
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-31833
2024-09-02 16:00:50 +08:00
54liuyao
983962238e
fix(query):fix query operator memory leak
2024-09-02 13:46:21 +08:00
Jing Sima
c2d9178bf0
fix:[TD-31828] fix crash in mode function.
2024-09-02 10:25:23 +08:00
Haojun Liao
c118df0ec4
fix(query): fix memory leak.
2024-08-27 17:04:44 +08:00
54liuyao
de4f09b8fd
ehn(query): remove query executor assert
2024-08-23 11:01:45 +08:00
54liuyao
99bdcb3f58
enh(stream):remove assert of stream operator
2024-08-20 15:02:09 +08:00
Haojun Liao
a8eedcfdc6
Merge pull request #27012 from taosdata/fix/syntax
...
fix(query):check return code
2024-08-07 09:17:56 +08:00
Haojun Liao
e0fc36ce97
fix(query):check return code
2024-08-06 17:32:20 +08:00
54liuyao
351779024d
Merge branch '3.0' of https://github.com/taosdata/TDengine into 3.0
2024-08-06 10:46:03 +08:00
54liuyao
1edcd654d4
adj operator res
2024-08-06 09:24:31 +08:00
54liuyao
5c50970cca
Merge branch '3.0' of https://github.com/taosdata/TDengine into 3.0
2024-08-05 16:37:08 +08:00
Haojun Liao
666e813b5f
Merge pull request #26969 from taosdata/fix/TD-31209
...
fix issue for function res
2024-08-05 16:24:05 +08:00
54liuyao
57068232ff
fix res issue
2024-08-05 16:09:01 +08:00
54liuyao
f0e4d2f085
fix malloc issue
2024-08-05 12:22:25 +08:00