Commit Graph

3166 Commits

Author SHA1 Message Date
Haojun Liao fc58e2392d
Merge pull request #11404 from taosdata/feature/3.0_liaohj
fix[query]: fix null write error bug for varchar/nchar data type.
2022-04-11 23:35:18 +08:00
Haojun Liao cf890f6e10 fix[query]: fix null write error bug for varchar/nchar data type. 2022-04-11 23:05:39 +08:00
Haojun Liao 6f6adece3e
Merge pull request #11398 from taosdata/feature/3.0_liaohj
fix[query]: enable min/max function to be applied to bool data type.
2022-04-11 22:54:55 +08:00
yihaoDeng 01af381036 Merge branch '3.0' of https://github.com/taosdata/TDengine into nDev 2022-04-11 21:27:34 +08:00
yihaoDeng 4990fd51ab fix rpc problem 2022-04-11 20:54:27 +08:00
Haojun Liao 74e5ebc322 fix[query]: enable min/max function to be applied to bool data type. 2022-04-11 19:50:34 +08:00
Haojun Liao a3be085135
Merge pull request #11392 from taosdata/feature/3.0_liaohj
Feature/3.0 liaohj
2022-04-11 19:32:12 +08:00
WANG MINGMING bc9157a6a2
Merge pull request #11387 from taosdata/feature/TD-14222-new
refactor: add encode/decode logic for operator result info
2022-04-11 18:17:32 +08:00
Xiaoyu Wang 147675c71f
Merge pull request #11385 from taosdata/feature/3.0_wxy
enh: set datablock desc timestamp precision, and fix the bug of constant calculation
2022-04-11 18:05:43 +08:00
wangmm0220 bc4e73a3dd feat: optimize encode/decode resultRow 2022-04-11 17:55:53 +08:00
Xiaoyu Wang 983e4aa010 set datablock desc timestamp precision 2022-04-11 17:42:05 +08:00
Haojun Liao 2624fa2711 fix[query]: invalid write. 2022-04-11 17:36:10 +08:00
wangmm0220 45b766cd35 feat: optimize encode/decode resultRow 2022-04-11 17:35:17 +08:00
wangmm0220 78fd2d3a3e feat: optimize encode/decode resultRow 2022-04-11 17:30:27 +08:00
wangmm0220 4961b6ab8e feat: optimize encode/decode resultRow 2022-04-11 17:08:13 +08:00
Haojun Liao 8240efda4c fix[query]: enable filter on nchar type. 2022-04-11 17:03:41 +08:00
dapan1121 baab065136
Merge branch '3.0' into feature/qnode 2022-04-11 16:39:28 +08:00
Xiaoyu Wang e30d114c7b set datablock desc timestamp precision 2022-04-11 16:27:42 +08:00
Haojun Liao 115ac26c8e
Merge pull request #11379 from taosdata/feature/3.0_liaohj
fix[query]:enable sum function to be applied to bool data type.
2022-04-11 15:49:50 +08:00
Haojun Liao 6b681d79d4 fix[query]:enable sum function to be applied to bool data type. 2022-04-11 15:25:19 +08:00
Haojun Liao c18810402c
Merge pull request #11376 from taosdata/feature/3.0_liaohj
fix[query]:fix memory invalid write in group by nchar data.
2022-04-11 15:24:25 +08:00
Haojun Liao b223010bdd fix[query]:fix memory invalid write in group by nchar data. 2022-04-11 14:54:16 +08:00
Xiaoyu Wang cd75d1121a constant calc bugfix 2022-04-11 14:48:07 +08:00
dapan1121 6f12bc1093 feature/qnode 2022-04-11 14:15:09 +08:00
wangmm0220 8e42ce1d27 fix:fix conflict merge from 3.0 2022-04-11 14:12:53 +08:00
wangmm0220 9a543fb331 feat:fix error in result row 2022-04-11 14:09:47 +08:00
Haojun Liao c828ed3793
Merge pull request #11369 from taosdata/feature/3.0_liaohj
test[query]:update the script.
2022-04-11 11:10:02 +08:00
Haojun Liao ca5d5ca7bb test[query]:update the script. 2022-04-11 10:44:37 +08:00
dapan1121 abd60582d4 Merge remote-tracking branch 'origin/3.0' into feature/qnode 2022-04-11 09:14:27 +08:00
Ganlin Zhao 6a734a74ac
Merge pull request #11365 from taosdata/feature/TD-14242
<feat>[query]: add cast function SQL syntax
2022-04-10 19:55:03 +08:00
Ganlin Zhao 5fb7a7955f Merge branch '3.0' into feature/TD-14242 2022-04-10 19:33:04 +08:00
Ganlin Zhao 03cce69b75 <feat>[query]: add cast function SQL syntax
TD-14242
2022-04-10 19:13:44 +08:00
afwerar 2662a3b69d [TD-13254]<fix>: make 3.0 grant. 2022-04-10 19:08:16 +08:00
Haojun Liao 1df069814a feat[query]:add time slice operator. 2022-04-10 15:35:09 +08:00
yihaoDeng 3d6030a4e7 handle conflict 2022-04-10 10:13:22 +08:00
Haojun Liao ccd3f27fe9
Merge pull request #11357 from taosdata/feature/3.0_liaohj
fix[query]: fix the filter not active bug.
2022-04-10 00:29:33 +08:00
Haojun Liao 9c9082ce3f fix[query]: fix the filter not active bug. 2022-04-09 23:58:49 +08:00
Haojun Liao 0bb9e89069
Merge pull request #11356 from taosdata/feature/3.0_liaohj
fix[query]:fix a bug in the filter processing, and update a query related test script.
2022-04-09 23:57:41 +08:00
Haojun Liao 08f0b05721 <fix>[query]:fix bug in filter, and update a query related test script. 2022-04-09 23:28:16 +08:00
Haojun Liao 9d7d12b397
Merge pull request #11322 from taosdata/feature/3.0_liaohj
<fix>[query]: fix filter caused taosd crash.td-14566.
2022-04-09 22:52:32 +08:00
Haojun Liao 20b36401ac fix[query]:fix limit/offset bug. 2022-04-09 19:03:31 +08:00
Yihao Deng e1e4d3d600
Merge pull request #11350 from taosdata/fix/handle_rpc_except
handle except
2022-04-09 18:50:39 +08:00
Haojun Liao d6338ca773
Merge branch '3.0' into feature/3.0_liaohj 2022-04-09 18:30:05 +08:00
yihaoDeng 7e82f381af handle except 2022-04-09 18:24:01 +08:00
dapan1121 c33f31b6d5 feature/qnode 2022-04-09 18:12:15 +08:00
Shengliang Guan 2a88060067 feat[cluster]: create and drop snode bnode 2022-04-09 17:52:29 +08:00
Shengliang Guan f18cdd5f87 Merge remote-tracking branch 'origin/3.0' into feature/node 2022-04-09 17:38:26 +08:00
Xiaoyu Wang 990fe3fab2
Merge pull request #11339 from taosdata/feature/3.0_wxy
create/drop/show bnode/snode/mnode frontend implement
2022-04-09 17:34:56 +08:00
dapan1121 ac60b0408a
Merge pull request #11342 from taosdata/feature/qnode
feature/qnode
2022-04-09 17:13:07 +08:00
Shengliang Guan e9f84582f0 Merge remote-tracking branch 'origin/3.0' into feature/node 2022-04-09 17:08:07 +08:00