Commit graph

48 commits

Author SHA1 Message Date
Jinqing Kuang
7a134871f6 fix(stream): ignore start message until orig readers are ready 2025-11-12 14:57:36 +08:00
Jing Sima
72d3189367
feat: [TD-37052] Handle origin table's vnode change in stream query. (#32931) 2025-09-10 16:12:11 +08:00
wangmm0220
e69beb1378 fix(stream): memory leak 2025-07-29 17:04:03 +08:00
wangmm0220
bedc259adf fix(stream): reset hash join error 2025-07-28 12:35:32 +08:00
Jing Sima
22cb6e7897 feat: [TS-6100] Fix join with %%tbname 2025-07-23 18:14:36 +08:00
Jing Sima
2ff2407b99 feat: [TS-6100] Fix virtual supertable plan. 2025-07-18 17:29:06 +08:00
Jing Sima
975e4f697e feat: [TS-6100] Fix %%tbname when using virtual super table 2025-07-16 16:41:40 +08:00
Jing Sima
84da33463a feat: [TS-6100] Fix virtual table 2025-07-15 17:58:53 +08:00
Jing Sima
375d49a823 feat: [TS-6100] Fix leaks. 2025-07-12 19:05:15 +08:00
Jing Sima
2133d47fd0 feat: [TS-6100] Fix vstable scan plan 2025-07-09 18:16:00 +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
Jing Sima
dd75d09bb2 feat: [TS-6100] Fix wrong vgid for tagscan 2025-07-08 15:14:29 +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
2b2178e5e6 fix(stream): add logic of resetting operator 2025-06-18 17:39:59 +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
163dd33a0a new-stream: impl stream runner 2025-04-16 18:16:55 +08:00
Jing Sima
f84f04398d
fix: [TS-4897] Support query stables cross databases and fix potential deadlock. (#30507) 2025-03-28 10:07:08 +08:00
Jing Sima
7cffc7aff2
fix: [TD-34074] Forbid virtual table in tq and stmt. 2025-03-20 22:42:27 +08:00
Jing Sima
818bea5568
fix: [TD-34074] Forbid virtual table in tq and stmt and forbid supertable query's origin table from different databases.
fix: [TD-34074] Forbid virtual table in tq and stmt and forbid supertable query's origin table from different databases.
2025-03-20 22:42:10 +08:00
Jing Sima
ccaa0b91ae
feat: [TS-4897] Add more test and fix bugs. (#30208)
* feat: [TS-4897] Fix state window wrong res when all state col is NULL.

* fix: [TD-34074] Forbid decimal type in virtual table.
2025-03-19 17:15:17 +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
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
xsren
e8835c2caa blockDataCheck 2024-10-23 15:37:49 +08:00
Jinqing Kuang
83f1a590b0 fix(query)[TD-32258]. Fix error handling in operator interface functions
- Contain errors within individual operators, preventing error
  propagation to upper-level operators
- Use longjmp to jump directly to the outermost error handler
  for unresolvable issues, avoiding unnecessary error code
  returns through multiple layers
- Simplify error-handling logic for better maintainability
2024-09-24 18:15:14 +08:00
dapan1121
315aad8834 fix: memory init issue 2024-09-18 18:36:21 +08:00
Pan Wei
446d3ab97c
Merge pull request #27849 from taosdata/fix/TD-31896
fix: function return code issue
2024-09-13 08:41:28 +08:00
dapan1121
a7269e4536 fix: remove void function call 2024-09-12 14:17: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
xsren
d43df78537 fix: free operator 2024-08-29 19:43:59 +08:00
Haojun Liao
21f60d1784 fix(query): set correct result ptr check. 2024-08-28 10:52:14 +08:00
Haojun Liao
c118df0ec4 fix(query): fix memory leak. 2024-08-27 17:04:44 +08:00
dapan1121
099beff1cc fix: operator param free issue 2024-08-22 17:07:00 +08:00
dapan1121
dd391636ef
Merge pull request #27364 from taosdata/fix/TD-31546
fix: remove assert
2024-08-21 17:13:35 +08:00
dapan1121
044f7d6658 fix: remove assert 2024-08-21 14:41:14 +08:00
dapan1121
b70ad8d3bb fix: return code check issue 2024-08-20 14:13:06 +08:00
dapan1121
72da4be830 fix: create operator failed issue 2024-08-19 09:15:36 +08:00
dapan1121
98c6541427 fix: array push issue 2024-07-29 09:48:04 +08:00
Haojun Liao
aacf1c3e9a fix(stream): check return value. 2024-07-24 17:08:08 +08:00
dapan1121
ef96d37c1f fix: return code validation 2024-07-22 15:07:01 +08:00
dapan1121
64ad240773 fix: crash issue 2024-07-22 14:35:12 +08:00
dapan1121
3835a5b349 fix: error log and union issue 2024-03-22 08:47:07 +08:00
dapan1121
7045126aa6 fix: inner join issue 2024-03-06 11:18:57 +08:00
dapan1121
699c14e781 fix: slow down report when error occurs 2023-11-23 16:51:07 +08:00
dapan1121
0b18689fa6 fix: fix coverity issues 2023-09-06 10:57:49 +08:00
dapan1121
cc17848b78 fix: merge 3.0 to main 2023-09-01 13:24:47 +08:00