Commit graph

6150 commits

Author SHA1 Message Date
xinsheng Ren
5ed66be5a2
enh: json tag partition by support (#33797) 2025-12-04 14:09:59 +08:00
Jing Sima
4c2c0378fd
fix: [6487976526] Fix virtual table does not support using same column as reference. (#33780) 2025-12-03 16:42:21 +08:00
Tony Zhang
ca19c28412
enh: fix error in optimizer for ins_tables (#33725) 2025-11-28 14:41:38 +08:00
Jing Sima
6fcde1c210
fix: [TS-7649] Fix table schema is old. (#33623) 2025-11-17 17:58:14 +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
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
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
a24e71768e
fix: state window ignores leading and trailing Null values (#33397)
* fix: state window ignores leading and trailing Null values

* fix ci cases

---------

Co-authored-by: Tony Zhang <tonyzhang@taosdata.com>
2025-10-29 15:27:58 +08:00
Tony Zhang
94ec06eb6c
fix: state window handles null status error (#33365) 2025-10-28 14:40:40 +08:00
Tony Zhang
18b0841cc8
fix: fill operator fills duration pseudo column as sliding error (#33349) 2025-10-23 16:11:47 +08:00
xinsheng Ren
a05eaf3243
fix: memleak (#33280) 2025-10-17 09:49:52 +08:00
WANG MINGMING
3dadce88b3
fix(stream): [TD35698]decimal data error if snapshot is true (#33189) 2025-10-10 09:37:00 +08:00
xinsheng Ren
7e9c4d4ac9
fix: last ERROR (#33166) 2025-09-30 22:28:59 +08:00
Zhixiao Bao
d4fc6420af
enh: increase the QPS of the last query (#32853) 2025-09-11 13:03:28 +08:00
Tony Zhang
ded3be494b
Revert "fix: the cols function returns incorrect results when fetching multiple timestamps. (#32743)" (#32897) 2025-09-05 19:30:55 +08:00
Pan Wei
1324d78c69
fix: state window desc true for issue (#32843) 2025-09-03 09:12:03 +08:00
Haojun Liao
8808fbb82c
fix(gpt): fix race-condition in pareparing files for forecast. (#32815) 2025-08-29 18:10:29 +08:00
Tony Zhang
b204ac8a23
fix: the cols function returns incorrect results when fetching multiple timestamps. (#32743) 2025-08-29 18:07:35 +08:00
Tony Zhang
904113da6c
fix: child table decimal type error (#32543)
* fix: child table decimal type error

* record extSchema in sysTableScanInfo

---------

Co-authored-by: Tony Zhang <tonyzhang@taosdata.com>
2025-08-14 21:02:34 +08:00
Yihao Deng
581c3392d2
opt query on sys table ins_disk_usage (#32488) 2025-08-08 10:34:38 +08:00
Tony Zhang
cc68ac81a1
fix: wrong col_id in ins_columns (#32358) 2025-07-30 14:14:29 +08:00
hongzhenliu
606bb8a106
feat(stream): fix dead lock (#32315) 2025-07-28 16:30:26 +08:00
hongzhenliu
cf1de8a715
fix: show table distributed with null column (#32164) 2025-07-26 18:04:11 +08:00
Mario Peng
41c56f154d
fix memleak of insert into stb subquery (#32121) 2025-07-23 09:45:41 +08:00
Mario Peng
808d720c1d
feat:insert into subquery (#31401) (#31710) 2025-07-08 17:26:34 +08:00
Haojun Liao
bbeffc59b7
fix(gpt): dynamic allocate the option buffer and remove the limitation on the option serialization. (#31482) 2025-06-26 10:13:38 +08:00
Simon Guan
55b1f90433
Merge pull request #31424 from taosdata/merge/3.0tomain2
merge: from 3.0 to main branch
2025-06-20 17:49:54 +08:00
Haojun Liao
e35ea17566
fix(gpt): fix error when the primary key exists. (#31418) 2025-06-20 15:54:59 +08:00
Simon Guan
f691365426 Merge branch 'main' into merge/mainto3.0 2025-06-14 10:32:34 +08:00
Haojun Liao
5b9f09b643
fix(gpt): set the return type to be double. (#31308) 2025-06-07 14:00:54 +08:00
Haojun Liao
e725e4ab24
fix(gpt): update the timeout parameter. (#31267) 2025-06-06 17:22:46 +08:00
Haojun Liao
952944e269
fix(gpt): support dynamic_real parameter for forecasting (#31297) 2025-06-06 16:27:36 +08:00
Simon Guan
556e426880 Merge branch 'main' into merge/mainto3.0 2025-05-17 12:55:32 +08:00
Haojun Liao
d31a9bd1d2 refactor: update the logs. 2025-05-15 17:52:26 +08:00
Haojun Liao
df067af08a refactor: update logs. 2025-05-15 09:43:07 +08:00
Haojun Liao
380c3ac348 fix(stream): fix double release obj. 2025-05-13 11:35:52 +08:00
Haojun Liao
558a6132e8 refactor: do some internal refactor. 2025-05-12 15:11:44 +08:00
Simon Guan
3cfdb304e8 Merge branch 'main' into merge/mainto3.0 2025-05-12 09:01:48 +08:00
Jing Sima
84016904ff
fix: [TS-6445] Fix virtual tables not detecting schema changes. (#30999)
Ensure virtual tables invalidate cached schema metadata and reload it when a schema change (e.g., ALTER VTABLE) is detected. This prevents stale schema references and query errors after structural updates.
2025-05-10 10:34:54 +08:00
Simon Guan
f31428d422 Merge branch 'main' into merge/mainto3.0 2025-05-09 09:19:07 +08:00
Jing Sima
c1ad6d4c70
fix: [TS-6448] Fix schema is old when origin table's column has same prefix during virtual supertable query. (#31008) 2025-05-08 17:09:10 +08:00
Jinqing Kuang
006cece57f
fix(stream): fix checkpoint hang in vtable stream processing (#30975)
The checkpoint process could hang during stream processing with virtual
tables. This happened because the merge task was not correctly handling
checkpoint messages.

Jira: https://jira.taosdata.com:18080/browse/TS-6419
2025-05-06 15:12:03 +08:00
Simon Guan
16f90d4de1 Merge branch 'main' into merge/mainto3.0 2025-04-27 19:16:46 +08:00
Kaili Xu
b88ec2f1a8
fix: timeseries statis for virtual table (#30911) 2025-04-27 18:03:20 +08:00
Jing Sima
227c4c81d5
fix: [TD-34638] Fix schema is old error in vtable queries. (#30891) 2025-04-27 16:06:52 +08:00
Jinqing Kuang
6921e31b62
fix(stream): fix notification for stream with project operator (#30879) 2025-04-25 17:24:15 +08:00