Commit Graph

547 Commits

Author SHA1 Message Date
Haojun Liao 5e819fbdb3 fix(query): assign the group id in the ssdatablock when generating grouped results. 2022-05-20 16:50:39 +08:00
Haojun Liao 7b55cb0df2 fix(query): set the correct number of expressions. 2022-05-20 12:06:29 +08:00
Haojun Liao c84e666fab fix(query): remove the false alarm in aggregate operator when handling the stream computing. 2022-05-20 00:29:14 +08:00
Haojun Liao cded09bf79 enh(query): limit the rsp ssdatablock size. 2022-05-19 23:47:27 +08:00
Haojun Liao f636806c2a other: merge 3.0 2022-05-19 17:07:01 +08:00
Haojun Liao 4c3f6f11eb fix(query): set hasNull flag to be true when initializing columnInfodata by default. 2022-05-19 16:58:30 +08:00
Haojun Liao e0b9da9c3d refactor: do some internal refactor. 2022-05-19 16:49:43 +08:00
Haojun Liao 14998af2b8
Merge pull request #12669 from taosdata/feature/3_liaohj
enh(query): record and return the schema version and tags version of the queried table.
2022-05-19 16:48:37 +08:00
Haojun Liao 90a6ec0917 fix(query): release meta reader after initializing it. 2022-05-19 16:16:16 +08:00
slzhou 83f4d1286e fix: executor process express tree scalar execution error 2022-05-19 11:20:27 +08:00
Liu Jicong f2ee70efb1 merge from 3.0 2022-05-18 21:25:23 +08:00
Liu Jicong a696ed583a test(stream): _wstartts should be reverse quoted 2022-05-18 21:23:06 +08:00
Haojun Liao 47e6e95866 enh(query): record and return the schema version and tags version of current queried table. 2022-05-18 20:39:00 +08:00
54liuyao 5ca0e81bba stream final interval operator 2022-05-18 19:41:29 +08:00
Haojun Liao a918f19329 Merge branch '3.0' into feature/3.0_liaohj 2022-05-17 22:47:52 +08:00
Haojun Liao 1cc0708d85 fix(query): expand the capacity for aggregate operator. 2022-05-17 22:42:11 +08:00
Shengliang Guan 00a69a4d57 Merge remote-tracking branch 'origin/3.0' into fix/mnode 2022-05-17 19:41:53 +08:00
Haojun Liao aefa9bd891 refactor: do some internal refactor. 2022-05-17 16:53:55 +08:00
Shengliang Guan 0623514ed1 Merge remote-tracking branch 'origin/3.0' into fix/mnode 2022-05-17 16:12:53 +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
Haojun Liao c2a918a85e refactor: do some internal refactor. 2022-05-17 12:36:32 +08:00
Haojun Liao eb6f95c7dd enh(query): reverse scan table to generated interval results. 2022-05-17 12:16:44 +08:00
Shengliang Guan 81e89ec7b6 Merge remote-tracking branch 'origin/3.0' into fix/mnode 2022-05-16 20:13:02 +08:00
Haojun Liao 4bac6c4fef fix(query): avoid copy the unassigned column to the destination datablock after filter applied. 2022-05-16 18:29:34 +08:00
Haojun Liao 745f64aff6 refactor(query): do some internal refactor. 2022-05-16 17:16:20 +08:00
Shengliang Guan fc94b71c80 refactor: adjust SRpcMsg 2022-05-16 15:17:11 +08:00
Haojun Liao 18fcb33465 refactor: do some internal refactor. 2022-05-15 00:04:51 +08:00
Haojun Liao 5a72ca804b fix(query): set the correct row index during generating join results. 2022-05-14 23:03:02 +08:00
Haojun Liao b6677e1a5d fix(query): remove expired moving data operation during extract data from in-memory buffer. 2022-05-14 22:13:27 +08:00
Haojun Liao 8242cac94a fix(query): fill the pseudo column before applying filter in table scanner. 2022-05-14 19:21:12 +08:00
Haojun Liao 46e76fc2ee fix(query): fix a corner case for generating the filtered ssdatablock. 2022-05-14 16:40:51 +08:00
Haojun Liao 234c0cd966 fix(query): ignore the reserved column data when generating filtered result. 2022-05-14 16:28:34 +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
slzhou d54e345dc9 fix: ensure capacity before column merge: select agg1(col/10), agg2(col/2) 2022-05-13 21:00:46 +08:00
Haojun Liao 5dadb26070 fix(query): set the correct state value key index. 2022-05-13 18:18:54 +08:00
54liuyao 4b564b2ebd add stream ci 2022-05-13 15:37:31 +08:00
Haojun Liao 86031c1985 fix(query): add the repeat scan flag check during aggregate executor. 2022-05-13 12:17:09 +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
liuyao 426200a71b
Merge pull request #12384 from taosdata/feature/TD-15379
feat(stream): stream reprocess window
2022-05-13 09:19:22 +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
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
54liuyao 42f27e99d0 steam reprocess window 2022-05-12 22:15:13 +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
slzhou@taodata.com 85ee4f7df6 fix finalize function call return value >=0 not error, <0 error 2022-05-12 10:43:54 +08:00
slzhou@taodata.com d37d4e5b5e error processing of executor when calling aggregate function 2022-05-12 09:57:43 +08:00
Haojun Liao 7a4df795f4 refactor: do some internal refactor. 2022-05-11 17:19:35 +08:00