yihaoDeng
ca860881a7
fix compile error
2024-11-10 16:53:01 +08:00
yihaoDeng
1a433666eb
opt get conn rule
2024-11-10 16:50:36 +08:00
Shengliang Guan
f46cf6044d
Merge pull request #28709 from taosdata/main
...
merge: from main to 3.0 branch
2024-11-10 11:50:38 +08:00
xiao-77
689c0f5254
fix ci crash.
2024-11-08 14:34:31 +08:00
xiao-77
0178d734cb
fix ci crash
2024-11-08 10:17:42 +08:00
wangjiaming0909
274a7fd876
refine unused codes
2024-11-08 09:50:32 +08:00
wangjiaming0909
2ddd07142a
remove logs
2024-11-08 09:50:32 +08:00
wangjiaming0909
de8576a6a1
refine comments and functions
2024-11-08 09:50:07 +08:00
wangjiaming0909
9a92c136ce
fix drop child table with tsma
2024-11-08 09:47:47 +08:00
wangjiaming0909
65dffbda0c
fix tsma drop ctb
2024-11-08 09:47:04 +08:00
Shengliang Guan
d0828ddf1e
Merge pull request #28643 from taosdata/enh/TD-32732-main
...
enh(query)[TD-32732]: add client Id generation and usage
2024-11-08 09:44:07 +08:00
wangjiaming0909
f2860b766a
add ret check for deletePartName
2024-11-08 09:42:59 +08:00
wangjiaming0909
fc39ea70ac
fix tsma stream same tbname with same group id
2024-11-08 09:42:59 +08:00
54liuyao
9449c8bdc5
adj log
2024-11-08 09:42:59 +08:00
wangjiaming0909
5955d121b3
revert first/last fetch
2024-11-08 09:42:59 +08:00
54liuyao
2b924c68fd
ignore delete result
2024-11-08 09:42:59 +08:00
wangjiaming0909
7f501130a2
client add query fisrt/last/count for drop table
2024-11-08 09:42:58 +08:00
54liuyao
f452ca47fe
delete window state when drop table
2024-11-08 09:42:56 +08:00
wangjiaming0909
a5a3d1d8ad
fix same timestamp written into same tsma res ctb
2024-11-08 09:40:06 +08:00
Shengliang Guan
d36b6fd214
Merge pull request #28682 from taosdata/enh/TD-32167/os
...
Parameter validation
2024-11-08 09:30:09 +08:00
yihaoDeng
ffd4829143
support disk usage
2024-11-08 08:14:16 +08:00
yihaoDeng
4f9c9a15db
support disk usage
2024-11-07 20:20:44 +08:00
xiao-77
badc1037a9
Remove the wrong comments.
2024-11-07 17:44:25 +08:00
xiao-77
4f9fa3bb3e
fix alter wal level from 0 to 1or2 and restart failed
2024-11-07 17:43:28 +08:00
xsren
9adc756975
enh: parameter validation
2024-11-07 17:37:33 +08:00
Haojun Liao
a8f7f153d9
refactor: do some internal refacrtor.
2024-11-07 16:44:43 +08:00
Haojun Liao
daedcc53fb
refactor: return the error code and do some refactor.
2024-11-07 16:28:47 +08:00
xsren
5c01cff369
enh: param
2024-11-07 16:19:57 +08:00
Shengliang Guan
3034c22afd
Merge pull request #28664 from taosdata/fix/liaohj
...
fix(stream): fix the underlying scan operations for stream
2024-11-07 13:59:52 +08:00
xsren
04565b23ef
Parameter validation
2024-11-07 13:36:53 +08:00
Shengliang Guan
b0902e81eb
Merge pull request #28659 from taosdata/fix/main/32800
...
fix vnode cannot restart while wal level =0
2024-11-07 11:06:31 +08:00
Shengliang Guan
3aca3c68f0
Merge pull request #28662 from taosdata/fix/TD-32829
...
fix:(rpc)update fqdn cache
2024-11-07 09:17:46 +08:00
Jinqing Kuang
43a337ef74
enh(query)[TD-32732]: add client Id generation and usage
...
To address the issue of non-unique identifiers for query tasks, a unique
client ID (cid) is now generated during client initialization. This cid
is included in every task message sent to the server. The server will
use a composite key of <qid, cid, tid, eid> to uniquely identify each
query task.
2024-11-07 08:47:31 +08:00
Shengliang Guan
1f7bd1d179
Merge branch 'main' into enh/TD-32615/lemon
2024-11-06 20:52:36 +08:00
Shengliang Guan
10df16b01a
Merge pull request #28667 from taosdata/merge/3.0tomain
...
merge: from 3.0 to main branch
2024-11-06 20:46:56 +08:00
54liuyao
06bfd0a7ba
fix issue
2024-11-06 17:43:04 +08:00
54liuyao
88cb8a9599
fix issue
2024-11-06 17:21:21 +08:00
Haojun Liao
4b4943335e
fix(stream): fix the underlying scan operations for stream, when trying to drop stream tasks.
2024-11-06 17:01:32 +08:00
yihaoDeng
268576b386
fix double free when meet mem leak
2024-11-06 16:15:36 +08:00
yihaoDeng
0a9d1d8ff7
update fqdn cache
2024-11-06 15:55:42 +08:00
yihaoDeng
aa8bc83791
update fqdn cache
2024-11-06 15:46:21 +08:00
yihaoDeng
a6436882a2
support disk usage
2024-11-06 15:25:50 +08:00
xsren
1456d027b7
fix: lemon_sqll depends
2024-11-06 15:11:27 +08:00
xsren
b566e26084
enh: ttokendef.h
2024-11-06 13:47:01 +08:00
Shengliang Guan
6ff8de1d22
Merge pull request #28641 from taosdata/fix/TD-32815
...
fix(stream):check scan range of stream operator
2024-11-06 13:35:24 +08:00
54liuyao
527c3d59a9
fix issue
2024-11-06 11:44:02 +08:00
xiao-77
8984231b9f
fix vnode cannot restart while wal level =0
2024-11-06 11:15:08 +08:00
54liuyao
719a3faa12
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-11-06 11:13:15 +08:00
54liuyao
379df5f5b2
add twa ci test
2024-11-06 10:43:13 +08:00
Shengliang Guan
08603e5d11
Merge pull request #28551 from taosdata/feat/TS-5215-2
...
test(blob): testing & fixes for blob
2024-11-06 10:29:03 +08:00
54liuyao
ba31bf2c52
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-11-06 09:42:50 +08:00
Shengliang Guan
0be118c0aa
Merge pull request #28408 from taosdata/enh/TD-32181/client
...
Enh/td 32181/client
2024-11-06 09:42:05 +08:00
yihaoDeng
dc576905f0
support disk usage
2024-11-05 19:57:13 +08:00
xsren
9b6f855acf
enh: lemon on windows
2024-11-05 19:20:09 +08:00
Shengliang Guan
8e659c5f72
Merge pull request #28652 from taosdata/fix/3_liaohj
...
refactor: always successfully put the retrieve msg
2024-11-05 19:19:49 +08:00
Shengliang Guan
9f61cc640b
Merge pull request #28651 from taosdata/fix/liaohj
...
refactor: always successfully put the retrieve msg
2024-11-05 19:19:35 +08:00
54liuyao
48d5f0e7cd
fix issue
2024-11-05 18:14:35 +08:00
Haojun Liao
693aacb8cb
refactor: always successfully put the retrieve msg even though the input queue is full already.
2024-11-05 17:15:19 +08:00
Haojun Liao
044f6fbcca
refactor: always successfully put the retrieve msg even though the input queue is full already.
2024-11-05 17:13:16 +08:00
yihaoDeng
ae8ac7e308
support disk usage
2024-11-05 16:36:52 +08:00
factosea
a51bd9a24f
enh: cal output col counts
2024-11-05 15:42:57 +08:00
Minglei Jin
7316b339b6
az/get object by prefix: catch all cpp eceptions
2024-11-05 14:34:20 +08:00
Minglei Jin
90d1e014db
az/begin: remove duplicate begin & end of empty impl.
2024-11-05 14:25:24 +08:00
Shengliang Guan
cca24b7381
Merge pull request #28634 from taosdata/feat/contrib30
...
refact: rename version to td_version
2024-11-05 13:33:20 +08:00
54liuyao
d010323eb6
fix ci issue
2024-11-05 13:15:32 +08:00
54liuyao
ecf8f92ac8
fix ci issue
2024-11-05 11:11:23 +08:00
xsren
ce67963f8d
fix: lemon path
2024-11-05 11:07:44 +08:00
Haojun Liao
75f838c4b4
fix(stream): fix syntax error.
2024-11-05 11:02:41 +08:00
Haojun Liao
8148f26d30
Merge branch '3.0' into fix/ref
2024-11-05 10:50:28 +08:00
Shengliang Guan
9588581b5d
Merge pull request #28622 from taosdata/TEST/3.0/TD-32120
...
enh(stmt2):add api taos_stmt2_get_all_fields
2024-11-05 10:49:14 +08:00
54liuyao
35a1d79b98
fix(stream):check scan range of stream operator
2024-11-05 10:37:39 +08:00
Shengliang Guan
4755c723d3
Merge pull request #28416 from taosdata/fix/ly_stream
...
fix(stream):modify error message
2024-11-05 09:57:28 +08:00
Shengliang Guan
a6c6de1806
Merge pull request #28613 from taosdata/fix/preprocessFail
...
fix: msg preprocess fail issue
2024-11-05 09:11:15 +08:00
Shengliang Guan
5c5316c463
Merge pull request #28614 from taosdata/fix/preprocessFail.b
...
fix: msg preprocess fail issue
2024-11-05 09:11:05 +08:00
yihaoDeng
e33a888d26
add disk usage
2024-11-05 09:10:59 +08:00
Shengliang Guan
1539e04e8b
Merge pull request #28639 from taosdata/main
...
merge: from main to 3.0 branch
2024-11-05 09:04:38 +08:00
xsren
7085e25388
enh: lemon
2024-11-04 20:24:23 +08:00
Shengliang Guan
2942542e85
fix: compile errors
2024-11-04 20:17:41 +08:00
Shengliang Guan
8c9f80455e
Merge pull request #28597 from taosdata/fix/TD-32271-main
...
fix: mndProcessArbCheckSyncTimer no check for sync
2024-11-04 20:15:47 +08:00
yihaoDeng
90222531e7
check db
2024-11-04 18:44:56 +08:00
Pengrongkun
b011ef49e0
TD-32120:add api taos_stmt2_get_all_fields
...
fix some format
convert TAOS_FIELD_E to TAOS_FIELD_ALL, to prevent modifications to the original API
rename taos_stmt2_get_stb_fields
refact parse for ctbname parameterized
refactor some code, fix some core problem.
2024-11-04 16:59:13 +08:00
Shengliang Guan
f8bd752e59
Merge pull request #28627 from taosdata/feat/contrib3
...
fix: compile errors on macOS 14.4 m2 chip
2024-11-04 16:40:49 +08:00
Shengliang Guan
03814cfe5a
refact: rename version to td_version
2024-11-04 15:16:15 +08:00
xsren
02ed4f457d
delete sql.c
2024-11-04 15:03:19 +08:00
Minglei Jin
175a3f7d57
strea/checkpoint: fix meta file path
2024-11-04 14:22:28 +08:00
Minglei Jin
71e27240cb
stream/rocks: fix meta file dir
2024-11-04 14:00:27 +08:00
Shengliang Guan
031146b3b5
fix: check memory calloc
2024-11-04 11:53:24 +08:00
Shengliang Guan
07f7b57cd7
Merge remote-tracking branch 'laiyongtao/fix-udfd-env-var-cfg' into feat/contrib30
2024-11-04 11:39:41 +08:00
Shengliang Guan
d8858a5113
Merge remote-tracking branch 'suzp1984/fix/3.0-compile-error-macos' into feat/contrib3
2024-11-04 11:06:15 +08:00
Shengliang Guan
ad0375a17a
Merge pull request #28533 from taosdata/fix/init_meta
...
fix(stream): add refId for meta at the end of init functions
2024-11-04 10:18:05 +08:00
Jing Sima
9df427c0cd
fix:[TD-32506] Add test case for TD-32506
2024-11-04 09:40:35 +08:00
Jing Sima
355aa885de
fix:[TD-32506] fix mem leak in percentile function.
2024-11-04 09:35:15 +08:00
Shengliang Guan
9622197d57
Merge pull request #28534 from taosdata/fix/liaohj
...
fix(stream): add refId for meta at the end of init functions
2024-11-04 09:33:26 +08:00
54liuyao
de92e455a6
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-11-04 09:11:43 +08:00
xsren
7041e64744
add colDataSetVal func desc
2024-11-03 23:00:31 +08:00
yihaoDeng
b38d5a2492
support show db disk info
2024-11-02 21:36:08 +08:00
Shengliang Guan
a71aacbb13
Merge pull request #28620 from taosdata/main
...
merge: from main to 3.0
2024-11-02 12:06:20 +08:00
Shengliang Guan
4c2dbef46c
Merge pull request #28596 from taosdata/enh/dnodelist
...
feat: support create database in the specified dnode list.
2024-11-01 20:21:55 +08:00
Shengliang Guan
65f41cad20
Merge pull request #28577 from taosdata/enh/TD-32652-main
...
enh(query)[TD-32652]: enable AVX implementation with CPU dispatching
2024-11-01 17:30:52 +08:00
dapan1121
2ebc84d02a
fix: msg preprocess fail issue
2024-11-01 16:48:22 +08:00
dapan1121
f0760a3bb0
fix: msg preprocess fail issue
2024-11-01 16:17:10 +08:00
yihaoDeng
160e2686c4
Merge remote-tracking branch 'origin/3.0' into enh/addDiskUsage
2024-11-01 15:58:57 +08:00
Shengliang Guan
daa8341a3e
Merge pull request #28512 from taosdata/opti/TD-30681
...
Opti/td 30681
2024-11-01 14:42:39 +08:00
Shengliang Guan
526904fdd1
Merge pull request #28563 from taosdata/fix/main/TD-32727
...
fix:[TD-32727] fix bug when select interp with two more group key.
2024-11-01 14:31:25 +08:00
Jinqing Kuang
647066c4f9
enh(query)[TD-32652]: enable AVX implementation with CPU dispatching
...
Extract AVX implementation of specific functions into separate files.
The CPU dispatching mechanism will now check the machine's instruction
set at runtime to determine whether to use the AVX implementation or
fallback to the naive version.
This enhancement improves performance on most machines while ensuring
compatibility with older hardwares.
2024-11-01 12:44:59 +08:00
54liuyao
2a24805646
add block data capacity
2024-11-01 11:34:18 +08:00
54liuyao
0c30b3cf3c
fix ci issue
2024-11-01 10:25:14 +08:00
Hongze Cheng
fdd29317b1
Merge pull request #28590 from taosdata/fix/TD-32703-add-wal-log
...
fix/TD-32703-add-wal-log
2024-11-01 10:05:50 +08:00
54liuyao
0e0a7ae2e9
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-11-01 09:54:51 +08:00
Jing Sima
135adabd98
fix:[TD-32727] set SArray pointer to NULL after destroy.
2024-11-01 09:11:35 +08:00
dapan1121
016d176ea5
fix: number to string output length issue
2024-11-01 08:55:03 +08:00
Shungang Li
c18b26ff9c
enh: add more log for arbtrans
2024-10-31 19:04:00 +08:00
54liuyao
e9b9ebeb6e
fic comp issue
2024-10-31 18:52:24 +08:00
54liuyao
158eda13f9
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-10-31 17:49:58 +08:00
54liuyao
5b9f434532
fix issue for value
2024-10-31 17:47:54 +08:00
Shengliang Guan
eedc020425
Merge branch '3.0' into enh/dnodelist
2024-10-31 17:40:01 +08:00
Shengliang Guan
f13d262a5a
Merge branch '3.0' into merge/mainto3.0
2024-10-31 17:38:59 +08:00
Shengliang Guan
33cc4db548
Merge branch 'main' into merge/mainto3.0
2024-10-31 17:38:54 +08:00
Shengliang Guan
27cdac0910
Merge pull request #28579 from taosdata/merge/mainto3.0
...
merge: from main to 3.0 branch
2024-10-31 17:37:13 +08:00
Shengliang Guan
765a0f4a03
Merge pull request #28589 from taosdata/enh/TS-5441-3.0
...
fix:[TS-5441] error if cols not equal in write_raw_block
2024-10-31 17:36:58 +08:00
Shengliang Guan
a31027359f
Merge pull request #28253 from taosdata/fix/3_liaohj
...
enh(stream): check the existence for snode.
2024-10-31 17:25:36 +08:00
dapan1121
726594b926
fix: float display issue
2024-10-31 17:08:07 +08:00
dongming chen
c88216ff6b
Merge pull request #28592 from taosdata/3.0
...
3.0
2024-10-31 16:44:51 +08:00
54liuyao
fde9eeb9ca
fix ci issue
2024-10-31 16:10:05 +08:00
dmchen
0a4cdb4c47
fix/TD-32703-add-wal-log
2024-10-31 08:03:29 +00:00
Shengliang Guan
31a944c41c
Merge pull request #28582 from taosdata/fix/3.0/TD-32703-2
...
fix firstVer incorrect while remove wal dir
2024-10-31 15:53:39 +08:00
54liuyao
5158bf6b96
fix issue
2024-10-31 15:50:56 +08:00
dapan1121
eaea66cf48
fix: value node clone issue
2024-10-31 15:39:13 +08:00
Shengliang Guan
6aafc047b2
Merge pull request #28435 from taosdata/fix/TD-32166
...
enh:[TD-32166]refactor code in sml
2024-10-31 15:34:08 +08:00
Shengliang Guan
f8952f6c17
Merge pull request #28550 from taosdata/fix/3.0/TD-32664
...
fix partition + having planner internal error
2024-10-31 15:32:41 +08:00
Shengliang Guan
cea0bb6445
Merge pull request #28480 from taosdata/enh/TD-32190
...
enh: add query plan test
2024-10-31 15:27:58 +08:00
Haojun Liao
a685c1394a
refactor: do some internal refactor.
2024-10-31 15:20:18 +08:00
Shengliang Guan
94b8af0b44
Merge branch '3.0' into enh/dnodelist
2024-10-31 15:18:34 +08:00
Haojun Liao
8b596ec4c4
fix(stream): release task after acquire.
2024-10-31 15:14:26 +08:00
wangmm0220
3a66d2fb3b
fix:[TS-5441] error if cols not equal in write_raw_block
2024-10-31 14:51:56 +08:00
xsren
974591f265
fix: colDataSetOrCover
2024-10-31 14:23:28 +08:00
Haojun Liao
871dd71040
fix(stream): add some logs.
2024-10-31 14:10:26 +08:00
Hongze Cheng
e260eb7a07
Revert "enh(stmt2):add api taos_stmt2_get_all_fields"
2024-10-31 13:35:42 +08:00
Haojun Liao
930dc4abf7
fix(stream): remove invalid acquire.
2024-10-31 13:15:01 +08:00
Shengliang Guan
640a417aca
Merge branch '3.0' into merge/mainto3.0
2024-10-31 12:51:16 +08:00
Shengliang Guan
c5d258ac1e
Merge pull request #28523 from taosdata/TEST/3.0/TD-32120
...
enh(stmt2):add api taos_stmt2_get_all_fields
2024-10-31 12:46:07 +08:00
xiao-77
40cf21b15c
fix firstVer incorrect while romove wal dir
2024-10-31 11:27:24 +08:00
Jing Sima
c87b054a02
fix:[TD-32727] fix bug when select interp with two more group key.
2024-10-31 09:50:36 +08:00
Shengliang Guan
3eb877aa5d
Merge branch 'main' into merge/mainto3.0
2024-10-31 09:11:18 +08:00
Hongze Cheng
c343f336fa
Merge pull request #28574 from taosdata/fix/TD-32703-add-wal-log
...
fix/TD-32703-add-wal-log
2024-10-31 09:09:02 +08:00
Pan Wei
077da8d945
Merge branch '3.0' into opti/TD-30681
2024-10-31 08:39:12 +08:00
Haojun Liao
01748085cc
fix(stream): not remove task when trying to stop it.
2024-10-31 00:25:26 +08:00
Shengliang Guan
1ed7ab7663
Merge branch 'main' into doc/contrib
2024-10-31 00:11:49 +08:00
Shengliang Guan
183d879050
Merge remote-tracking branch 'ljw0903/patch-2' into doc/contrib
2024-10-31 00:09:42 +08:00
Shengliang Guan
5d57d78826
Merge remote-tracking branch 'flyingangel2013/ts_3469_casefile' into doc/contrib
2024-10-31 00:02:41 +08:00
Shengliang Guan
a381eb78a8
Merge branch 'main' into merge/mainto3.0
2024-10-30 23:49:47 +08:00
Shengliang Guan
5ed4bced28
Merge pull request #28547 from taosdata/fix/fixInvalidWrite
...
opt transport
2024-10-30 20:26:08 +08:00
xsren
73be7ddbc6
fix: set tablefield of stream block to NULL
2024-10-30 19:38:08 +08:00
dmchen
ba9c796c9d
fix/TD-32703-add-wal-log
2024-10-30 11:33:00 +00:00
dapan1121
edfefbff77
fix: value node clone issue
2024-10-30 19:07:47 +08:00
Jing Sima
7d05ccbfa0
fix:[TS-5567] fix bug when partition/group by const value's alias name.
2024-10-30 18:55:18 +08:00
Pengrongkun
3895a7707a
convert TAOS_FIELD_E to TAOS_FIELD_ALL, to prevent modifications to the original API
2024-10-30 18:12:08 +08:00
Jing Sima
2106a59872
fix:[TD-32727] fix bug when select interp with two more group key.
2024-10-30 18:11:14 +08:00
yihaoDeng
a881ff3edf
add test case
2024-10-30 18:06:30 +08:00
Shengliang Guan
91a352a329
Merge branch '3.0' into merge/mainto3.0
2024-10-30 18:04:58 +08:00
yihaoDeng
97c9dba167
add test case
2024-10-30 17:51:59 +08:00
dapan1121
74065f91d8
fix: data source ep issue
2024-10-30 17:39:33 +08:00
yihaoDeng
456ed98e17
handle quit error
2024-10-30 17:36:55 +08:00
yihaoDeng
a191e9993a
handle quit error
2024-10-30 16:30:46 +08:00
yihaoDeng
70c9d9847f
handle quit error
2024-10-30 16:28:26 +08:00
yihaoDeng
8d4813590f
handle quit error
2024-10-30 16:27:44 +08:00
yihaoDeng
57743282db
handle quit error
2024-10-30 16:23:57 +08:00
54liuyao
b6d16eccdb
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-10-30 14:54:42 +08:00
Pengrongkun
aa3c79100b
fix some format
2024-10-30 14:24:10 +08:00
Shengliang Guan
8c07f93c71
Merge pull request #28189 from taosdata/fix/TD-32387
...
valid iter
2024-10-30 14:05:48 +08:00
xsren
6d4d79a4d3
fix: geometry ST_AsText
2024-10-30 14:04:12 +08:00
Shengliang Guan
ea9ed2e538
Merge pull request #28300 from taosdata/enh/TS-5441-3.0
...
enh:[TS-5441] cost too long in tmq write meta data by cache meta and vg info
2024-10-30 13:43:41 +08:00
yihaoDeng
5ba90c2388
handle quit error
2024-10-30 13:35:34 +08:00
yihaoDeng
989457969e
handle quit error
2024-10-30 11:56:36 +08:00
yihaoDeng
9f9b22e436
handle quit error
2024-10-30 11:56:24 +08:00
wangjiaming0909
14ddaf7c39
add parition having tests and fix merge align interval + limit
2024-10-30 11:09:57 +08:00
wangjiaming0909
e6e36bcd2d
fix PARITION (INTERVAL) HAVING() caused planner internal err
2024-10-30 11:09:57 +08:00
yihaoDeng
52f9ea5963
handle mem failure
2024-10-30 11:06:09 +08:00
yihaoDeng
69b36fee44
handle mem failure
2024-10-30 10:58:47 +08:00
yihaoDeng
542a6d3672
opt transport quit
2024-10-30 10:39:34 +08:00
yihaoDeng
a3b797031d
fix quit error
2024-10-30 10:23:28 +08:00
54liuyao
d065d71821
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-10-30 10:09:48 +08:00
yihaoDeng
1dfad47bfa
fix quit error
2024-10-30 10:01:23 +08:00
Haojun Liao
e618a04e51
fix(stream): adjust start timer position.
2024-10-30 09:13:33 +08:00
Haojun Liao
6b5e64dc8e
fix(stream): adjust start timer position.
2024-10-30 09:13:07 +08:00
yihaoDeng
f0ec573611
fix double free
2024-10-30 09:06:24 +08:00
yihaoDeng
d4b0550a01
fix double free
2024-10-30 09:06:10 +08:00
Hongze Cheng
c9e281535d
Merge pull request #28542 from taosdata/fix/TD-32703-add-log-3.0
...
Fix/td 32703 add log 3.0
2024-10-30 08:57:55 +08:00
Shengliang Guan
c026f26289
Merge pull request #28546 from taosdata/merge/mainto3.0
...
merge: from main to 3.0 branch
2024-10-30 08:57:21 +08:00
xsren
62fbb62b9c
fix: merge conflict
2024-10-29 23:06:57 +08:00
xinsheng Ren
c5ec062a12
Merge branch '3.0' into enh/TD-32181/client
2024-10-29 23:00:46 +08:00
Shengliang Guan
689cdd4e44
test: add dnodes cases
2024-10-29 21:33:36 +08:00
Shengliang Guan
6690a9ec84
feat: remove alter db options
2024-10-29 21:24:27 +08:00
Haojun Liao
c6c23271c7
fix(stream): adjust refId init position.
2024-10-29 19:49:53 +08:00
Haojun Liao
71f4ae6957
fix(stream): adjust refId init position.
2024-10-29 19:48:17 +08:00
Haojun Liao
9bae0adba6
fix(stream): start scheduler task after set the refId.
2024-10-29 19:14:37 +08:00
Haojun Liao
c149449717
fix(stream): adjust init ref position.
2024-10-29 18:46:28 +08:00
Haojun Liao
69f6c3eb51
fix(stream): adjust init ref position.
2024-10-29 18:45:30 +08:00
54liuyao
a0818d2a2d
fix issue
2024-10-29 18:34:51 +08:00
Haojun Liao
a18e456774
Merge branch 'main' into fix/liaohj
2024-10-29 18:30:04 +08:00
Jing Sima
419c2e2974
fix:[TS-5567] fix bug when partition/group by const value's alias name.
2024-10-29 18:02:25 +08:00
Pengrongkun
e9feec94b3
TD-32120:add api taos_stmt2_get_all_fields
2024-10-29 17:27:48 +08:00
dmchen
23249271fb
fix/TD-32703-add-log
2024-10-29 09:20:09 +00:00
dmchen
ff2f2f2b5f
fix/TD-32703-add-log
2024-10-29 09:20:02 +00:00
Shengliang Guan
adf7ea29cb
feat: alloc dnode from input dnode list
2024-10-29 14:40:40 +08:00
54liuyao
d8ff0b63d0
Merge branch 'main' of https://github.com/taosdata/TDengine into fix/ly_res_main
2024-10-29 14:14:44 +08:00
54liuyao
fc2e62a18c
use len of context buffer
2024-10-29 14:14:26 +08:00
Shengliang Guan
59f00727e5
Merge remote-tracking branch 'origin/3.0' into enh/dnodelist
2024-10-29 11:39:11 +08:00
54liuyao
95ba57c139
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-10-29 10:57:12 +08:00
Haojun Liao
281668738a
fix(stream): add refId for meta at the end of init functions
2024-10-29 10:40:18 +08:00
Shengliang Guan
75af76319b
Merge pull request #28470 from taosdata/opti/TD-31566
...
opti:modify time range of select ts in
2024-10-29 10:28:33 +08:00
Haojun Liao
097d3caa90
fix(stream): add refId for meta at the end of init functions
2024-10-29 10:20:27 +08:00
Haojun Liao
97637d2435
other: merge 3.0
2024-10-29 09:22:17 +08:00
xsren
85989212c6
fix: set scolumnInfo nodata flag where table scan notload
2024-10-28 19:38:56 +08:00
Haojun Liao
cacc7db61c
fix(stream): set the correct start ts.
2024-10-28 19:33:11 +08:00
dapan1121
9f2fba6269
Merge remote-tracking branch 'origin/main' into enh/TD-32190
2024-10-28 18:48:40 +08:00
dapan1121
cea25e7f9d
fix: scheduler ut issues
2024-10-28 18:47:15 +08:00
Pan Wei
9694006168
Update filter.c
2024-10-28 18:27:12 +08:00
Haojun Liao
c0932d419d
fix(stream): fix error in pause/resume for force_window_close
2024-10-28 18:07:11 +08:00
yihaoDeng
b523cf8802
fix:conflicts from 3.0
2024-10-28 17:34:20 +08:00
Minglei Jin
53826a320f
fix(s3/s3_chunksize): rename to s3_chunkpages & default to 128k pages
2024-10-28 16:46:26 +08:00
Shengliang Guan
c08ab1cffe
Merge pull request #28508 from taosdata/fix/TD-32681-monitor-test-ci-fail
...
fix: monitor test always failed
2024-10-28 14:19:17 +08:00
54liuyao
3fdb1f4b7c
add stream check
2024-10-28 13:18:59 +08:00
54liuyao
9a68dc53bf
Merge branch 'main' of https://github.com/taosdata/TDengine into fix/ly_res_main
2024-10-28 12:48:40 +08:00
xsren
fb34549ae7
fix: json tag length check
2024-10-28 11:50:25 +08:00
54liuyao
bb733ca52b
fix issue
2024-10-28 11:18:31 +08:00
54liuyao
424e574e94
fix issue
2024-10-28 11:09:56 +08:00
Haojun Liao
0bc5f8cb88
fix(stream): relase the task.
2024-10-28 10:20:08 +08:00
xsren
b02ad5c8e2
fix to_char length
2024-10-27 23:35:21 +08:00
xsren
323088dc71
fix: create partialfunction
2024-10-27 22:41:34 +08:00
Haojun Liao
51f3f29d5b
fix(stream): fix syntax check failure.
2024-10-27 21:52:46 +08:00
Haojun Liao
0fa7bf1a26
fix(stream): fix memory leak.
2024-10-27 19:51:52 +08:00
54liuyao
658503f169
Merge branch 'fix/ly_res_main' of https://github.com/taosdata/TDengine into fix/ly_res_main
2024-10-27 15:51:22 +08:00
54liuyao
86e7371e87
fix issue for windows compile
2024-10-27 15:50:57 +08:00
Haojun Liao
4802f59dfe
fix(stream): use the refId in stream meta list, in order to avoid access already freed stream tasks.
2024-10-27 15:49:40 +08:00
Haojun Liao
380f433499
fix(stream): use the refId in stream meta list, in order to avoid access already freed stream tasks.
2024-10-27 15:40:17 +08:00
Shengliang Guan
0cae5f178c
enh: increase synatx parser
2024-10-26 21:16:28 +08:00
xinsheng Ren
412c10ed94
Merge branch '3.0' into enh/TD-32181/client
2024-10-25 22:54:04 +08:00
xsren
0a8b3714f9
fix: reserve
2024-10-25 18:45:29 +08:00
54liuyao
417938d2b2
fix issue
2024-10-25 17:21:28 +08:00
lyh250-666
ed1186f05e
opti:modify bytes for numbers and string, and varbinary
2024-10-25 17:20:59 +08:00
lyh250-666
38ae87fa05
opti:modify bytes for numbers and string
2024-10-25 17:05:14 +08:00
lyh250-666
d5876b0457
opti:modify bytes for numbers and string
2024-10-25 16:59:46 +08:00
54liuyao
a4279392b2
Merge branch 'main' of https://github.com/taosdata/TDengine into fix/ly_res_main
2024-10-25 16:35:21 +08:00
54liuyao
f5626d45bc
fix issue for windows compile
2024-10-25 16:13:43 +08:00
54liuyao
077005a9f9
fix ci issue
2024-10-25 16:08:38 +08:00
dmchen
c6ef1333f6
fix/TD-32681-monitor-test-ci-fail
2024-10-25 07:48:32 +00:00
54liuyao
ff46074b19
unsupported sliding
2024-10-25 15:43:28 +08:00
dmchen
a34ce8f773
fix/remove-monitor-error-log
2024-10-25 07:39:18 +00:00
lyh250-666
fa9f273449
opti:add case for double and float
2024-10-25 14:39:03 +08:00