Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

StarRocks/starrocks

mergify[bot] created a branch on StarRocks/starrocks

mergify/bp/branch-3.3/pr-52123 - The world's fastest open query engine for sub-second analytics both on and off the data lakehouse. With the flexibility to support nearly any scenario, StarRocks provides best-in-class performance for multi-dimensional analytics, real-time analytics, and ad-hoc queries. A Linux Foundation project.

mergify[bot] created a comment on a pull request on StarRocks/starrocks
> backport branch-3.2 #### 🟠 Pending <details> * Backport to branch `branch-3.2` in progress </details> <!--- DO NOT EDIT -*- Mergify Payload -*- {"command": "backport branch-3.2", "conclusio...

View on GitHub

mergify[bot] created a comment on a pull request on StarRocks/starrocks
> backport branch-3.3 #### 🟠 Pending <details> * Backport to branch `branch-3.3` in progress </details> <!--- DO NOT EDIT -*- Mergify Payload -*- {"command": "backport branch-3.3", "conclusio...

View on GitHub

github-actions[bot] created a comment on a pull request on StarRocks/starrocks
@Mergifyio backport branch-3.2

View on GitHub

github-actions[bot] created a comment on a pull request on StarRocks/starrocks
@Mergifyio backport branch-3.3

View on GitHub

xiangguangyxg opened a pull request on StarRocks/starrocks
[BugFix] Reset replication number for partition info to let the restored partition use the given value
## Why I'm doing: If user provides the replication_num in a restore, the restored partitions will not use the given replication_num but keep its backed up value, only new partitions created after ...
silverbullet233 pushed 1 commit to main StarRocks/starrocks

View on GitHub

silverbullet233 closed an issue on StarRocks/starrocks
task_runs timezone bug
* 数据库时区 ``` SHOW VARIABLES LIKE '%time_zone%'; Variable_name Value system_time_zone Asia/Shanghai time_zone Asia/Shanghai ``` * 当不加时间过滤条件的时候,时区为0时区 ``` SELECT TASK_NAME,CREATE_TIME F...
silverbullet233 closed a pull request on StarRocks/starrocks
[BugFix] informationschema.task_runs timezone fix
## Why I'm doing: informationschema.task_runs timezone fix ## What I'm doing: Fixes #52121 mysql> SELECT TASK_NAME,CREATE_TIME FROM `information_schema`.`task_runs` WHERE `TASK_NAME` = '...
wangsimo0 published a release on StarRocks/starrocks
3.3.5
## 3.3.5 Release date: October 23, 2024 ### New Features - Supports millisecond and microsecond precision in the DATETIME type. - Resource groups support CPU hard isolation. ### Improv...
HangyuanLiu created a review on a pull request on StarRocks/starrocks

View on GitHub

murphyatwork created a comment on an issue on StarRocks/starrocks
we can use `generated column` and `bitmap index` to accomplish this requirement, as you can create index on a generated column

View on GitHub

murphyatwork created a review on a pull request on StarRocks/starrocks

View on GitHub

github-actions[bot] created a comment on a pull request on StarRocks/starrocks
#### [BE Incremental Coverage Report] :white_check_mark: **pass** : 0 / 0 (0%)

View on GitHub

github-actions[bot] created a comment on a pull request on StarRocks/starrocks
#### [FE Incremental Coverage Report] :x: **fail** : 97 / 153 (63.40%) #### file detail | |path|covered_line|new_line|coverage|not_covered_line_detail| |----|----|----|----|----|----| |:lar...

View on GitHub

github-actions[bot] created a comment on a pull request on StarRocks/starrocks
#### [Java-Extensions Incremental Coverage Report] :white_check_mark: **pass** : 0 / 0 (0%)

View on GitHub

before-Sunrise created a review comment on a pull request on StarRocks/starrocks
so only 'corePoolSize' threads will be created? because when queue is full ,we change to sync profile mode

View on GitHub

before-Sunrise created a review comment on a pull request on StarRocks/starrocks
so thread pool core size is 3/4 * all cpus, maximumPoolSize is 3 * All cpus? can you explain why you decide using these numbers

View on GitHub

before-Sunrise created a review on a pull request on StarRocks/starrocks

View on GitHub

Jcnessss created a comment on a pull request on StarRocks/starrocks
@murphyatwork @Seaven @kevincai Thanks for all the reviews~

View on GitHub

sevev pushed 1 commit to mergify/bp/branch-3.2/pr-50873 StarRocks/starrocks

View on GitHub

luohaha pushed 1 commit to main StarRocks/starrocks

View on GitHub

luohaha closed a pull request on StarRocks/starrocks
[Enhancement] Support insert match column by name
## Why I'm doing: currently, insert only supports matching column by position, the order that values are inserted into the columns of the table is determined by the order that the columns were de...
jaogoy created a review on a pull request on StarRocks/starrocks

View on GitHub

sonarcloud[bot] created a comment on a pull request on StarRocks/starrocks
## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://sonarcloud.io/dashboard?id=...

View on GitHub

sevev pushed 1 commit to mergify/bp/branch-3.2/pr-50873 StarRocks/starrocks

View on GitHub

sonarcloud[bot] created a comment on a pull request on StarRocks/starrocks
## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://sonarcloud.io/dashboard?id=...

View on GitHub

sonarcloud[bot] created a comment on a pull request on StarRocks/starrocks
## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://sonarcloud.io/dashboard?id=...

View on GitHub

mergify[bot] created a comment on a pull request on StarRocks/starrocks
@mergify[bot]: Backport conflict, please reslove the conflict and resubmit the pr

View on GitHub

mergify[bot] closed a pull request on StarRocks/starrocks
[BugFix] Consider CN number in HashJoinCostModel. (backport #51992)
## Why I'm doing: Sometimes FE choose the wrong join mode while cluster is running in share-data mode because of the following code of HashJoinCostModel ``` public double getMemCost() { Joi...
Load more