Commit graph

24373 commits

Author SHA1 Message Date
Jinqing Kuang
c07729b166 fix(stream): ignore disordered data of count window and sliding trigger 2025-07-10 12:22:54 +08:00
Jinqing Kuang
bd10db9bd6 fix(stream): fix meta pull at recalculation 2025-07-10 12:22:54 +08:00
Jing Sima
b2fcb4d4f1 feat: [TS-6100] Fix invalid timerange expr. 2025-07-10 11:22:59 +08:00
WANG MINGMING
8d1823cbd7
Merge pull request #31754 from taosdata/feat/TS-6100-3.0-mm
fix(stream): memory leak
2025-07-10 10:50:21 +08:00
Jinqing Kuang
b78c03b458 fix(stream): handle redundant start msg of stream trigger task 2025-07-10 09:52:51 +08:00
wangmm0220
aab8bce2dd Merge remote-tracking branch 'origin/feat/TS-6100-3.0' into feat/TS-6100-3.0-mm 2025-07-10 09:11:49 +08:00
Jinqing Kuang
55024e7f6c fix(stream): fix calc data schema of virtual tables 2025-07-10 08:59:21 +08:00
Simon Guan
de85dad2a4
fix: comile error if without BUILD_CONTRIB (#31756) 2025-07-10 08:44:08 +08:00
Pan Wei
baf6a52153
Merge branch '3.0' into feat/TS-6100-3.0 2025-07-10 08:25:34 +08:00
xinsheng Ren
7ed0a24293
Merge pull request #31744 from taosdata/fix/6100/tbnametoolong
fix: tbname too long
2025-07-10 07:07:26 +08:00
facetosea
20be65d8c6 fix: memcpy c string 2025-07-10 02:08:03 +08:00
facetosea
82d0a769d7 fix: tbname cpy 2025-07-10 01:44:22 +08:00
wangmm0220
3661d83f86 fix(stream): memory leak 2025-07-10 00:22:38 +08:00
xinsheng Ren
98d131f5f5
Merge pull request #31750 from taosdata/feat/6100/resetCreateFlag
fix: reset  create flag
2025-07-10 00:06:04 +08:00
facetosea
f3d6334b16 fix: set autocreate flag to false 2025-07-09 23:51:29 +08:00
xinsheng Ren
0eb838ce9f
Merge pull request #31741 from taosdata/fix/6100/createTb
fix: create tb
2025-07-09 19:37:59 +08:00
xinsheng Ren
8d2e1d706f
Merge pull request #31739 from taosdata/fix/6100/timerange
fix: timerange
2025-07-09 19:28:39 +08:00
Pan Wei
6cea090c86
fix: memory issues and case issues (#31743)
* 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

---------

Co-authored-by: huohong <sallyhuo@taosdata.com>
2025-07-09 18:57:01 +08:00
Jing Sima
d9d69459c3 feat: [TS-6100] Disable scan path optimize in stream query. 2025-07-09 18:41:40 +08:00
Jing Sima
753ff11a26 feat: [TS-6100] Fix error when no child table in super virtual table. 2025-07-09 18:31:32 +08:00
facetosea
caa6801d77 fix: reset create flag 2025-07-09 18:29:53 +08:00
Jing Sima
b3226e4310 feat: [TS-6100] Optimize error msg. 2025-07-09 18:17:48 +08:00
Jing Sima
2133d47fd0 feat: [TS-6100] Fix vstable scan plan 2025-07-09 18:16:00 +08:00
Jing Sima
693619f0c0
feat: [TS-6100] Fix ignore_nodata_trigger syntax error. (#31737) 2025-07-09 18:10:46 +08:00
facetosea
882a9f23d5 fix: tbname too long 2025-07-09 16:19:39 +08:00
facetosea
169271fca4 fix: timerange 2025-07-09 15:38:56 +08:00
facetosea
65a1a72b37 fix: create tb 2025-07-09 15:07:11 +08:00
facetosea
5257caa8c2 fix: timerange 2025-07-09 14:36:08 +08:00
xinsheng Ren
c10b6df2d6
Merge pull request #31730 from taosdata/feat/6100/csumScalarFunction
feat: csumScalarFunction backup
2025-07-09 11:19:02 +08:00
Jinqing Kuang
aa440ea6b9 fix(stream): force to close last window in history calc 2025-07-09 11:12:50 +08:00
Jinqing Kuang
749bac875c fix(stream): limit number of windows in each calc request 2025-07-09 11:12:50 +08:00
facetosea
31b20b164c feat: csumScalarFunction backup 2025-07-09 10:56:39 +08:00
Jing Sima
905cef421c
feat: [TS-6100] Fix count window check (#31724) 2025-07-09 10:36:02 +08:00
Jing Sima
a12a9d80d9
feat: [TS-6100] Fix vtable scan wrong plan and fix mem leak (#31721) 2025-07-09 08:57:06 +08:00
WANG MINGMING
88ede44898
Merge pull request #31706 from taosdata/feat/TS-6100-3.0-mm
Feat/ts 6100 3.0 mm
2025-07-08 23:43:43 +08:00
Pan Wei
5df70fead0
fix: memory issues (#31716)
* 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

---------

Co-authored-by: huohong <sallyhuo@taosdata.com>
2025-07-08 19:20:10 +08:00
Jing Sima
c03264f6d5
feat: [TS-6100] Fix vtable scan wrong plan and fix mem leak (#31713)
* feat: [TS-6100] Fix vtable scan wrong plan and fix mem leak

* feat: [TS-6100] Fix count window check.

* Revert "feat: [TS-6100] Fix vtable scan wrong plan and fix mem leak"

This reverts commit ae7b0e1dbc.
2025-07-08 18:18:46 +08:00
Jinqing Kuang
04fa3d3487 fix(stream): fix calc data cache of vtable 2025-07-08 17:44:15 +08:00
wangmm0220
7ec5dd8990 fix(stream): set table scan operator param in vtable scan & fix filter error 2025-07-08 16:47:43 +08:00
Simon Guan
d497a960eb Merge branch 'main' into merge/mainto3.0 2025-07-08 16:35:39 +08:00
facetosea
2059de7d7a fix: _rowts in external window 2025-07-08 16:32:49 +08:00
Jing Sima
c3ada3e32d feat: [TS-6100] Support IGNORE_NODATA_TRIGGER. 2025-07-08 15:50:26 +08:00
Jing Sima
dd75d09bb2 feat: [TS-6100] Fix wrong vgid for tagscan 2025-07-08 15:14:29 +08:00
wangmm0220
30c692309c Merge remote-tracking branch 'origin/feat/TS-6100-3.0' into feat/TS-6100-3.0-mm 2025-07-08 14:30:25 +08:00
wangmm0220
9da567453a fix(stream): set table scan operator param in vtable scan & fix filter error 2025-07-08 14:30:18 +08:00
xinsheng Ren
7d09b55b4a
Merge pull request #31705 from taosdata/feat/osFile/writeevWindows
fix: writev on windows
2025-07-08 14:23:55 +08:00
facetosea
292c453737 fix: writev on windows 2025-07-08 14:08:41 +08:00
Tony Zhang
6afc4cbe8f
fix: fill math operator resType precision in translation (#31693)
Co-authored-by: Tony Zhang <tonyzhang@taosdata.com>
2025-07-08 13:56:25 +08:00
facetosea
9693811885 fix: free tbname when quit 2025-07-08 12:56:29 +08:00
facetosea
76debd11c9 fix: tbname 2025-07-08 11:46:19 +08:00