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 |
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 |
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 |
Alex Duan
|
1a75e9bb58
|
feat(query): avg function overflow add big check
|
2022-12-18 15:15:13 +08:00 |
Alex Duan
|
1b8199d98d
|
fix(query): avg function check overflow mac build
|
2022-12-17 20:38:03 +08:00 |
Alex Duan
|
ea5bf3d31e
|
fix(query): fix(query): avg check overflow
|
2022-12-17 17:15:44 +08:00 |
Alex Duan
|
ba31ce8070
|
feat(query): avg function check range overflow
|
2022-12-17 10:46:13 +08:00 |
Alex Duan
|
0130950170
|
fix(query): avg sum operation check range merge two SAvgRes pointer
|
2022-12-15 15:32:53 +08:00 |
Alex Duan
|
1ac428ff61
|
fix(query): avg sum operation check range build error
|
2022-12-15 14:54:22 +08:00 |
Alex Duan
|
e9f7572a54
|
fix(query): avg sum operation check range
|
2022-12-15 14:52:53 +08:00 |
Alex Duan
|
500ee304a6
|
fix(query): avg sum over range replace with macro
|
2022-12-15 12:43:28 +08:00 |
Alex Duan
|
74cf776439
|
fix(query): avg function sum overflow
|
2022-12-14 21:34:50 +08:00 |
Alex Duan
|
a4e0bbd34f
|
fix(query): fixed avg function sum over range
|
2022-12-14 20:30:18 +08:00 |
dapan1121
|
473338cf86
|
Merge pull request #18929 from taosdata/fix/percentile_crash
fix: fix invalid retrieved buffer page causing crash
|
2022-12-14 08:52:15 +08:00 |
dapan1121
|
d6f6c6495b
|
Merge pull request #18917 from taosdata/szhou/cenc
fix: udfd pipe close before send response
|
2022-12-14 08:51:28 +08:00 |
Shengliang Guan
|
04750d9078
|
Merge pull request #18905 from taosdata/feature/3_liaohj
refactor: do multiple refactor and improve some query perf.
|
2022-12-14 08:01:42 +08:00 |
Ganlin Zhao
|
08375a523d
|
fix: fix invalid retrieved buf page
|
2022-12-13 15:44:26 +08:00 |
slzhou
|
c14c1b9ae2
|
fix: add test case
|
2022-12-13 15:30:18 +08:00 |
slzhou
|
3108e658e6
|
fix: expand scalar param column data to fill the udf datablock
|
2022-12-13 14:51:11 +08:00 |
shenglian zhou
|
bd99fc5ceb
|
fix: expand scalar input number of rows with the max num of rows
|
2022-12-13 11:00:13 +08:00 |
shenglian zhou
|
3aa13025c2
|
fix: udfd without copy buf again and udfd read eof not log with error
|
2022-12-12 21:57:52 +08:00 |
shenglian zhou
|
190fbe849e
|
fix: udfd pipe can close before sending response
|
2022-12-12 20:20:24 +08:00 |
Haojun Liao
|
8f02297890
|
refactor: do some internal refactor.
|
2022-12-12 17:53:04 +08:00 |
Ganlin Zhao
|
159088267b
|
fix: fix error in getting pageIdList from group page hash map
|
2022-12-12 17:23:53 +08:00 |
shenglian zhou
|
c5abada99e
|
fix: fix gpd error
|
2022-12-10 11:46:47 +08:00 |
dapan1121
|
35fdfad623
|
Merge pull request #18758 from taosdata/fix/TD-19481
fix(query): fix percentile crash when input has more than 10 million records
|
2022-12-08 13:44:44 +08:00 |
Ganlin Zhao
|
fa8cf8686a
|
Merge branch '3.0' into fix/TD-19481
|
2022-12-08 10:57:39 +08:00 |
Ganlin Zhao
|
ad69067a01
|
fix asan stack-scope-after-use errror
|
2022-12-08 10:57:21 +08:00 |
Shengliang Guan
|
e505bd50b5
|
Merge pull request #18727 from taosdata/szhou/fixbugs
fix: add default command line to start udfd when taosd is started directly from command line
|
2022-12-08 08:54:58 +08:00 |
shenglian zhou
|
9789adc439
|
fix: fix windows compilation error
|
2022-12-08 07:36:10 +08:00 |
Shengliang Guan
|
1bb1025f7d
|
enh: add tassert
|
2022-12-07 22:24:47 +08:00 |
Shengliang Guan
|
6d94afe48f
|
Revert "refact: adjust some assert cases"
|
2022-12-07 21:51:17 +08:00 |
Shengliang Guan
|
d5126d469a
|
refact: replcase ASSERT with tAssert
|
2022-12-07 18:42:48 +08:00 |
Shengliang Guan
|
f69a188f7e
|
refact: replcase ASSERT with tAssert
|
2022-12-07 18:37:40 +08:00 |
Ganlin Zhao
|
de4571fbf7
|
Merge branch '3.0' into fix/TD-19481
|
2022-12-07 14:17:47 +08:00 |
Ganlin Zhao
|
387983f6f4
|
fix(query): fix percentile crash when input has more than 10
million records
|
2022-12-07 11:44:39 +08:00 |
dapan1121
|
5b8294122a
|
Merge pull request #18742 from taosdata/fix/TD-20906
fix: fix count VAR type column error cause of reading incorrect sma results
|
2022-12-06 18:41:24 +08:00 |