Commit Graph

68356 Commits

Author SHA1 Message Date
Vivek Lakshmanan f7747c820d install requests module for python test cases 2023-03-17 15:47:38 +08:00
minhthucdao 4a681ad7ce
fix thread map (#128)
* fix thread map

* Add ReclusteringManagerThread

* Fix build errors
---------

Co-authored-by: Vivek <67144643+vivek-debug@users.noreply.github.com>
2023-03-17 12:08:15 +08:00
Vivek 8524c538ec
Merge pull request #164 from ByConity/add-pip-docker-build
Add pip to byconity-builder dockerfile
2023-03-16 20:34:59 +08:00
Vivek 1849a452ae
Merge pull request #163 from ByConity/dog-fix-plancheck
update plancheck
2023-03-16 19:17:30 +08:00
Vivek 1fca5cc283
Merge branch 'master' into add-pip-docker-build 2023-03-16 19:16:07 +08:00
Vivek Lakshmanan 4e2fee074b Update Dockerfile 2023-03-16 19:06:37 +08:00
Vivek 2634e83a8b
Merge branch 'master' into dog-fix-plancheck 2023-03-16 18:46:17 +08:00
Gou Guilin a6d2f83163
update with spaces
Signed-off-by: Gou Guilin <gouguilin@bytedance.com>
2023-03-16 16:48:38 +08:00
hustnn e35b2ce45c
Merge pull request #161 from ByConity/sync_post_commit
make post commit sync
2023-03-16 15:21:30 +08:00
minhthucdao 7afef6162a
Merge pull request #162 from ByConity/dmthuc-patch-2
Update README.md
2023-03-16 14:40:58 +08:00
minhthucdao 6031b11f68
Update README.md 2023-03-16 14:40:31 +08:00
hustnn 54a19e8bb9 make post commit sync 2023-03-16 12:42:57 +08:00
minhthucdao 35ca88dfd4
Merge pull request #158 from ByConity/dao_update_doc
update document
2023-03-15 16:13:44 +08:00
Dao 9c2471a78b update document 2023-03-15 16:13:10 +08:00
Dao a23280cf4d update document 2023-03-15 13:53:43 +08:00
minhthucdao 04327a8973
Merge pull request #157 from ByConity/dmthuc-patch-2
Update Update_docker_image.md
2023-03-15 11:50:14 +08:00
minhthucdao 4500de2dfd
Update Update_docker_image.md 2023-03-15 11:49:52 +08:00
kevinthfang dafcfcbf81
Merge pull request #137 from LorreinMa/LorreinMa-patch-1
Create FDB_installation_zh.md
2023-03-15 11:45:23 +08:00
minhthucdao b1d75700c5
Merge pull request #156 from ByConity/dao_update_doc
update document
2023-03-15 11:44:47 +08:00
hustnn a263ac9d02
Merge pull request #155 from ByConity/byconity_optimize
Remove inefficient call to database catalog
2023-03-15 11:35:14 +08:00
Dao b2350afcfd update document 2023-03-15 11:29:58 +08:00
minhthucdao 6ee9acab27
Merge pull request #153 from ByConity/dao_package_for_rm
add RM package
2023-03-15 10:53:30 +08:00
Duc Canh Le e88bd28573
Merge branch 'master' into byconity_optimize 2023-03-15 10:21:11 +08:00
ducle.canh 1e6ce78fca fix inefficient catalog call 2023-03-15 10:16:49 +08:00
Dao f86c357490 package for byconity 2023-03-14 20:07:58 +08:00
kevinthfang 3061a4c4b4
Merge pull request #136 from xxisxuxu/xxisxuxu-patch-1
Create HDFS_installation_zh.md
2023-03-14 15:59:44 +08:00
Duc Canh Le d8e87da95e
Reduce syscalls and catalog calls (#151)
* tmp

* fix getHostPorts*

* optimize IP related functions

* Reverts commit a809ad311a.

* Remove inefficient constructor in TableScanStep

* Change storage cache value
2023-03-14 15:46:28 +08:00
FluorineDog 2aae5d7456
Sync from internal: Statistics related fix (#112)
feat(optimizer@00): sync fix from ce-dev

See merge request dp/ClickHouse!11336

Signed-off-by: Gou Guilin <gouguilin@bytedance.com>

* update statistics files

Signed-off-by: Gou Guilin <gouguilin@bytedance.com>

* Add timezone config for server and worker

* Update 00940_order_by_read_in_order.reference


---------

Signed-off-by: Gou Guilin <gouguilin@bytedance.com>
Co-authored-by: Vivek <67144643+vivek-debug@users.noreply.github.com>
Co-authored-by: Duc Canh Le <ducle.canh@bytedance.com>
2023-03-14 15:27:43 +08:00
Vivek 8fbf5556d5
Improve CI stability (#146)
* Remove `use test` from test cases
* Reduce concurrency for test case client
2023-03-14 14:55:13 +08:00
ducle.canh 9d224959b4 Merge branch 'byconity' into byconity_optimize 2023-03-14 11:45:15 +08:00
kevinthfang 0146e488eb
Update 配置计算组.mdx 2023-03-14 11:32:33 +08:00
minhthucdao 09bf3625f6
Merge pull request #150 from ByConity/dao_remove_env_for_workre
support get worker id info from config
2023-03-14 10:55:39 +08:00
ducle.canh d8e3bc32a1 Change storage cache value 2023-03-14 10:48:24 +08:00
ducle.canh 03b160cda5 Remove inefficient constructor in TableScanStep 2023-03-14 10:47:39 +08:00
xxisxuxu a107160a59
Update HDFS_installation_zh.md 2023-03-14 10:09:33 +08:00
ducle.canh e8f78cd760 Reverts commit a809ad311a. 2023-03-14 10:05:30 +08:00
ducle.canh bcfcf18bb2 optimize IP related functions 2023-03-14 09:36:36 +08:00
ducle.canh 6473f99e6b fix getHostPorts* 2023-03-14 09:35:53 +08:00
Dao 02f1441c5c support get worker id info from config --continue 2023-03-13 20:29:26 +08:00
Le MA 7e66bddacd
Merge branch 'master' into LorreinMa-patch-1 2023-03-13 19:22:43 +08:00
xxisxuxu 29d64d406c
Update HDFS_installation_zh.md 2023-03-13 19:18:48 +08:00
xxisxuxu 36a8252213
Merge branch 'master' into xxisxuxu-patch-1 2023-03-13 18:59:04 +08:00
Dao e4692fde44 support get worker id info from config 2023-03-13 18:53:22 +08:00
ducle.canh a809ad311a tmp 2023-03-13 18:29:40 +08:00
Duc Canh Le bfaec39417
fix build (#144) 2023-03-10 22:01:21 +08:00
Duc Canh Le f2af0b9178
StorageCnchMergeTree properly supports skipping indices (#113)
* StorageCnchMergeTree supports skipping indices

* temporary disable adaptive mark for secondary indexes test

* support materializing indexes

* move test to correct location

* fix materialize index

* fix test
2023-03-10 17:55:15 +08:00
minhthucdao a8b230c92c
Merge pull request #141 from ByConity/dao_rever_version_change
revert version change
2023-03-10 15:33:34 +08:00
xxisxuxu f3e12938c0
Update HDFS_installation_zh.md
update with the review advice.
2023-03-10 15:20:36 +08:00
Dao d74b9a6160 revert version 2023-03-09 18:45:02 +08:00
Duc Canh Le 0f4e4fd44e
Update local deployment (#134)
* update local deployment

* fix a test
2023-03-09 10:51:32 +08:00