Commit Graph

23420 Commits

Author SHA1 Message Date
dmchen 1f6c4df422 fix/move-status-to-new-queue 2025-02-27 15:26:06 +08:00
dmchen 4dcb984b02 fix/remove-sync-heartbeat-lock-fix-check 2025-02-27 15:25:56 +08:00
dmchen 6bfa1acaeb fix/remove-sync-heartbeat-lock 2025-02-27 15:25:40 +08:00
dmchen 93992f3d6e fix:add-status-timestamp 2025-02-27 15:22:33 +08:00
Hongze Cheng 541f98037f Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/TS-5445-3.0 2025-02-27 14:06:53 +08:00
Simon Guan 7676a02979 Merge branch '3.0' into fix/internal 2025-02-27 13:48:54 +08:00
Simon Guan ceb6e49ebb
Merge pull request #29956 from taosdata/feat/TS-5776
feat[TS-5776]: process return value
2025-02-27 13:40:57 +08:00
54liuyao 9d3a00920e fix(stream): fix mem leak && rebuild event window when the window end flag is modified 2025-02-27 11:23:40 +08:00
dmchen 031f176aa1 fix/move-status-to-new-queue 2025-02-27 11:02:18 +08:00
wangmm0220 ec3bb5b742 feat:[TS-5776]process return value 2025-02-27 10:15:38 +08:00
Simon Guan 7f10288df1 Merge branch '3.0' into fix/internal 2025-02-27 10:04:34 +08:00
Simon Guan 76ad364b93 enh: adjust some logs 2025-02-27 09:55:11 +08:00
Simon Guan b91dd10846 enh: add log level to each log entry 2025-02-27 09:55:11 +08:00
Haojun Liao 644d9b98ba refactor(stream): remove unused variables. 2025-02-27 00:46:42 +08:00
Haojun Liao 11e7126f98 Merge branch 'main' into enh/killtrans 2025-02-27 00:35:28 +08:00
Haojun Liao 786ee101cd other: merge main. 2025-02-27 00:18:25 +08:00
Haojun Liao bf1f162aa0 fix(stream): drop task in synch model in write thread. 2025-02-27 00:15:36 +08:00
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
pengrongkun94@qq.com 536042caae Merge remote-tracking branch 'origin/3.0' into enh/3.0/TD-32686 2025-02-26 20:05:27 +08:00
pengrongkun94@qq.com 10f3a388f2 add row format bind control argument 2025-02-26 20:04:33 +08:00
dmchen 2d93259f1a fix/remove-sync-heartbeat-lock-fix-check 2025-02-26 18:41:17 +08:00
dmchen bd492f790e fix/remove-sync-heartbeat-lock 2025-02-26 16:55:06 +08:00
dapan1121 e41cd44c51 enh: add merge join primary expr type 2025-02-26 16:30:36 +08:00
dongming chen 0ce087f2b3
Merge branch '3.0' into feat/TS-5805-force-assign-leader 2025-02-26 13:57:36 +08:00
pengrongkun94@qq.com 8cf363fbf3 Merge remote-tracking branch 'origin/3.0' into enh/3.0/TD-32686 2025-02-26 10:36:19 +08:00
Haojun Liao 3923707826 fix(stream): fix memory leak. 2025-02-26 01:33:40 +08:00
Haojun Liao 7ff3a5968a fix(stream): fix memory leak. 2025-02-26 00:13:44 +08:00
dapan1121 4224d55b39 feat: support const ts as primary cond 2025-02-25 19:26:52 +08:00
Hongze Cheng b26166b48d support meta_only option 2025-02-25 17:57:25 +08:00
Hongze Cheng d48547ed64 more code 2025-02-25 16:48:43 +08:00
Jinqing Kuang a987d925a1 fix(query)[TD-33833]: fix function projectApplyFunctions for null pointer handling 2025-02-25 15:48:25 +08:00
Haojun Liao e46a063c2f fix(stream): fix memory leak in checkpt queue. 2025-02-25 14:29:49 +08:00
Shengliang Guan e429264432
Merge pull request #29884 from taosdata/enh/killtrans
enh(stream): auto kill checkpoint trans that last long time
2025-02-25 11:29:49 +08:00
wangmm0220 9b6a094cac feat:[TS-5613] modify sql.y to move bool_expression to common expression 2025-02-25 09:32:17 +08:00
wangmm0220 ee0f7a4d38 feat:[TS-5613]support bool in cast 2025-02-24 17:45:07 +08:00
wangmm0220 47e23e3d99 feat:[TS-5613]support bool in castfsd 2025-02-24 17:37:01 +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
facetosea 63dc2e1299 cols desc 2025-02-24 00:06:22 +08:00
Shengliang Guan c74c749cf5 Merge branch '3.0' into merge/mainto3.0 2025-02-23 20:50:25 +08:00
Haojun Liao 8bcc8399e6 fix(stream): reset value. 2025-02-23 16:27:35 +08:00
Haojun Liao a98d839c01 fix(stream): reset value. 2025-02-23 15:36:26 +08:00
Haojun Liao 2fdb31a41a fix(stream): adjust scan timer 2025-02-23 10:49:13 +08:00
Haojun Liao e378b5cb8a fix(stream): adjust scan timer 2025-02-23 03:42:44 +08:00
Haojun Liao 9018970135 refactor: do some internal refactor. 2025-02-23 01:39:00 +08:00
Haojun Liao 034c907ee1 refactor: do some internal refactor. 2025-02-23 01:38:05 +08:00
Shengliang Guan 3a739beaa5 Merge branch 'main' into merge/mainto3.0 2025-02-22 20:07:40 +08:00
Shengliang Guan 79190b31c9
Merge pull request #29874 from taosdata/merge/mainto3.0
merge: from main to 3.0 branch
2025-02-22 19:44:16 +08:00
Haojun Liao 0f89421b62 refactor(stream): scan wal is driven by time, instead of insert events. 2025-02-22 12:38:03 +08:00
Haojun Liao 09b6642e45 refactor(stream): scan wal is driven by time, instead of insert events. 2025-02-22 12:33:32 +08:00
facetosea 450d262415 test cases: window 2025-02-21 16:32:39 +08:00
Shengliang Guan 0cd2384ff9
Merge pull request #29876 from taosdata/enh/3.0/TD-33802
enh(stmt2)[TD-33802]:check pk null error when stmt2 bind
2025-02-21 13:53:00 +08:00
Haojun Liao 2228a9fc33
Merge branch 'main' into fix/checkfh 2025-02-21 11:11:36 +08:00
Haojun Liao 45e027d612 fix(stream): update the checkpoint info for follower anyway. 2025-02-21 11:09:23 +08:00
Haojun Liao 24cce3477f fix(stream): update the checkpoint info for follower anyway. 2025-02-21 10:00:55 +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
facetosea fa61c13a75 fix: _group_key not select 2025-02-21 00:40:11 +08:00
Haojun Liao bd232016bd Merge branch 'fix/checkfh' into fix/checkpoint 2025-02-20 23:56:16 +08:00
Haojun Liao 306f6ebc93 fix(stream): clear start task info if no tasks exist. 2025-02-20 23:54:06 +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
pengrongkun94@qq.com e46913e1fe enh stmt2 TD-33802 2025-02-20 18:35:34 +08:00
Shengliang Guan 2bee60a41a Merge branch 'main' into merge/mainto3.0 2025-02-20 18:12:02 +08:00
Haojun Liao 4edc21e446 refactor(stream): disable error injection. 2025-02-20 17:42:50 +08:00
Haojun Liao 3f70661dcf refactor(stream): disable error injection. 2025-02-20 17:39:46 +08:00
Haojun Liao 85c164c855 other: merge main. 2025-02-20 17:25:48 +08:00
facetosea d6f05d48c8 return code 2025-02-20 17:17:41 +08:00
Haojun Liao 0a672f1b96 refactor(stream): update logs. 2025-02-20 16:55:10 +08:00
facetosea 75984e6d1e fix: group const value 2025-02-20 16:29:23 +08:00
Haojun Liao 0600fcceeb refactor(stream): idle for 1s when exec for 5s. 2025-02-20 16:16:53 +08:00
Haojun Liao cc62216c14 refactor(stream): add some logs. 2025-02-20 16:14:58 +08:00
Haojun Liao 6766e6db53 refactor(stream): add checkpoint queue to handle chkpt. 2025-02-20 16:13:33 +08:00
Haojun Liao 5f9ce8826d fix(stream): remove invalid assert. 2025-02-20 16:08:38 +08:00
Haojun Liao 1c0a0443c5 fix(stream): fix error in the check of continuing execution condition. 2025-02-20 16:07:17 +08:00
Haojun Liao 8636856ef6 fix(stream): fix error in the check of continuing execution condition. 2025-02-20 16:07:15 +08:00
Haojun Liao b27a7f275e refactor: update some logs. 2025-02-20 16:07:10 +08:00
Haojun Liao 256d497fd9 fix(stream): fix error in deciding exec should quit or not. 2025-02-20 16:06:56 +08:00
Haojun Liao 189a7f44ab refactor(stream): do some internal refactor. 2025-02-20 16:06:49 +08:00
Haojun Liao 4298522792 enh(stream): add checkpoint queue for source tasks. 2025-02-20 16:06:34 +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
Shengliang Guan 0a9f5086f0
Merge pull request #29775 from taosdata/fix/analysis
refactor(stream): drop task in async ways
2025-02-20 13:38:53 +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 f16ae7abe1
Merge pull request #29809 from taosdata/merge/mainto3.0
merge: from main to 3.0 branch
2025-02-20 10:27:20 +08:00
Shengliang Guan ba210659d1
Merge pull request #29824 from taosdata/enh/3.0/TD-32645
enh(stmt)[td-32645] add api taos_stmt2_bind_param_a
2025-02-19 16:49:24 +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
Shengliang Guan d13f9448eb
Merge pull request #29730 from taosdata/feat/3.0/TS-5584
Feat(sync):Add restore progress to the "show vnodes" command, and add…
2025-02-19 16:30:27 +08:00
facetosea 4a3343a667 enh: cols in having clause 2025-02-19 13:15:25 +08:00
facetosea 01518aae39 fix: result error 2025-02-19 11:09:32 +08:00
dapan1121 fa2dc26555 fix: stream subtable name issue 2025-02-19 08:56:21 +08:00
facetosea a29ddccb5a fix: rewirte to groupkey func 2025-02-19 01:32:02 +08:00
facetosea 5c64684965 fix: select tbname when use multi select function 2025-02-18 20:14:05 +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
pengrongkun94@qq.com aef5611d1b switch create thread to taosc task queue 2025-02-18 18:10:26 +08:00
facetosea bd3a36bd12 rewrite aliasname 2025-02-18 18:01:32 +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
Zhixiao Bao 05112546fd
Merge branch '3.0' into feat/3.0/TS-5584 2025-02-18 16:07:47 +08:00
Shengliang Guan 92eb6038e2
Merge pull request #29762 from taosdata/feat/TS-5469-3.0
feat(stream)[TS-5469]: add more stream event notifications
2025-02-18 15:14:58 +08:00
facetosea 00473a9c64 fix: aliasName too long 2025-02-18 13:06:13 +08:00
dapan1121 cbfc52427e fix: stream and columns in targets issue 2025-02-18 11:10:11 +08:00
Shengliang Guan 63fc5dea34 Merge branch '3.0' into merge/mainto3.0 2025-02-18 10:29:16 +08:00
facetosea 8a7b633036 fix: alias name length 2025-02-18 00:20:40 +08:00
factosea 168d497fc0 fix: rewrite orderby list 2025-02-17 18:09:36 +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
dmchen e6e1d3ff1c feat/TS-5927-long-password-fix-case 2025-02-17 16:35:08 +08:00
dapan1121 f19f790131 Merge remote-tracking branch 'origin/3.0' into enh/TD-26215 2025-02-17 16:21:00 +08:00
dapan1121 12dd3a621e enh: optimize group by tag queries 2025-02-17 16:18:13 +08:00
wangmm0220 420c222d5b fix:[TS-5776]add raw type from consumer 2025-02-17 15:32:18 +08:00
facetosea 9d86f48622 fix: select_value node name 2025-02-17 11:00:05 +08:00
dmchen 538ce1948c retry case 2025-02-17 02:09:57 +00:00
Shengliang Guan 0476a24646
Merge pull request #29780 from taosdata/fix/metanull_3.0
fix(stream): access value after null ptr check.
2025-02-17 10:06:48 +08:00
Haojun Liao c4cd6dd62d fix(stream): drop task in synch model in write thread. 2025-02-17 10:06:09 +08:00
dmchen 8541890405 retry case 2025-02-17 01:54:08 +00:00
Shengliang Guan 596e381e0e
Merge pull request #29779 from taosdata/fix/metanull
fix(stream): access value after null ptr check.
2025-02-17 09:36: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
facetosea 26fb867d4c cols test 2025-02-14 18:38:25 +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
wangmm0220 f16f21897e fix:[TS-5776]add raw type from consumer 2025-02-14 16:12:00 +08:00
Haojun Liao 73ec4af4a7 Merge branch 'main' into fix/analysis 2025-02-14 15:37:11 +08:00
wangmm0220 d67de02a31 fix:[TS-5776]add raw type from consumer 2025-02-14 15:09:32 +08:00
Shengliang Guan d6bd52ece7
Merge pull request #29750 from taosdata/enh/streamqueue
refactor(stream): add more operation handled in ctrl queue, and limit the stream input q size
2025-02-14 15:02:23 +08:00
dmchen c576b31f2e feat/TS-5927-long-password-fix-case 2025-02-14 06:47:21 +00:00
Haojun Liao 89d5444ed1 fix(stream): access value after null ptr check. 2025-02-14 14:46:19 +08:00
Shengliang Guan 14aee31c22
Merge pull request #29757 from taosdata/feat/TS-5486
feat: support interp function with time range and time interval
2025-02-14 14:43:52 +08:00
Haojun Liao 297f248203 fix(stream): access value after null ptr check. 2025-02-14 14:34:08 +08:00
dmchen 8f2370f3fa feat/TS-5927-long-password-fix-case 2025-02-14 01:12:09 +00:00
Haojun Liao fd96b096ea refactor(stream): drop task in async ways 2025-02-13 23:41:06 +08:00
facetosea a391cc49df cols in order clause 2025-02-13 11:08:58 +00:00
dmchen 70686226d8 feat/TS-5927-long-password-fix-cases 2025-02-13 10:14:02 +00:00
dmchen 80f60449e3 feat/TS-5927-long-password-fix-cases 2025-02-13 10:02:17 +00:00
dmchen 58b7a6fe97 feat/TS-5927-long-password-invalid-pass-check 2025-02-13 08:43:48 +00:00
dmchen 55e12e520b feat/TS-5927-long-password-encrypt-pass 2025-02-13 07:45:42 +00:00
facetosea e16b96db72 enh: translate cols in clauses 2025-02-13 03:21:27 +00:00
Zhixiao Bao e71c03a90f
Merge branch '3.0' into feat/3.0/TS-5584 2025-02-13 10:17:58 +08:00
dmchen 48123446d6 feat/TS-5927-long-password-fix-cases 2025-02-13 00:46:08 +00:00
dmchen 36caaf7aab feat/TS-5927-long-password-length 2025-02-12 09:50:56 +00:00
dapan1121 0d3887ba05 docs: modify interp function docs 2025-02-12 17:21:15 +08:00
dmchen ee0c280fe6 feat/TS-5805-force-assign-leader-token 2025-02-12 08:20:56 +00:00
Haojun Liao d4b19169ea fix(stream): fix double free when failed to send msg. 2025-02-12 15:33:50 +08:00
facetosea 44f6859d65 unused code 2025-02-12 07:09:51 +00:00
dmchen 977372d376 feat/TS-5805-force-assign-leader-fix-cases 2025-02-12 06:50:37 +00:00
dmchen b422e2b2f2 feat/TS-5805-force-assign-leader-msg-type 2025-02-12 06:29:24 +00:00
dongming chen 0350f46ba4
Merge pull request #29756 from taosdata/3.0
3.0
2025-02-12 14:00:02 +08:00
dapan1121 f6f0294684 fix: add test cases and fix error message 2025-02-12 13:58:09 +08:00
Shengliang Guan 67b678f9f0
Merge pull request #29746 from taosdata/merge/mainto3.02
merge: from main to 3.0 branch
2025-02-12 13:57:36 +08:00
Shengliang Guan 54c8a2be0a
Merge pull request #29310 from taosdata/fix/TS-5805-check-arb
fix/TS-5805-check-arb
2025-02-12 13:46:06 +08:00
xiao-77 bdcec392b4 Merge remote-tracking branch 'origin/3.0' into feat/3.0/TS-5584 2025-02-12 09:56:23 +08:00
Haojun Liao 78e976caff refactor(stream): limit stream input q size. 2025-02-11 22:57:28 +08:00
Haojun Liao 9d0a4f88f3 refactor(stream): idle for 1s when exec for 5s. 2025-02-11 22:57:23 +08:00
dapan1121 bf13c90a61 feat: support range fill with interval limitation 2025-02-11 19:14:15 +08:00
facetosea fa203ca249 cols in stream 2025-02-11 09:33:34 +00:00
facetosea 3c0121ef1a unused code 2025-02-11 07:38:12 +00:00
Shengliang Guan cd52401303 Merge branch 'main' into merge/mainto3.02 2025-02-11 15:15:35 +08:00
Shengliang Guan 3298fe77bf
Merge pull request #29727 from taosdata/fix/TD-33640-3.0m
fix: keep_time_offset format of show create database
2025-02-11 14:24:21 +08:00
xinsheng Ren 4e8ded8745
Merge branch 'main' into fix/TS-5946/lfjoin 2025-02-10 20:25:31 +08:00
facetosea 56f988b16e fix: planner 2025-02-10 11:17:53 +00:00
Shengliang Guan dae17cd1b0
Merge pull request #29718 from taosdata/enh/streamqueue
refactor(stream): notify close stream in main thread
2025-02-10 18:44:27 +08:00
xiao-77 fbe65197d6 Feat(sync):Add restore progress to the "show vnodes" command, and add the applied index to the "show vgroups" command. 2025-02-10 15:58:25 +08:00
Hongze Cheng d537b2f8b6 adjust api code 2025-02-10 15:56:23 +08:00
kailixu 12c9d460c4 fix: keep_time_offset format of show create database 2025-02-10 15:36:54 +08:00
Hongze Cheng b2bfbebfb1 Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/TS-5794-3.0 2025-02-10 14:29:13 +08:00
kailixu 27963d0978 fix: keep_time_offset format of show create database 2025-02-10 14:21:44 +08:00
dapan1121 f8798e33b4 fix: join scan range error issue 2025-02-10 11:43:58 +08:00
Shengliang Guan d4dddb5fd7
Merge pull request #29713 from taosdata/fix/main/TS-5968
fix query information_schema report sync leader unreachable
2025-02-10 10:25:35 +08:00
dongming chen 240a8b5d5b
Merge pull request #29723 from taosdata/3.0
3.0
2025-02-10 09:56:12 +08:00
Haojun Liao a2dcba10a7 refactor(stream): 1) notify closing in main thread. 2) not saving the halt status. 2025-02-09 01:42:24 +08:00
factosea 4ebf642369 splitFlag 2025-02-08 17:57:50 +08:00
dapan1121 8ce9e6ee1d fix: join condition push down issue 2025-02-08 17:14:48 +08:00
wangjiaming0909 490bce2605 fix query information_schema report sync leader unreachable 2025-02-08 16:19:02 +08:00
Hongze Cheng e404a3b30d fix: unit test 2025-02-08 15:24:13 +08:00
Hongze Cheng 499cf0c294 more code 2025-02-08 14:34:22 +08:00
factosea cbc5212635 fix: split 2025-02-08 13:40:32 +08:00
Hongze Cheng f2dafd9362 more code 2025-02-08 11:24:45 +08:00
Shengliang Guan 60283e67de Merge branch '3.0' into merge/mainto3.02 2025-02-08 11:11:10 +08:00
factosea 6915166b06 test case 2025-02-08 00:15:35 +08:00
Hongze Cheng cfb8cdb991 more code 2025-02-07 18:52:53 +08: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 dd63bf6364 Merge branch 'main' into merge/mainto3.02 2025-02-07 09:35:15 +08:00
dapan1121 5bff0aa2a7 enh: support delete without time range 2025-02-06 18:00:26 +08:00
wangmm0220 9bde3cab92 fix:[TS-5776]add raw type from consumer 2025-02-06 16:48:55 +08:00
Jinqing Kuang 62a872bb49 fix: resolve compilation issues
- Remove redundant third-party library builds
- Fix parsing conflicts in sql.y
2025-02-06 15:20:53 +08:00
factosea 1cc17dfacc enh: regexp 2025-02-06 15:14:38 +08:00
Shengliang Guan a004d95996 Merge branch '3.0' into merge/mainto3.02 2025-02-06 13:46:36 +08:00
factosea 6ba3edfd0b test case 2025-02-06 09:39:39 +08:00
pengrongkun94@qq.com 2279e931b8 fix row clear problem 2025-02-05 18:30:30 +08:00
factosea b461ec002a fix: ts in subquery 2025-02-05 17:04:50 +08:00
factosea fbe345a82e fix: cols funcs, sub query 2025-02-05 15:26:03 +08:00
pengrongkun94@qq.com 0992136ef5 fix disorder row build problem 2025-01-27 12:58:07 +08:00
Haojun Liao 093233203d
Revert "refactor(stream): do some internal refactor ." 2025-01-24 17:11:15 +08:00
dmchen b07f4a9bac feat/TS-5805-force-assign-leader-change-sql 2025-01-24 09:08:47 +00:00
dmchen 2b4d4162a7 feat/TS-5805-force-set-assign 2025-01-24 08:50:04 +00:00
Shengliang Guan 3089e3d904
Merge pull request #29544 from taosdata/fix/tag
refactor(stream): do some internal refactor .
2025-01-24 16:27:22 +08:00
Linhe Huo bc0570f9ad
Merge pull request #29632 from taosdata/enh/analysis
enh(analysis): enable community edition to support anodes.
2025-01-24 15:33:16 +08:00
wangmm0220 902d067776 fix:[TS-5776]add raw type from consumer 2025-01-24 14:56:00 +08:00
pengrongkun94@qq.com febd938ea8 Merge remote-tracking branch 'origin/3.0' into enh/3.0/TD-32686 2025-01-24 14:02:26 +08:00
wangmm0220 7fad4bceb0 fix:[TS-5776]add raw type from consumer 2025-01-24 13:44:56 +08:00
dmchen 9608344833 feat/TS-5805-force-assign-leader-add-sql 2025-01-24 03:47:45 +00:00
dapan1121 02b32eea16 fix: cquery not quit issue 2025-01-24 09:48:31 +08:00
factosea 7e553f7bc9 fxi: use the same agg func outside of cols 2025-01-23 19:27:32 +08:00
Haojun Liao 2f6977dfda Merge branch 'main' into enh/analysis 2025-01-23 18:55:32 +08:00
dmchen d9401fd75d feat/TS-5805-add-sql-command 2025-01-23 09:37:07 +00:00
dapan1121 bd450fe751 fix: add meta debug log 2025-01-23 16:12:54 +08:00
factosea 65e0990dc0 merge 3.0 2025-01-23 14:16:56 +08:00
Shengliang Guan f6f08fa846
Merge pull request #29615 from taosdata/fix/disp_lost
fix(stream): check the checkpoint-report transId and checkpointId
2025-01-23 09:47:36 +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
dapan1121 463212513f fix: set operator limit issue 2025-01-22 18:06:03 +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
Shengliang Guan 8c0600649f
Merge pull request #29623 from taosdata/merge/mainto3.0
merge: from main to 3.0 branch
2025-01-22 16:36:17 +08:00
Haojun Liao d6dc966ed1 fix(analysis): fix compiler error on windows. 2025-01-22 15:12:43 +08:00
dapan1121 46a7ec74de fix: limit/offset translate issues 2025-01-22 14:48:04 +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
Haojun Liao 3206c688ed fix(stream): fix syntax error. 2025-01-21 16:30:43 +08:00
Haojun Liao 0ea46585f4 fix(stream): update checkpoint-info after check the failed checkpointId, and update the consensus-checkpoint id in mnode. 2025-01-21 16:29:00 +08:00
Shengliang Guan 7e9453385c Merge branch 'main' into merge/mainto3.0 2025-01-21 16:06:24 +08:00
Shengliang Guan 39f651e356
Merge pull request #29610 from taosdata/fix/main/TD-33570
fix:[TD-33570]return same error code
2025-01-21 15:54:50 +08:00
xiao-77 a4e88660db fix(rpc):use tsApplyMemoryAllowed to control memory alloc while apply msg. 2025-01-21 11:33:08 +08:00
54liuyao f3b38edb98 add stream event notify 2025-01-21 11:18:49 +08:00
pengrongkun94@qq.com 6588f9bec3 fix TD-33570 2025-01-20 17:09:41 +08:00
Shengliang Guan 75854c56a7
Merge pull request #29578 from taosdata/fix/elapsed/sma
enh: elapsed sma
2025-01-20 10:09:36 +08:00
Shengliang Guan 3b74de43cb
Merge pull request #29598 from taosdata/fix/disp_lost
fix(stream): adjust the free stream meta position and check the close flag
2025-01-20 09:17:03 +08:00
Shengliang Guan 585e639328 Merge branch 'main' into merge/mainto3.0 2025-01-19 11:19:14 +08:00
Haojun Liao c93fe999ba refactor(stream): injection error. 2025-01-18 01:26:49 +08:00
Haojun Liao 6274eea7c4 fix(stream): adjust the free stream meta position and check the close flag of streamMeta before starting scan wal. 2025-01-17 19:15:08 +08:00
pengrongkun94@qq.com 19e4d80835 fix insert into ? values(?,?) 2025-01-17 15:53:47 +08:00
pengrongkun94@qq.com 3b741a26fa fix col clone and release problem 2025-01-17 15:53:37 +08:00
pengrongkun94@qq.com e362a045c0 test code 2025-01-17 15:53:29 +08:00
Shengliang Guan 0268aae656
Merge pull request #29593 from taosdata/fix/contrib
enh: merge contrib test
2025-01-17 15:45:58 +08:00
Shengliang Guan d4ceb37f8c fix: ut errors 2025-01-17 13:44:21 +08:00
dmchen 2312ed4c28 fix/insert-when-2-replicas 2025-01-17 04:12:57 +00:00
dmchen f07fe7362a fix/insert-when-2-replicas 2025-01-17 04:10:37 +00:00
Shengliang Guan 25f5b8673f fix: compile errors 2025-01-17 10:53:02 +08:00
Shengliang Guan e844ced5c1 Merge remote-tracking branch 'freemine/freemine.bypass.specific.test.case.for.community' into fix/contrib 2025-01-17 09:21:05 +08:00
Haojun Liao 29421c17d8 fix(stream): fix syntax error. 2025-01-16 17:48:26 +08:00
Haojun Liao eff1aff58e fix(stream): update the task last msgId when putting into input queue succ. 2025-01-16 17:16:31 +08:00
factosea 9fa1ac534d enh: elapsed sma 2025-01-15 17:54:39 +08:00