slzhou
|
b53e7192fc
|
fix: core caused by invalid total rows of data block when executing sql like select udf2(f2) from udf.t2 group by 1-udf1(f1)
|
2022-05-14 09:31:30 +08:00 |
Shengliang Guan
|
1e41ba8c14
|
Merge remote-tracking branch 'origin/3.0' into fix/mnode
|
2022-05-14 09:30:55 +08:00 |
yihaoDeng
|
e21588c627
|
enh(index): add NULL value and remove duplicate
|
2022-05-13 23:49:37 +08:00 |
yihaoDeng
|
42db1080c4
|
enh(index): add more UT
|
2022-05-13 23:44:50 +08:00 |
yihaoDeng
|
d003f1b0d7
|
enh(index): add more UT
|
2022-05-13 23:30:46 +08:00 |
Shengliang Guan
|
7b15cdb287
|
Merge branch '3.0' into feature/qnode
|
2022-05-13 23:27:59 +08:00 |
Shengliang Guan
|
253651a521
|
Merge pull request #12449 from taosdata/feature/3.0_glzhao
feat(query): add sample function using reservoir sampling method
|
2022-05-13 23:27:07 +08:00 |
Shengliang Guan
|
4ebdb93679
|
Merge pull request #12448 from taosdata/feature/TD-14761
fea: add test case for schemaless
|
2022-05-13 23:26:33 +08:00 |
Shengliang Guan
|
9debc281b1
|
Merge remote-tracking branch 'origin/3.0' into feature/dnode
|
2022-05-13 23:03:34 +08:00 |
dapan1121
|
aee28eb2fc
|
fix catalog bug
|
2022-05-13 22:18:43 +08:00 |
slzhou
|
d97030af70
|
Merge branch '3.0' of github.com:taosdata/TDengine into feature/udf
|
2022-05-13 22:17:27 +08:00 |
slzhou
|
e8690dabef
|
feat: enhance udf scalar function calls
|
2022-05-13 22:14:53 +08:00 |
Ganlin Zhao
|
c1666e7e02
|
feat(query): add sample function
|
2022-05-13 22:08:37 +08:00 |
Ganlin Zhao
|
18ac565a93
|
feat(query): add sample function
|
2022-05-13 22:06:22 +08:00 |
Shengliang Guan
|
2258916b1d
|
test: recover tmq/basic5.py
|
2022-05-13 22:02:55 +08:00 |
shenglian-zhou
|
095217a204
|
Merge pull request #12445 from taosdata/feature/udf
feat: fix erros of square int overflow and block capacity set before filling a new column
|
2022-05-13 21:59:02 +08:00 |
Haojun Liao
|
d760f981a3
|
Merge pull request #12437 from taosdata/feature/3.0_liaohj
fix(query): set the correct state value key index.
|
2022-05-13 21:58:32 +08:00 |
wangmm0220
|
f284226f3f
|
refactor: add ut casese for schemaless
|
2022-05-13 21:47:55 +08:00 |
afwerar
|
0815843e94
|
fix(os): make taosd.exe taos.exe run on windows.
|
2022-05-13 21:42:16 +08:00 |
Ganlin Zhao
|
315a875208
|
feat(query): add sample function
|
2022-05-13 21:36:33 +08:00 |
Ganlin Zhao
|
d24254fb84
|
feat(query): add sample function
|
2022-05-13 21:13:35 +08:00 |
slzhou
|
a6900a7e96
|
fix : udf2 overflow for large int multiply large int
|
2022-05-13 21:02:32 +08:00 |
slzhou
|
d54e345dc9
|
fix: ensure capacity before column merge: select agg1(col/10), agg2(col/2)
|
2022-05-13 21:00:46 +08:00 |
dapan1121
|
e364f3b71b
|
Merge remote-tracking branch 'origin/3.0' into feature/qnode
|
2022-05-13 19:20:37 +08:00 |
dapan1121
|
1b2ca4c1b4
|
stmt query
|
2022-05-13 19:08:16 +08:00 |
Haojun Liao
|
5dadb26070
|
fix(query): set the correct state value key index.
|
2022-05-13 18:18:54 +08:00 |
Shengliang Guan
|
d4e0a27ef3
|
Merge remote-tracking branch 'origin/3.0' into feature/dnode
|
2022-05-13 17:46:51 +08:00 |
dapan1121
|
ce3b4b3183
|
stmt query
|
2022-05-13 16:35:19 +08:00 |
Yihao Deng
|
22ce29db58
|
Merge pull request #12428 from taosdata/feature/add_more_log
enh(rpc): add more log
|
2022-05-13 16:17:15 +08:00 |
yihaoDeng
|
26aef324f7
|
enh(rpc): add more log
|
2022-05-13 15:59:56 +08:00 |
54liuyao
|
4b564b2ebd
|
add stream ci
|
2022-05-13 15:37:31 +08:00 |
Haojun Liao
|
9b2cdcff9d
|
Merge pull request #12417 from taosdata/feature/3.0_liaohj
fix(query): add the repeat scan flag check in the aggregate executor.
|
2022-05-13 14:28:05 +08:00 |
Shengliang Guan
|
65e9e97252
|
refactor: control the memory of the rpc queue
|
2022-05-13 14:23:11 +08:00 |
Shengliang Guan
|
8ca1420f55
|
refactor: adjust global config
|
2022-05-13 13:32:09 +08:00 |
yihaoDeng
|
fee540c1fa
|
fix(rpc): avoid fd leak
|
2022-05-13 13:09:34 +08:00 |
yihaoDeng
|
c56b0e0b15
|
fix(rpc): avoid fd leak
|
2022-05-13 12:24:57 +08:00 |
yihaoDeng
|
d0fe68b0e4
|
fix(rpc): avoid fd leak
|
2022-05-13 12:18:57 +08:00 |
Haojun Liao
|
86031c1985
|
fix(query): add the repeat scan flag check during aggregate executor.
|
2022-05-13 12:17:09 +08:00 |
wangmm0220
|
fc07ae96f3
|
refactor: fix error in schemaless
|
2022-05-13 11:46:01 +08:00 |
yihaoDeng
|
ddee7344d5
|
fix(rpc): avoid fd leak
|
2022-05-13 11:25:35 +08:00 |
wangmm0220
|
140c319e6b
|
refactor: fix error in schemaless
|
2022-05-13 11:19:13 +08:00 |
Shengliang Guan
|
992a64e7c8
|
Merge remote-tracking branch 'origin/3.0' into feature/dnode
|
2022-05-13 11:09:02 +08:00 |
Haojun Liao
|
38d52c69dc
|
fix(query): fix syntax errors in executorimpl.c
|
2022-05-13 10:12:03 +08:00 |
Haojun Liao
|
fbc3ca6093
|
Merge branch '3.0' into feature/3.0_liaohj
|
2022-05-13 09:57:00 +08:00 |
Haojun Liao
|
321c291f4c
|
refactor: do some internal refactor.
|
2022-05-13 09:53:19 +08:00 |
shenglian-zhou
|
c5faaca906
|
Merge pull request #12407 from taosdata/feature/udf
fix: udf2 support int and double data type
|
2022-05-13 09:49:13 +08:00 |
liuyao
|
426200a71b
|
Merge pull request #12384 from taosdata/feature/TD-15379
feat(stream): stream reprocess window
|
2022-05-13 09:19:22 +08:00 |
WANG MINGMING
|
00b17f8655
|
Merge pull request #12406 from taosdata/feature/TD-14761
feat: schemaless add telnet and json protocol
|
2022-05-13 02:04:33 +08:00 |
Liu Jicong
|
a65dae85b1
|
Merge pull request #12410 from taosdata/feature/tq
fix(wal): wal read error
|
2022-05-13 01:59:30 +08:00 |
Haojun Liao
|
e468363ce1
|
Merge pull request #12409 from taosdata/feature/3.0_liaohj
fix(query): close read fd when finishing scanning data files.
|
2022-05-13 01:25:38 +08:00 |
Liu Jicong
|
acea83e535
|
fix(wal): wal read error
|
2022-05-13 01:22:29 +08:00 |
Haojun Liao
|
ec808a75c1
|
Merge branch 'feature/3.0_liaohj' of github.com:taosdata/tdengine into feature/3.0_liaohj
|
2022-05-13 00:38:21 +08:00 |
Haojun Liao
|
aae019d18a
|
fix(query): close read fd when finishing scanning data files.
|
2022-05-13 00:32:02 +08:00 |
Haojun Liao
|
3678aa9094
|
Merge pull request #12391 from taosdata/feature/3.0_liaohj
fix(query): fix special pseudo column caused taosd crash.
|
2022-05-12 23:49:21 +08:00 |
Liu Jicong
|
e04151d22e
|
Merge pull request #12405 from taosdata/feature/tq
fix(wal): int overflow
|
2022-05-12 23:17:05 +08:00 |
Haojun Liao
|
bc64bdc179
|
Merge branch '3.0' into feature/3.0_liaohj
|
2022-05-12 23:15:35 +08:00 |
Haojun Liao
|
2693689285
|
fix(query): set the ascending scan order for exchange operator.
|
2022-05-12 23:10:23 +08:00 |
slzhou
|
73d55e7c6b
|
fix: udf2 support int and double data type
|
2022-05-12 22:58:49 +08:00 |
wangmm0220
|
d3d4ac9b3f
|
refactor: merge from 3.0
|
2022-05-12 22:53:43 +08:00 |
Ganlin Zhao
|
8b9dd500bd
|
Merge pull request #12401 from taosdata/feature/3.0_glzhao
feat(query): add mavg function
|
2022-05-12 22:53:36 +08:00 |
dapan1121
|
58d3ac9dd9
|
Merge pull request #12403 from taosdata/feature/qnode
feat: stmt query test
|
2022-05-12 22:41:14 +08:00 |
Liu Jicong
|
a8831af513
|
fix(wal): int overflow
|
2022-05-12 22:40:32 +08:00 |
54liuyao
|
42f27e99d0
|
steam reprocess window
|
2022-05-12 22:15:13 +08:00 |
Xiaoyu Wang
|
3967f79b38
|
Merge pull request #12399 from taosdata/feature/3.0_wxy
feat: adjust query stmt APIs
|
2022-05-12 21:34:00 +08:00 |
Liu Jicong
|
2cc8ff312d
|
Merge pull request #12400 from taosdata/feature/tq
fix(wal): int overflow
|
2022-05-12 21:33:25 +08:00 |
Ganlin Zhao
|
1e503061ed
|
feat(query): add mavg function
|
2022-05-12 21:25:53 +08:00 |
Ganlin Zhao
|
8d21c662aa
|
feat(query): add mavg function
|
2022-05-12 21:16:34 +08:00 |
Xiaoyu Wang
|
04a2368f6d
|
feat: adjust query stmt APIs
|
2022-05-12 20:57:34 +08:00 |
Liu Jicong
|
af2d2db5d3
|
fix(wal): int overflow
|
2022-05-12 20:56:29 +08:00 |
Liu Jicong
|
1c98d780a0
|
fix(wal): int overflow
|
2022-05-12 20:51:08 +08:00 |
dapan1121
|
9de1d2218e
|
Merge remote-tracking branch 'origin/3.0' into feature/qnode
|
2022-05-12 20:43:50 +08:00 |
Ganlin Zhao
|
818e3636d6
|
feat(query): add mavg function
|
2022-05-12 20:40:17 +08:00 |
Xiaoyu Wang
|
b57f62f139
|
feat: adjust query stmt APIs
|
2022-05-12 20:33:52 +08:00 |
wangmm0220
|
167f40811d
|
refactor: add telnet and json protocol for schemaless
|
2022-05-12 19:59:53 +08:00 |
dapan1121
|
64a54c1541
|
fix bug
|
2022-05-12 19:57:17 +08:00 |
Xiaoyu Wang
|
73b96a6e98
|
Merge pull request #12396 from taosdata/feature/3.0_wxy
fix: some problems of parser
|
2022-05-12 19:39:42 +08:00 |
dapan1121
|
43311f07b4
|
Merge branch 'feature/qnode' of github.com:taosdata/TDengine into feature/qnode
|
2022-05-12 19:20:51 +08:00 |
dapan1121
|
33bd196ff0
|
stmt query
|
2022-05-12 19:20:25 +08:00 |
dapan
|
314c15d366
|
Merge branch 'feature/qnode' of https://github.com/taosdata/TDengine into feature/qnode
|
2022-05-12 19:19:28 +08:00 |
Xiaoyu Wang
|
d6f03eb7da
|
fix: some problems of parser
|
2022-05-12 18:59:02 +08:00 |
Yihao Deng
|
0f3ff49b6d
|
Merge pull request #12392 from taosdata/rpc/fd_leak
fix(rpc): avoid fd leak
|
2022-05-12 18:17:33 +08:00 |
dapan
|
7771023d7b
|
string to timestamp
|
2022-05-12 18:02:57 +08:00 |
shenglian-zhou
|
62918348e1
|
Merge pull request #12387 from taosdata/feature/udf
feat: add udf dedicated error
|
2022-05-12 18:02:39 +08:00 |
Haojun Liao
|
69e9f6972c
|
other: add some missing modification files to git.
|
2022-05-12 17:47:01 +08:00 |
Liu Jicong
|
ad4a63d3bb
|
Merge pull request #12388 from taosdata/feature/tq
enh(wal): add log
|
2022-05-12 17:43:19 +08:00 |
yihaoDeng
|
2d89555b72
|
fix(rpc): avoid fd leak
|
2022-05-12 17:38:16 +08:00 |
Haojun Liao
|
4eaf1f5bb6
|
refactor: do some internal refactor.
|
2022-05-12 17:34:07 +08:00 |
Haojun Liao
|
a41f6a3479
|
fix(query): fix the bug that special pseudo column tbname, along with other normal columns in select clause, cause taosd crash.
|
2022-05-12 17:33:36 +08:00 |
Shengliang Guan
|
47970ff8a4
|
refactor: node mgmt
|
2022-05-12 17:30:57 +08:00 |
Xiaoyu Wang
|
50ad5a096f
|
Merge remote-tracking branch 'origin/3.0' into feature/3.0_wxy
|
2022-05-12 17:18:48 +08:00 |
Xiaoyu Wang
|
f19272909c
|
fix: some problems of parser
|
2022-05-12 17:17:02 +08:00 |
Shengliang Guan
|
dd87e8f7b9
|
refactor: node mgmt
|
2022-05-12 17:12:40 +08:00 |
Liu Jicong
|
2218213134
|
enh(wal): add log
|
2022-05-12 17:01:33 +08:00 |
Liu Jicong
|
88d1ea6222
|
Merge pull request #12378 from taosdata/feature/tq
feat(tmq): add config msg.with.table.name
|
2022-05-12 17:00:13 +08:00 |
Li Minghao
|
b03b517d88
|
Merge pull request #12380 from taosdata/feature/3.0_mhli
enh(sync): raft config change
|
2022-05-12 16:55:05 +08:00 |
slzhou@taodata.com
|
278f5262ce
|
Merge branch '3.0' of github.com:taosdata/TDengine into feature/udf
|
2022-05-12 16:50:26 +08:00 |
shenglian-zhou
|
3516696a66
|
Merge pull request #12382 from taosdata/feature/udf
feature(udf): follow tsdb_code error convention
|
2022-05-12 16:50:03 +08:00 |
slzhou@taodata.com
|
8927155013
|
feat:add udf dedicated errors
|
2022-05-12 16:49:31 +08:00 |
slzhou@taodata.com
|
c95d3cdb36
|
feature(udf):error follows tsdb_code standard
|
2022-05-12 15:43:32 +08:00 |
shenglian-zhou
|
7357c80720
|
Merge pull request #12377 from taosdata/feature/udf
feature(udf): column has member hasNull
|
2022-05-12 15:39:21 +08:00 |