Simon Guan
473011663f
fix: conflicts
2026-03-17 14:26:38 +08:00
Jing Sima
b5b816e53d
fix: [6916092549] Fix mem leak. ( #34795 )
2026-03-17 14:01:18 +08:00
Jing Sima
0606cf7ee8
enh: [6492510964] Virtual super table window optimize for interval/session/event ( #34690 )
2026-03-09 17:05:53 +08:00
Simon Guan
08007692be
fix: conflicts
2026-03-04 14:44:07 +08:00
Mario Peng
624607cfa6
fix: stmt vtable query core ( #34640 )
2026-03-04 14:23:45 +08:00
Jing Sima
9a960b24bc
enh: [6690002267] Optimize virtual table query with plenty of columns. ( #34341 )
2026-02-02 17:27:02 +08:00
Simon Guan
7028cb234e
fix: conflicts
2026-01-30 10:28:30 +08:00
Pan Wei
e705f26eec
fix: join crash issue ( #34421 )
2026-01-28 14:36:54 +08:00
Jing Sima
ea6f7398a3
enh: enh virtual supertable's state window query. ( #34251 )
2026-01-19 14:44:18 +08:00
Tony Zhang
02f1308dbc
enh: interp supports using non-null prev/next values to fill ( #34236 )
2026-01-16 10:32:01 +08:00
Jing Sima
4ba634cf3a
fix: fix virtual table test case and bugs. ( #34166 )
2026-01-12 17:33:19 +08:00
Jing Sima
ecc3e2a5bd
fix virtual table test cases ( #34246 )
2026-01-12 17:32:39 +08:00
Jing Sima
5fb86d7b12
enh: [TS-7591] Some code refactor and add more log. ( #34022 )
2025-12-24 15:36:32 +08:00
Jing Sima
220d625fc8
enh:[TS-7591] Optimize virtual super table agg query. ( #33995 )
2025-12-23 16:44:28 +08:00
Simon Guan
8c01985826
merge: from main to 3.0 branch #33909
2025-12-12 13:40:31 +08:00
Minglei Jin
605a47c64a
fix: the resetting of vtb tbname with dyn query operator ( #33870 )
2025-12-10 19:18:43 +08:00
Jing Sima
3cb2c4602b
enh: [TS-7132] Optimize state window on virtual table ( #33638 )
2025-12-01 10:04:07 +08:00
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