Haojun Liao
|
c1ffbb5c1c
|
refactor:do some internal refactor.
|
2023-01-23 01:11:04 +08:00 |
Haojun Liao
|
78f49db0ad
|
other: merge main.
|
2023-01-11 13:31:41 +08:00 |
Haojun Liao
|
3a848ccb36
|
fix(query): fix the invalid return value check for percentile function.
|
2023-01-11 13:19:17 +08:00 |
Haojun Liao
|
e0dbe22199
|
fix(query): fix uninitialized memory buffer accessed.
|
2023-01-11 10:27:23 +08:00 |
Ganlin Zhao
|
4203a9e184
|
fix: fix no available disk error
|
2023-01-06 14:33:48 +08:00 |
Ganlin Zhao
|
183b000240
|
fix error
|
2023-01-05 10:18:18 +08:00 |
Ganlin Zhao
|
ffd901fa6f
|
fix mem leak
|
2023-01-05 09:13:57 +08:00 |
Ganlin Zhao
|
4a3c892472
|
Merge branch 'main' into enh/TD-21690
|
2023-01-04 18:29:03 +08:00 |
Ganlin Zhao
|
898955521d
|
fix getBufPage return NULL in tpercentile.c
|
2023-01-04 18:24:34 +08:00 |
Ganlin Zhao
|
929bafa264
|
fix getBufPage return NULL in tpercentile.c
|
2023-01-04 18:15:16 +08:00 |
Ganlin Zhao
|
af0bd9c72b
|
fix loadTupleData
|
2023-01-04 17:59:30 +08:00 |
Ganlin Zhao
|
6411e717df
|
fix updateTupleData
|
2023-01-04 17:18:14 +08:00 |
Ganlin Zhao
|
d5c92d3788
|
fix saveTuplePos
|
2023-01-04 16:59:55 +08:00 |
Ganlin Zhao
|
003002af1d
|
enh(query): handle getBufPage return NULL when no available disk spaces
|
2023-01-04 16:09:20 +08:00 |
Ganlin Zhao
|
e3b776c7f3
|
Merge branch 'main' into enh/TD-21206
|
2023-01-04 09:18:38 +08:00 |
Shengliang Guan
|
650ea06b69
|
Merge pull request #19321 from taosdata/feature/3_liaohj
fix(utility): fix the bug in creating auto delete files.
|
2023-01-03 17:40:48 +08:00 |
dapan1121
|
3e1e6be827
|
Merge pull request #19262 from taosdata/fix/TS-2350
fix(query): fix floating type handle sma error
|
2023-01-03 17:21:30 +08:00 |
Ganlin Zhao
|
5e4b139355
|
fix assert in tpercentile.c
|
2023-01-03 15:23:43 +08:00 |
Ganlin Zhao
|
d454ec970d
|
fix assert in tpercentile.c
|
2023-01-03 14:40:41 +08:00 |
Haojun Liao
|
b8aa4fae8a
|
fix(udf): disable the auto remove for *.so
|
2023-01-03 14:23:27 +08:00 |
Ganlin Zhao
|
5b88f0fffb
|
fix assert in thistogram.c
|
2023-01-03 14:21:01 +08:00 |
Ganlin Zhao
|
09a06ba5b2
|
remove assert from builtinsimpl.c
|
2023-01-03 11:18:21 +08:00 |
Alex Duan
|
2439c345d9
|
enh: clear assert remove tbuffer.h
|
2022-12-30 18:04:54 +08:00 |
Ganlin Zhao
|
c08ff7dd35
|
fix assert in tfunctionInt.c
|
2022-12-30 13:58:38 +08:00 |
Ganlin Zhao
|
635f4f9b45
|
remove assert in tavgfunction.c & tminmax.c
|
2022-12-30 13:54:08 +08:00 |
Ganlin Zhao
|
8a2795b57d
|
fix assert in builtinsimpl.c
|
2022-12-30 13:10:46 +08:00 |
Ganlin Zhao
|
763f702fff
|
fix assert in builtims.c
|
2022-12-30 10:50:40 +08:00 |
dapan1121
|
e6c5fd874a
|
Merge pull request #19175 from taosdata/szhou/fixbugs2
enhance: remove assert
|
2022-12-30 09:53:59 +08:00 |
Ganlin Zhao
|
73a95d3cda
|
fix some format
|
2022-12-30 09:32:18 +08:00 |
Ganlin Zhao
|
e105f9c0d2
|
store sma result as float in buf
|
2022-12-30 09:16:30 +08:00 |
Ganlin Zhao
|
d8b8ece9c1
|
fix(query): fix floating type handle sma error
|
2022-12-29 18:12:29 +08:00 |
Shengliang Guan
|
25e9d94f5b
|
Merge pull request #19244 from taosdata/feature/stream_main
enh: put func state into tdb
|
2022-12-29 17:17:29 +08:00 |
Liu Jicong
|
b2f6fcd067
|
fix mem leak
|
2022-12-29 15:34:08 +08:00 |
Liu Jicong
|
93cf8e0186
|
fix: selectivity
|
2022-12-29 14:43:45 +08:00 |
Liu Jicong
|
7721353b6b
|
enh: put func state into tdb
|
2022-12-29 12:39:07 +08:00 |
dapan1121
|
4a142018da
|
Merge pull request #19224 from taosdata/fix/TD-21561
fix(query): fix count/hyperloglog return additional row in group by when queryPolicy is set to 3.
|
2022-12-29 12:28:28 +08:00 |
Ganlin Zhao
|
24b2ee0fff
|
fix(query): fix count/hyperloglog return additional row in group by
when queryPolicy is set to 3.
|
2022-12-28 17:29:07 +08:00 |
shenglian zhou
|
5c36d90bc2
|
fix: free the column info array
|
2022-12-28 16:18:24 +08:00 |
shenglian zhou
|
2680ebff38
|
fix: set row for data block
|
2022-12-28 14:31:12 +08:00 |
shenglian zhou
|
ad1ba74646
|
fix: add block data clean up for the udf input data block
|
2022-12-28 13:52:40 +08:00 |
shenglian zhou
|
a29dea91a5
|
fix: covert scalar param to data block
|
2022-12-28 13:32:42 +08:00 |
slzhou
|
ceea74ee7a
|
enhance: remove assert
|
2022-12-27 09:58:22 +08:00 |
dapan1121
|
66cece62de
|
Merge pull request #19046 from taosdata/fix/TD-21180-3.0
feat(rpc): return new error code TSDB_CODE_RPC_VGROUP_NOT_CONNECTED
|
2022-12-26 18:08:48 +08:00 |
dapan1121
|
a6e7f0f2d5
|
Merge pull request #18960 from taosdata/fix/TD-20621-3.0
fix(query): avg function support overflow sum value calculate
|
2022-12-25 15:12:28 +08:00 |
Alex Duan
|
cd1b87031a
|
fix(query): modify error describe
|
2022-12-22 10:22:51 +08:00 |
Alex Duan
|
8aa615c623
|
fix(query): show distributed table modify average calc error
|
2022-12-21 17:34:02 +08:00 |
Haojun Liao
|
5c534d77d9
|
fix(query): check for buffer in first/last merge.
|
2022-12-20 18:23:15 +08:00 |
Alex Duan
|
df6102f66e
|
fix(query): TSDB_CODE_RPC_VGROUP_NOT_CONNECTED same condition check with TSDB_CODE_RPC_NETWORK_UNAVAIL
|
2022-12-20 18:14:24 +08:00 |
Haojun Liao
|
7059d71e1f
|
fix(query): check for buffer in first/last merge.
|
2022-12-20 17:31:36 +08:00 |
Alex Duan
|
0a5fd77b17
|
feat(query): avg function overflow mac build
|
2022-12-18 19:04:38 +08:00 |