Haojun Liao
012ee53d35
fix(stream): drop task in synch model in write thread.
2025-02-27 00:15:31 +08:00
Haojun Liao
45b0e47a19
refactor(stream): add long exec stream queue for history tasks in step1 and re-calculate task execution.
2025-02-27 00:15:03 +08:00
Haojun Liao
c14ba08d7c
refactor(stream): drop task in async ways
2025-02-27 00:12:11 +08:00
dapan1121
e41cd44c51
enh: add merge join primary expr type
2025-02-26 16:30:36 +08:00
Jinqing Kuang
a987d925a1
fix(query)[TD-33833]: fix function projectApplyFunctions for null pointer handling
2025-02-25 15:48:25 +08:00
Shengliang Guan
5ad05a662a
Merge branch '3.0' into feat/TS-5470-3.0
2025-02-24 16:12:47 +08:00
Shengliang Guan
8fccf318ab
Merge pull request #29902 from taosdata/merge/mainto3.0
...
merge: from main to 3.0 branch
2025-02-24 15:47:21 +08:00
Shengliang Guan
3a1d06f4d7
Merge pull request #29354 from taosdata/enh/TS-5255/colsFunc2
...
enh: ts5255/cols func2
2025-02-24 14:19:37 +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
Shengliang Guan
3a739beaa5
Merge branch 'main' into merge/mainto3.0
2025-02-22 20:07:40 +08:00
Haojun Liao
8c1ddb547f
fix(query): check return value.
2025-02-21 02:24:00 +08:00
Haojun Liao
ecc667c22b
Revert "refactor(stream): drop task in async ways"
2025-02-21 01:10:18 +08:00
Shengliang Guan
1e59168396
fix: ci errors
2025-02-20 19:20:40 +08:00
facetosea
d9bbe0d888
return code
2025-02-20 19:15:22 +08:00
Shengliang Guan
2bee60a41a
Merge branch 'main' into merge/mainto3.0
2025-02-20 18:12:02 +08:00
facetosea
75984e6d1e
fix: group const value
2025-02-20 16:29:23 +08:00
Shengliang Guan
42bafc0d47
Merge pull request #29848 from taosdata/fix/ly_stream
...
fix(tsma):drop invalid state for tsma
2025-02-20 15:04:03 +08:00
54liuyao
870fe1c071
fix(tsma):drop invalid state for tsma
2025-02-20 11:52:04 +08:00
facetosea
71bdb6fcae
nullTuple pos
2025-02-20 11:47:03 +08:00
Shengliang Guan
60245b4e46
Merge pull request #29800 from taosdata/enh/TD-26215
...
enh: optimize group by tag performance
2025-02-19 16:37:41 +08:00
facetosea
01518aae39
fix: result error
2025-02-19 11:09:32 +08:00
dapan1121
df674440bf
fix: last row scan and tag in conds issues
2025-02-18 19:27:47 +08:00
Shengliang Guan
6735e5e948
Merge pull request #29822 from taosdata/kjq/enh-code-clarity
...
enh(stream): add options to control message and frame size
2025-02-18 18:59:28 +08:00
Shengliang Guan
8bee0e7030
Merge pull request #29666 from taosdata/feat/TS-5776
...
fix:[TS-5776]add raw type from consumer
2025-02-18 17:53:52 +08:00
Jinqing Kuang
a48095d467
enh(streams): add options to control message and frame size
...
Add options to allow users to specify message and frame size limits for
event notifications.
2025-02-18 17:20:38 +08:00
facetosea
8a7b633036
fix: alias name length
2025-02-18 00:20:40 +08:00
wangmm0220
6f2ccfc3b2
Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/TS-5776
2025-02-17 17:41:25 +08:00
Haojun Liao
c4cd6dd62d
fix(stream): drop task in synch model in write thread.
2025-02-17 10:06:09 +08:00
Jinqing Kuang
fc2d2672b9
feat(stream)[TS-5469]: add more stream event notifications
...
- Add event notifications for all window types
- Implement window invalidation notifications
- Add statistics for event notification delivery
2025-02-16 11:07:16 +08:00
facetosea
c4cc51b583
cols: use aggfunc
2025-02-16 01:15:12 +08:00
Haojun Liao
465e5eabd7
fix(stream): drop task in synch model in write thread.
2025-02-15 23:20:05 +08:00
Haojun Liao
25cdfa5ee9
refactor(stream): add long exec stream queue for history tasks in step1 and re-calculate task execution.
2025-02-14 18:34:20 +08:00
Haojun Liao
fd96b096ea
refactor(stream): drop task in async ways
2025-02-13 23:41:06 +08:00
facetosea
3c0121ef1a
unused code
2025-02-11 07:38:12 +00:00
wangmm0220
94b74cc20f
Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/TS-5776
2025-02-07 18:25:08 +08:00
Shengliang Guan
a004d95996
Merge branch '3.0' into merge/mainto3.02
2025-02-06 13:46:36 +08:00
Haojun Liao
2f6977dfda
Merge branch 'main' into enh/analysis
2025-01-23 18:55:32 +08:00
factosea
65e0990dc0
merge 3.0
2025-01-23 14:16:56 +08:00
Shengliang Guan
08e56fd27f
Merge pull request #29633 from taosdata/fix/TD-33551
...
enh: support ? in limit clause
2025-01-23 08:50:07 +08:00
wangmm0220
3fb2ec432e
fix:[TS-5776]add raw type from consumer
2025-01-22 17:40:59 +08:00
Shengliang Guan
3bbecbbba4
Merge pull request #29626 from taosdata/fix/TS-5932
...
fix: invalid subtable in tbname list
2025-01-22 17:24:03 +08:00
wangmm0220
7c5c9f6245
fix:[TS-5776]add raw type from consumer
2025-01-22 16:38:37 +08:00
Haojun Liao
d6dc966ed1
fix(analysis): fix compiler error on windows.
2025-01-22 15:12:43 +08:00
Jing Sima
c2e15394d6
fix:[TS-5941] fix interpolate varchar/nchar data error
2025-01-22 13:40:26 +08:00
dapan1121
84c37d501a
enh: support ? in limit clause
2025-01-22 11:45:12 +08:00
Haojun Liao
84580286ce
enh(analysis): enable community edition to support anodes.
2025-01-22 11:11:06 +08:00
dapan1121
89cea7859a
fix: invalid subtable in tbname in clause issue
2025-01-21 17:41:37 +08:00
Jinqing Kuang
eb5d463490
feat(stream)[TS-5469]. add support for window event notifications in stream processing
...
- Introduce new syntax to specify notification type and destination address
- Collect relevant event information during window computations
- Implement websocket-based notification delivery to the specified address
2025-01-21 17:39:46 +08:00
54liuyao
f3b38edb98
add stream event notify
2025-01-21 11:18:49 +08:00
Shengliang Guan
585e639328
Merge branch 'main' into merge/mainto3.0
2025-01-19 11:19:14 +08:00
Shengliang Guan
97a091a8bb
Merge pull request #29567 from taosdata/fix/TS-5906
...
fix:[TS-5906]clear meta cache for subscription if tag is changed
2025-01-15 10:39:19 +08:00
wangmm0220
cae21da2d4
fix:[TS-5906]clear meta cache for subscription if tag is changed
2025-01-14 15:35:43 +08:00
Shengliang Guan
7fcbf30595
Merge branch 'main' into merge/mainto3.0
2025-01-11 20:44:08 +08:00
Shengliang Guan
5087e42933
Merge pull request #29512 from taosdata/fix/TS-5863/join
...
fix: join cols not set
2025-01-11 19:26:20 +08:00
Shengliang Guan
c62e189496
Merge branch 'main' into merge/mainto3.0
2025-01-09 13:38:37 +08:00
factosea
9277b0285f
fix: error code
2025-01-08 15:24:04 +08:00
factosea
e71ea69cdb
fix: seqStableJoinComposeRes
2025-01-08 15:22:19 +08:00
factosea
c85a57c055
fix: join cols not set
2025-01-08 11:24:24 +08:00
Jing Sima
794ab3ae16
fix:[TD-33473] Fix cleanup percentile failed.
2025-01-07 14:59:51 +08:00
factosea
772c37b4d6
fix: empty block
2025-01-01 19:17:12 +08:00
Shengliang Guan
0312435deb
Merge pull request #29390 from taosdata/enh/TS-4994-more-test-case
...
Enh/ts 4994 more test case
2024-12-29 22:14:40 +08:00
Shengliang Guan
9a1b80847a
Revert "Revert "Revert "Revert "Enh:[td 29974]improve trans""""
2024-12-29 19:40:32 +08:00
Shengliang Guan
63e3e33f14
Revert "Revert "Revert "Enh:[td 29974]improve trans"""
2024-12-29 19:37:58 +08:00
Shengliang Guan
3ae93c9c90
Merge pull request #29389 from taosdata/merge/mainto3.0
...
merge: from main to 3.0 branch
2024-12-29 19:29:36 +08:00
factosea
2611eef0e2
fix: mem leak
2024-12-29 10:02:56 +08:00
Shengliang Guan
5bb7be712d
Merge pull request #29376 from taosdata/fix/cov
...
test: update test cases and fix related bugs.
2024-12-28 16:19:40 +08:00
Shengliang Guan
ec2c8c435e
Revert "Enh:[td 29974]improve trans"
2024-12-27 22:26:43 +08:00
54liuyao
e8f63cded9
fix stream state operator issue
2024-12-27 22:04:28 +08:00
Haojun Liao
98a3fa1ab5
test: add test case for anamaly detection in tdanalytics.
2024-12-27 22:04:16 +08:00
Hongze Cheng
2d7c1a206f
enh: add more cases
2024-12-27 15:10:21 +08:00
Shengliang Guan
b0f61b53ab
Merge pull request #29349 from taosdata/fix/3_liaohj
...
others: merge fix from main to 3.0, add test cases to improve the coverages.
2024-12-27 09:25:55 +08:00
Shengliang Guan
912fcb13bf
Merge pull request #29351 from taosdata/merge/mainto3.0
...
merge: from main to 3.0 branch
2024-12-27 09:06:35 +08:00
Hongze Cheng
ed9e3397be
Merge pull request #29347 from taosdata/enh/TS-4994-enh
...
enh: compact more enh
2024-12-27 08:49:24 +08:00
Shengliang Guan
2bff7a835c
Merge pull request #29165 from taosdata/enh/TD-29974-improve-trans
...
Enh:[td 29974]improve trans
2024-12-26 22:49:32 +08:00
Haojun Liao
9da42b7eb8
other: merge 3.0
2024-12-26 18:47:25 +08:00
Hongze Cheng
098ab9f4b4
enh: change some documents
2024-12-26 18:25:23 +08:00
Haojun Liao
7c395a4fc3
test: add test case for anamaly detection in tdanalytics.
2024-12-26 18:23:03 +08:00
Haojun Liao
c8b44b82c4
refactor:do some internal refactor.
2024-12-26 18:20:26 +08:00
Shengliang Guan
5099f24823
Merge pull request #29311 from taosdata/merge/3.0tomain
...
merge: from 3.0 to main branch
2024-12-25 21:27:45 +08:00
Pan Wei
149ac2fea7
Merge branch '3.0' into fix/TD-33275.2
2024-12-25 10:04:48 +08:00
dapan1121
b6863a0eff
fix: add more UT cases
2024-12-25 09:59:26 +08:00
factosea
79b4b4bec1
fix: use limit with join
2024-12-24 09:53:11 +08:00
dapan1121
f502b93f1b
Merge remote-tracking branch 'origin' into fix/TD-33275.2
2024-12-23 16:20:13 +08:00
dongming chen
48b24804d4
Merge pull request #29275 from taosdata/3.0
...
3.0
2024-12-23 13:53:16 +08:00
Shengliang Guan
5934324f3d
Merge pull request #29265 from taosdata/fix/TD-33275.2
...
fix: add more test cases
2024-12-23 11:48:28 +08:00
Jinqing Kuang
4f71d4a3f5
enh(query)[TD-33268]. add unit tests to increase test coverage
2024-12-22 14:23:05 +08:00
dapan1121
b1702132b4
fix: add ut cases
2024-12-20 13:52:53 +08:00
Haojun Liao
9eb2ba5269
refactor:do some internal refactor.
2024-12-19 15:27:23 +08:00
factosea
20f8d17c16
cols func
2024-12-19 10:48:40 +08:00
dongming chen
20cc54aaaa
Merge branch 'enh/TD-29974-improve-trans' into dmchen/trans-improve
2024-12-16 10:34:11 +08:00
Hongze Cheng
7905c80fd4
Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/TS-4994-3.0
2024-12-13 18:12:53 +08:00
Hongze Cheng
8bf5f3f62b
Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/TS-4994-3.0
2024-12-13 13:54:45 +08:00
dapan1121
2bd493f77b
fix: return code issues
2024-12-11 19:18:50 +08:00
kailixu
eaf5978b2c
Merge branch '3.0' into feat/TD-30268
2024-12-10 18:49:15 +08:00
WANG MINGMING
4a3eda51e0
Merge branch '3.0' into feat/TD-32642
2024-12-10 14:11:47 +08:00
dapan1121
7fd0d024fc
fix: windows compile issue
2024-12-10 09:15:15 +08:00
Shengliang Guan
b99f32b8f0
Merge branch '3.0' into merge/mainto3.0
2024-12-09 19:06:11 +08:00
Shengliang Guan
e99b888654
Merge branch 'main' into merge/mainto3.0
2024-12-09 19:06:06 +08:00
dapan1121
d77147d296
Merge remote-tracking branch 'origin/3.0' into feat/TD-30268
2024-12-06 17:43:19 +08:00
kailixu
f8343dcaac
chore: merge 3.0 and update test case of show_create_db.py
2024-12-06 11:09:22 +08:00