Commit Graph

28345 Commits

Author SHA1 Message Date
slzhou ee2f3e7e05 fix: clear invalid udf func handle 2022-05-17 20:01:01 +08:00
slzhou e73b1c4889 fix: support more rows with udf unit test 2022-05-17 19:22:58 +08:00
Haojun Liao 7ab15e8f02
Merge pull request #12584 from taosdata/feature/3.0_liaohj
refactor: do some internal refactor.
2022-05-17 16:48:13 +08:00
WANG MINGMING a9f67d004f
Merge pull request #12557 from taosdata/feature/TD-14761
refactor: add the configuration of child table name
2022-05-17 16:42:52 +08:00
wangmm0220 bdcaa3e1f3 refactor:add the configuration of dataFormat 2022-05-17 16:19:16 +08:00
Haojun Liao 1d577dbc69 fix(query): free resources after load table meta. 2022-05-17 16:06:57 +08:00
shenglian-zhou 76dd2bac1e
Merge pull request #12583 from taosdata/feature/udf
feat: fix udf memory memory found by valgrind
2022-05-17 16:04:20 +08:00
Haojun Liao c508c89a92 enh(query): filter the child table that are not belongs to current super table when adding into candidate list. 2022-05-17 16:02:03 +08:00
wangmm0220 afd352c84f refactor:add the configuration of dataFormat 2022-05-17 15:57:48 +08:00
wangmm0220 7c8a728096 refactor:add the configuration of dataFormat 2022-05-17 15:55:54 +08:00
Yihao Deng d8743b728d
Merge pull request #12569 from taosdata/fix/query_limit
fix: mem size limit
2022-05-17 15:48:51 +08:00
wangmm0220 636020942c refactor:add test cases for schemaless 2022-05-17 15:43:58 +08:00
slzhou 2d0b29d295 Merge branch '3.0' of github.com:taosdata/TDengine into feature/udf 2022-05-17 15:42:52 +08:00
yihaoDeng f464ecb932 fix: rpc query limit 2022-05-17 15:33:06 +08:00
wangmm0220 d614473ae2 refactor:add test cases for schemaless 2022-05-17 15:27:48 +08:00
slzhou 7967f2d7c0 fix: sanitizing tudf memory 2022-05-17 15:19:32 +08:00
slzhou e8880e1544 fix: udf memory sanitizing 2022-05-17 15:14:16 +08:00
wangmm0220 36e6cc2731 Merge branch 'feature/TD-14761' of github.com:taosdata/TDengine into feature/TD-14761 2022-05-17 15:13:21 +08:00
wangmm0220 c2c2dbf2bc refactor:add test cases for schemaless 2022-05-17 15:12:55 +08:00
Xiaoyu Wang b69fc6609e
Merge pull request #12581 from taosdata/feature/3.0_wxy
fix: sql command 'alter table'
2022-05-17 14:45:52 +08:00
Zhiqiang Wang 9a7126e0e2
Merge pull request #12580 from taosdata/fix/ZhiqiangWang/fix-15602-fix-win-str-to-int64-error
fix(os): win str to int64 error
2022-05-17 14:18:21 +08:00
Xiaoyu Wang d5d73250fe fix: sql command 'alter table' 2022-05-17 14:12:06 +08:00
yihaoDeng 7d71a07a6d Merge branch 'newDev' into 3.0 2022-05-17 14:04:56 +08:00
afwerar b7ca4f7710 fix(os): win str to int64 error 2022-05-17 13:50:16 +08:00
Hongze Cheng 6d37249d6f
Merge pull request #12579 from taosdata/feat/alter_table
feat: alter table
2022-05-17 13:48:23 +08:00
Ganlin Zhao 766b1a3b46
Merge pull request #12575 from taosdata/feature/3.0_glzhao
feat(query): add HYPERLOGLOG function
2022-05-17 13:45:14 +08:00
Hongze Cheng 045878c8ac Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/alter_table 2022-05-17 05:30:17 +00:00
Hongze Cheng e1645ee19c more alter table 2022-05-17 05:30:08 +00:00
shenglian-zhou cee955bf94
Merge pull request #12568 from taosdata/feature/udf
feat: refine udfd trace and error processing
2022-05-17 12:41:30 +08:00
Haojun Liao c2a918a85e refactor: do some internal refactor. 2022-05-17 12:36:32 +08:00
Haojun Liao 004c1e5157
Merge pull request #12578 from taosdata/feature/3.0_liaohj
enh(query): reverse scan table to generated interval results.
2022-05-17 12:36:16 +08:00
Haojun Liao eb6f95c7dd enh(query): reverse scan table to generated interval results. 2022-05-17 12:16:44 +08:00
slzhou d668ee7b91 fix: aggregate memory leaking 2022-05-17 12:03:37 +08:00
yihaoDeng 8cc3d2c71b fix: fix mem size limit 2022-05-17 11:42:57 +08:00
Hui Li 903c384b77
Merge pull request #12574 from taosdata/test3.0/lihui
test: open some cases of tmq
2022-05-17 11:39:17 +08:00
Ganlin Zhao 1eb59a2fed feat(query): add hll function 2022-05-17 11:36:12 +08:00
yihaoDeng a23813410b fix: fix mem size limit 2022-05-17 11:33:18 +08:00
plum-lihui 4a68d1d85f test: open some cases of tmq 2022-05-17 11:24:03 +08:00
Hongze Cheng 6325c9ccf0 Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/alter_table 2022-05-17 03:21:55 +00:00
Cary Xu 25a54dba3d
Merge pull request #12559 from taosdata/feature/TD-14481-3.0
feat: sma refactor and add cases
2022-05-17 11:18:45 +08:00
slzhou c94c43951e fix: sanitize udf memory usage 2022-05-17 11:13:11 +08:00
Xiaoyu Wang f26933138c Merge remote-tracking branch 'origin/3.0' into feature/3.0_wxy 2022-05-17 11:12:07 +08:00
Xiaoyu Wang fb901d95e4 fix: some problems of parser for stmt mode 2022-05-17 11:11:40 +08:00
Hongze Cheng bfdb9d1fd7 Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/alter_table 2022-05-17 02:53:00 +00:00
Hongze Cheng 5636922227 fix: drop column 2022-05-17 02:52:46 +00:00
plum-lihui c027e9d727 test: modify tmq case 2022-05-17 10:45:59 +08:00
Ganlin Zhao 143c50dde3 feat(query): add hll function 2022-05-17 10:34:59 +08:00
Ganlin Zhao 67e93ef90c Revert "feat(query): add HYPERLOGLOG function"
This reverts commit 267ed293d7.
2022-05-17 10:33:58 +08:00
Ganlin Zhao 267ed293d7 feat(query): add HYPERLOGLOG function 2022-05-17 10:33:19 +08:00
plum-lihui 2480fb594c test:modify case 2022-05-17 10:31:00 +08:00