Commit graph

6594 commits

Author SHA1 Message Date
Tony Zhang
e2024229fd Merge branch 'main' into merge/mainto3.0 2025-11-20 17:11:07 +08:00
Haojun Liao
f62ae252d4
feat: freqs with numeric prefix are allowed, such as: 1ms, 9s (#33634) 2025-11-19 09:23:38 +08:00
xinsheng Ren
7fe2b765a7
fix: needn't us pk on _c0 (#33571) 2025-11-18 14:30:34 +08:00
Jing Sima
142a41ff0b
fix: [TS-7649] Fix table schema is old. (#33621) 2025-11-17 18:00:59 +08:00
Simon Guan
9233db4d1a Merge branch 'main' into merge/mainto3.0 2025-11-17 16:34:12 +08:00
Pan Wei
60bb452884
Merge pull request #33610 from taosdata/enh/addStreamLatency
enh(stream): merge from nevados branch
2025-11-17 14:22:02 +08:00
Haojun Liao
c58aa595e7
refactor: check the rsp msg from tdgpt for white noise error. (#33608) 2025-11-17 09:18:39 +08:00
wangmm0220
d29bb66323 enh(stream): fix conflicts; 2025-11-15 19:00:42 +08:00
wangmm0220
d02c2940c9 enh(stream): modify log leve 2025-11-15 18:55:04 +08:00
wangmm0220
c2bc25e190 enh(stream): modify log leve 2025-11-15 18:51:43 +08:00
wangmm0220
821e6f4e9e enh(stream): add log 2025-11-15 15:22:06 +08:00
wangmm0220
795401745a enh(stream): add log & fix indexHash error in reader 2025-11-15 12:59:34 +08:00
Simon Guan
169d535242 Merge branch 'main' into merge/mainto3.0 2025-11-15 11:29:18 +08:00
Jing Sima
35dddeec0c merge: from 3.3.6 to main 2025-11-14 18:49:41 +08:00
Tony Zhang
5c38a3dfec
fix: ins_table type error (#33586) 2025-11-14 14:33:00 +08:00
xinsheng Ren
6b22948da1
fix: exchangeId's type shouble be int64 (#33594) 2025-11-14 14:29:04 +08:00
dapan1121
0acbe2942a fix: crash issue 2025-11-14 11:23:08 +08:00
dapan1121
50d049cae8 fix: crash issue 2025-11-14 11:07:37 +08:00
Simon Guan
18fd87f2f5 Merge commit '4c4706619093a5b4a8738563849c4146d2b3f5c8' into merge/3.3.6tomain 2025-11-14 10:15:39 +08:00
Simon Guan
ab555102a0 Merge branch '3.0' into merge/mainto3.0 2025-11-14 10:01:09 +08:00
Jing Sima
13523ce884
enh: [TD-38456] Forbid duplicate timestamp in count/state/event window. (#33442) 2025-11-14 09:37:42 +08:00
dapan1121
d92f21339b Merge remote-tracking branch 'origin/main' into merge/mainto3.0 2025-11-13 15:57:26 +08:00
Pan Wei
a7fda6d478
Merge pull request #33568 from taosdata/feat/opt_last
feat(query): retrieve first/last for the child table in a given uid list.
2025-11-13 13:48:14 +08:00
Pan Wei
0f8445a45a
Merge pull request #33519 from taosdata/enh/addStreamLatency
enh(stream): optimize the performance of nevados
2025-11-13 11:21:57 +08:00
Tony Zhang
d8079da597 fix: stable tagFilterCache checker handle placeHolderFunc error 2025-11-13 10:25:50 +08:00
Tony Zhang
58a0dc6b3d fix: building error on Windows 2025-11-13 09:33:42 +08:00
Jing Sima
bff02b4d2a
fix:[TD-38550] Fix mem leak in exchagne operator. (#33561) 2025-11-13 09:28:15 +08:00
Jing Sima
e6222c65d3
enh: Add timerange expr type check and Relax the criteria for determining external windows. (#33480)
* enh: Add timerange expr type check and Relax the criteria for determining external windows.

* enh: Do not extract const time range into timeRangeExpr but timeRange

* enh: Relax the criteria for determining external windows.

* enh: support multiple conditions in external window time range

---------

Co-authored-by: dapan1121 <wpan@taosdata.com>
2025-11-13 09:12:21 +08:00
yihaoDeng
e8cfe6a86b fix dead lock 2025-11-12 19:56:00 +08:00
yihaoDeng
d019aaaee9 fix dead lock 2025-11-12 19:52:08 +08:00
yihaoDeng
6d8372a9b5 avoid dead lock 2025-11-12 15:13:49 +08:00
Tony Zhang
4049f89516 fix: stable tagFilterCache crash on number type tag 2025-11-12 15:08:22 +08:00
Tony Zhang
b690aee80f refactor: refine stable tagFilterCache checker to avoid json tag 2025-11-12 15:08:22 +08:00
Jinqing Kuang
7a134871f6 fix(stream): ignore start message until orig readers are ready 2025-11-12 14:57:36 +08:00
yihaoDeng
65af66cd79 avoid dead lock 2025-11-12 11:17:27 +08:00
yihaoDeng
ce5922f023 avoid dead lock 2025-11-11 21:28:30 +08:00
Tony Zhang
3c42516e05 fix: stable tagFilterCache bug when alter varchar/nchar tag 2025-11-11 20:52:11 +08:00
Tony Zhang
afe2ae7c81 fix: stable tagFilterCache core when tagCond has null 2025-11-11 16:07:20 +08:00
WANG MINGMING
617b967d70
enh(stream): optimize logic of getting table list for stream reader & fix race condition in table list (#33110)
* fix(stream): race condition for tablelist

* fix(stream): race condition for tablelist

* fix(stream): race condition for tablelist

* fix(stream): optimize the logic of getting tablelist

* fix(stream): tablelist size is 0 if alter tag

* enh(stream): fix default found by robot

* enh(stream): fix default found by robot

* enh(stream): refactor the logic of table list in stream reader

* enh(stream): refactor the logic of table list in stream reader

* fix(query): fix getting tags a lot if uidlist is not empty

* fix(query): fix getting tags a lot if uidlist is not empty

* fix(stream): DataBlock is null

* enh(stream): refactor the logic of table list in stream reader

* enh(stream): refactor the logic of table list in stream reader

* enh(stream): refactor the logic of table list in stream reader

* enh(stream): refactor the logic of table list in stream reader

* enh(stream): refactor the logic of table list in stream reader

* enh(stream): fix memory leak
2025-11-11 15:57:54 +08:00
dapan1121
1521fb119e fix: remove debug log 2025-11-11 13:47:55 +08:00
dapan1121
6857f85f74 fix: remove debug log 2025-11-11 12:38:18 +08:00
wangmm0220
184f907320 Merge branch 'enh/addStreamLatency-marks' of https://github.com/taosdata/TDengine into enh/addStreamLatency-marks 2025-11-11 11:24:37 +08:00
dapan1121
0aa442f6ff fix: add debug log 2025-11-11 11:21:14 +08:00
wangmm0220
a6cb6d4266 enh(stream): fix errors in ci 2025-11-11 11:20:49 +08:00
Tony Zhang
826b4cc1b9 fix: getTableList memleak 2025-11-11 10:26:03 +08:00
dapan1121
c4824cb132 fix: add more debug logs 2025-11-11 10:24:41 +08:00
dapan1121
0401dfec0d fix: add more log 2025-11-11 10:04:53 +08:00
dapan1121
ae58b12a25 fix: add debug log 2025-11-11 08:42:50 +08:00
Tony Zhang
f7af7ce5dc chore: stable tagFilterCache add log detail 2025-11-10 18:57:15 +08:00
dapan1121
27d729217e fix: add debug log 2025-11-10 17:58:55 +08:00