Commit Graph

35861 Commits

Author SHA1 Message Date
Liu Jicong bc1af6deaf refactor(stream): batch optimization for submit msg 2022-07-19 15:52:08 +08:00
Liu Jicong 159f1c7bae fix(tmq): drop stb after subscribing database 2022-07-18 22:39:51 +08:00
Liu Jicong b6f55fa09e refactor(stream): batch optimization for submit msg 2022-07-18 21:32:40 +08:00
plum-lihui 4dad413881 test:modify 2022-07-18 21:06:39 +08:00
Cary Xu 8910acc4ba
Merge pull request #15087 from taosdata/feature/TD-11274-3.0
enh: rsma drop and code optimization
2022-07-18 20:58:37 +08:00
Ganlin Zhao 94596928e8
Merge pull request #15075 from taosdata/fix/TD-17400
fix(query): fix function first/last do not support constant input
2022-07-18 20:32:36 +08:00
Cary Xu cc3967b905 fix: parenthesized expression 2022-07-18 20:12:10 +08:00
Ganlin Zhao a3bde4d465 Merge branch '3.0' into fix/TD-17400 2022-07-18 20:06:09 +08:00
Ganlin Zhao d4032483c5 fix last_row.py 2022-07-18 20:04:52 +08:00
Ganlin Zhao 403dcfff5f
Merge pull request #15080 from taosdata/fix/TD-17381
fix(query): fix taosd crashed when using first(col+null)
2022-07-18 19:58:02 +08:00
Shengliang Guan bb99a40718
Merge pull request #15057 from taosdata/fix/valgrind
fix: let certain type of write messages to be executed sequentially
2022-07-18 19:56:11 +08:00
Liu Jicong 244cbf2d1f
Merge pull request #15085 from taosdata/feature/stream
fix(tmq): set version after consuming from tsdb
2022-07-18 19:41:03 +08:00
Cary Xu 832527e5b6 Merge branch '3.0' into feature/TD-11274-3.0 2022-07-18 19:35:20 +08:00
Cary Xu 156e72b071 enh: rsma drop and code optimization 2022-07-18 19:34:53 +08:00
Minglei Jin 52dd4b2c5c
Merge pull request #15079 from taosdata/fix/tdb-cleanup
fix(tdb): make txn write when insert subdb into main db
2022-07-18 19:18:52 +08:00
Liu Jicong d8d32ebc51 fix(tmq): set version after consuming from tsdb 2022-07-18 19:16:19 +08:00
Liu Jicong 6ec12c19e8
Merge pull request #15071 from taosdata/feature/stream
fix(tmq): topic name should be lower unless quoted
2022-07-18 18:46:27 +08:00
Li Minghao 9d31fc348c
Merge pull request #15073 from taosdata/feature/3.0_mhli
refactor(sync): add restart heartbeat timer
2022-07-18 18:45:26 +08:00
Shengliang Guan 993f5fe9ec fix: let certain type of write messages to be executed sequentially 2022-07-18 18:37:58 +08:00
Shengliang Guan 4e048f3614 Merge branch '3.0' into fix/valgrind 2022-07-18 18:35:35 +08:00
Zhiqiang Wang e567158126
Merge pull request #15081 from taosdata/fix/ZhiqiangWang/TD-13063-fix-tsim-read-line-error
os: tsim read line error
2022-07-18 18:18:58 +08:00
afwerar d328b271a5 os: tsim read line error 2022-07-18 17:52:00 +08:00
Ganlin Zhao 8eb17a28d2 Merge branch '3.0' into fix/TD-17400 2022-07-18 17:36:56 +08:00
Xiaoyu Wang b78ceedba6
Merge pull request #15074 from taosdata/feature/3.0_debug_wxy
feat: sql statement likes 'select * from (select 1)'
2022-07-18 17:36:43 +08:00
Ganlin Zhao e5aadc9323 Merge branch '3.0' into fix/TD-17381 2022-07-18 17:34:28 +08:00
Minglei Jin 1d3648fc9b fix(tdb): make txn write when insert subdb into main db 2022-07-18 17:31:11 +08:00
Zhiqiang Wang 2453331aea
Merge pull request #15072 from taosdata/fix/ZhiqiangWang/TD-13063-fix-win-format-negative-timestamp-error
os: win format negative timestamp error
2022-07-18 17:29:49 +08:00
Ganlin Zhao 1ab22f9d9e fix(query): fix taosd crashed when using first(col+null)
TD-17381
2022-07-18 17:29:40 +08:00
plum-lihui d8ffc51424 Merge branch '3.0' of github.com:taosdata/TDengine into 3.0 2022-07-18 17:20:28 +08:00
plum-lihui 25c8f72cea test: add tmq case with tag filter 2022-07-18 17:20:11 +08:00
shenglian-zhou 0e93b2b776
Merge pull request #15070 from taosdata/szhou/fix/td-17470
fix: remove the assert check of time window from when generating buffer for window computation
2022-07-18 17:18:56 +08:00
Ganlin Zhao f57ad234dc fix(query): fix function first/last do not support constant input
TD-17400
2022-07-18 16:59:03 +08:00
Xiaoyu Wang b7e5780c44 feat: sql statement likes 'select * from (select 1)' 2022-07-18 16:55:31 +08:00
Minghao Li 7187c87d35 refactor(sync): add restart heartbeat timer 2022-07-18 16:55:24 +08:00
afwerar fa96e64ee0 os: win format negative timestamp error 2022-07-18 16:53:20 +08:00
Liu Jicong 7542fa0b62 fix(tmq): topic name should be lower unless quoted 2022-07-18 16:42:54 +08:00
shenglian zhou 691856073b fix: remove the assert check of time window from when generating buffer for window computation 2022-07-18 16:41:24 +08:00
Ganlin Zhao 670b8c926b
Merge pull request #15066 from taosdata/feat/agg_client_api
feat(query): add selective function scalar version
2022-07-18 16:26:24 +08:00
Liu Jicong 3dbe5e7730
Merge pull request #15067 from taosdata/feature/stream
fix(stream): data exec
2022-07-18 16:15:18 +08:00
Haojun Liao 04b12ee74d
Merge pull request #15063 from taosdata/feature/3_liaohj
fix(query): filter new added child table for stream scan operator.
2022-07-18 16:05:23 +08:00
Hui Li 71bc44c028
Merge pull request #14982 from taosdata/test/last_row_update
test: add test case for last_row
2022-07-18 15:55:55 +08:00
shenglian-zhou e13d101829
Merge pull request #15061 from taosdata/szhou/fix/td-17410
fix: set output to false for projections of project logic node
2022-07-18 15:51:43 +08:00
Liu Jicong 053786e6b4 fix(stream): data exec 2022-07-18 15:50:36 +08:00
Ganlin Zhao f16ee3d035
Merge pull request #15056 from taosdata/feat/agg_client_api
feat(query): add top/bottom function scalar version
2022-07-18 15:49:18 +08:00
wade zhang bfe2f27f9d
Merge pull request #15065 from taosdata/docs/wade-3.0
doc: reconstruct in sql reference
2022-07-18 15:43:31 +08:00
gccgdb1234 d8f8000fa8 doc: reconstruct in sql reference 2022-07-18 15:42:59 +08:00
Ganlin Zhao c565859210 Merge branch '3.0' into feat/agg_client_api 2022-07-18 15:41:12 +08:00
Shuduo Sang f5ae0f71c8
feat: update taostools for3.0 (#15060)
* feat: update taos-tools

for 3.0

[TD-14141]

* feat: update taos-tools for 3.0

* feat: update taos-tools for 3.0

* feat: update taos-tools for 3.0

* feat: update taos-tools for 3.0
2022-07-18 15:40:38 +08:00
Haojun Liao eebbbce4f3 fix(query): filter new added child table for stream scan operator. 2022-07-18 15:31:39 +08:00
Ganlin Zhao 5b12fcb3a1 feat(query): add selective function scalar version 2022-07-18 15:23:28 +08:00