Commit Graph

47126 Commits

Author SHA1 Message Date
Haojun Liao 43cce095d0 fix(query): set correct group table size. 2023-02-08 14:26:04 +08:00
Haojun Liao 9dc8946143
Merge pull request #19859 from taosdata/fix/nodisk
fix(query): reset the data load flag when build clean file  block.
2023-02-08 14:24:35 +08:00
Haojun Liao 3e049687b5
Merge pull request #19867 from taosdata/hjxilinx-patch-1
Update CMakeLists.txt
2023-02-08 14:22:57 +08:00
Haojun Liao e5656a600f
Update CMakeLists.txt 2023-02-08 14:22:32 +08:00
Alex Duan 82deedbaff test: remove blank line 2023-02-08 14:13:26 +08:00
Xiaoyu Wang f14ec79c41
Merge pull request #19851 from taosdata/fix/main_bugfix_wxy
fix: keepcolumnname is invalid in nested query
2023-02-08 13:17:49 +08:00
Xiaoyu Wang 3b24128e59
Merge pull request #19850 from taosdata/fix/TD-21938-test
fix(tdb/defragment): use nlogn page defragment instead of n^2
2023-02-08 13:16:52 +08:00
Alex Duan 4bbcfb3151 move check sql before drop database 2023-02-08 12:11:42 +08:00
dapan1121 442c7657ff
Merge pull request #19849 from taosdata/fix/TS-2582
fix: setting logKeepDays to -1 result in empty compressed logs.
2023-02-08 11:12:39 +08:00
54liuyao bafe5a577e ci:add ci 2023-02-08 10:54:45 +08:00
Minglei Jin dbdf26538c fix(tdb/page): remove n^2 implementation of page defragment 2023-02-08 09:56:18 +08:00
Shuduo Sang 94158747ca
Update README.md 2023-02-08 09:54:21 +08:00
Shuduo Sang 52d117293a
Update README.md 2023-02-08 09:53:04 +08:00
Hongze Cheng a086f83c27 fix: slow TDB page defragment 2023-02-08 09:46:48 +08:00
Shuduo Sang 85e6066002
Update README.md 2023-02-08 09:46:40 +08:00
Shuduo Sang 273d4e9665
Update README.md 2023-02-08 09:44:29 +08:00
Haojun Liao 834e725d13
Merge pull request #19832 from taosdata/feat/ly_ci_main
ci:modify stream state window test
2023-02-08 09:43:53 +08:00
Alex Duan 59fc68dbf1 case: add doulbe comma insert check 2023-02-08 09:36:01 +08:00
Hui Li caf6ae5bad
Merge pull request #19834 from taosdata/test/TD-22219
Test/td 22219
2023-02-08 09:18:12 +08:00
Xiaoyu Wang 2485fa5045
Merge pull request #19839 from taosdata/fix/TD-22245-tdb
fix(stream/state): switch tdb rollback on to restore from journals
2023-02-08 09:17:45 +08:00
Xiaoyu Wang 44a5e0070b
Merge pull request #19840 from taosdata/fix/TD-22245-batch-delete
fix(vnd): no rlock on writing thread's path
2023-02-08 09:17:33 +08:00
Haojun Liao e199f96d94 fix(query): reset the data load flag when build clean file block. 2023-02-08 09:14:38 +08:00
Haojun Liao 1e72a95763
Merge pull request #19846 from taosdata/fix/nodisk
fix(query): check if table exists or not during build data blocks
2023-02-07 23:55:13 +08:00
Shuduo Sang cc4e682abc
feat: taosbenchmark support childtable from a range for main (#19858) 2023-02-07 23:09:05 +08:00
Haojun Liao d7bad3bb51 other: merge main. 2023-02-07 22:26:56 +08:00
Xiaoyu Wang fe257c1835
Merge pull request #19853 from taosdata/feat/ly_ig_udpate_wxy
feat: add ignore update option for create stream
2023-02-07 19:31:35 +08:00
Xiaoyu Wang a52371959e feat: add ignore update option for create stream 2023-02-07 19:31:08 +08:00
Benguang Zhao 9b522cec3a enh: return error on unexpected snapshot msg 2023-02-07 19:16:39 +08:00
Xiaoyu Wang e91b9ff47c fix: keepcolumnname is invalid in nested query 2023-02-07 19:05:41 +08:00
dapan1121 c413e94192
Merge pull request #19838 from taosdata/fix/outOfDisk
fix: fix return invalid err
2023-02-07 18:42:40 +08:00
Haojun Liao 445c3bd250 fix(query): remove sleep. 2023-02-07 18:27:32 +08:00
Minglei Jin e3ba07e054 test(tdb/defragment): unit test case for page defragment 2023-02-07 18:25:22 +08:00
Ganlin Zhao 3b03341de4 fix: setting logKeepDays to -1 result in old log files not compressed and
empty.
2023-02-07 18:15:55 +08:00
Haojun Liao 5dfdb91135 fix(query): check if table exists or not during build data block in tsdbread. 2023-02-07 17:16:20 +08:00
yihaoDeng 309aa8d4ec fix: return invalid err code 2023-02-07 17:11:34 +08:00
dapan1121 19508d118f
Merge pull request #19817 from taosdata/feat/TS-2502
feat: support force fill in interval clause
2023-02-07 17:00:01 +08:00
dapan1121 64aff02f15
Merge pull request #19833 from taosdata/glzhao89-patch-1
docs: add more detail about interp subclause zh
2023-02-07 16:20:45 +08:00
dapan1121 2a326f9cad
Merge pull request #19835 from taosdata/docs-interp_en
docs: add more details about interp subclause en
2023-02-07 16:20:29 +08:00
Benguang Zhao 2330bf5b49 enh: set terrno as TSDB_CODE_TDB_INVALID_TABLE_ID while tdbTbGet suid failure 2023-02-07 16:20:06 +08:00
54liuyao e89362fb36 feat:stream ignore check update data 2023-02-07 15:29:05 +08:00
54liuyao 1e0e417275 ci:modify stream state window test 2023-02-07 15:27:47 +08:00
Minglei Jin 2f0e5eae32 fix(vnd): no wlock on writing thread's path 2023-02-07 15:15:56 +08:00
Minglei Jin f4a60a4364 fix(stream/state): switch tdb rollback on to restore from journals 2023-02-07 15:11:22 +08:00
yihaoDeng c14ca67b17 fix return invalid err 2023-02-07 15:08:46 +08:00
Haojun Liao 25f7ac7991
Merge pull request #19836 from taosdata/fix/nodisk
fix(query):add check for no disk error.
2023-02-07 13:36:30 +08:00
Haojun Liao 5f89fe7652 fix(query):add check for no disk error. 2023-02-07 11:01:52 +08:00
Ganlin Zhao 60c0f0175a
Update 10-function.md 2023-02-07 10:54:19 +08:00
Ganlin Zhao 35675aeb2a
Update 10-function.md 2023-02-07 10:49:42 +08:00
Ganlin Zhao 90ac7efc45
docs: add more details about interp subclause en 2023-02-07 10:46:43 +08:00
54liuyao d750bd6e93 ci:modify stream state window test 2023-02-07 10:45:25 +08:00