Ecosyste.ms: Timeline

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

StarRocks/starrocks

Seaven opened a pull request on StarRocks/starrocks
[BugFix] Fix eliminate join lose predicate
## Why I'm doing: ## What I'm doing: Fixes #issue ## What type of PR is this: - [ ] BugFix - [ ] Feature - [ ] Enhancement - [ ] Refactor - [ ] UT - [ ] Doc - [ ] Tool Does thi...
meegoo closed a pull request on StarRocks/starrocks
[BugFix] Remove meta from rowset
## Why I'm doing: ## What I'm doing: Fixes #issue ## What type of PR is this: - [ ] BugFix - [ ] Feature - [ ] Enhancement - [ ] Refactor - [ ] UT - [ ] Doc - [ ] Tool Does thi...
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 Failed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-failed-20px.png 'Quality Gate Failed')](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] opened a pull request on StarRocks/starrocks
[BugFix] Reset replication number for partition info to let the restored partitions use the given value (backport #52263)
## Why I'm doing: If user provides the replication_num in a restore, the restored partitions will not use the given replication_num but to keep its backed up value, only new partitions created afte...
mergify[bot] opened a pull request on StarRocks/starrocks
[BugFix] Reset replication number for partition info to let the restored partitions use the given value (backport #52263)
## Why I'm doing: If user provides the replication_num in a restore, the restored partitions will not use the given replication_num but to keep its backed up value, only new partitions created afte...
mergify[bot] opened a pull request on StarRocks/starrocks
[BugFix] Reset replication number for partition info to let the restored partitions use the given value (backport #52263)
## Why I'm doing: If user provides the replication_num in a restore, the restored partitions will not use the given replication_num but to keep its backed up value, only new partitions created afte...
mergify[bot] created a branch on StarRocks/starrocks

mergify/bp/branch-3.3/pr-52263 - 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 branch on StarRocks/starrocks

mergify/bp/branch-3.2/pr-52263 - 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 branch on StarRocks/starrocks

mergify/bp/branch-3.1/pr-52263 - 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.

wanpengfei-git deleted a branch StarRocks/starrocks

mergify/bp/branch-3.3/pr-52168

wanpengfei-git closed a pull request on StarRocks/starrocks
[Enhancement] only call getAliveComputeNodes once per OlapScanNode (backport #52168)
## Why I'm doing: I found some queries which were slow (order of 3-5 seconds) which were bottlenecked in the frontend. Their query profiles indicated that much of the query execution time was spen...
wyb 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

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

View on GitHub

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.1

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

wyb pushed 1 commit to main StarRocks/starrocks
  • [BugFix] Reset replication number for partition info to let the restored partitions use the given value (#52263) Sig... 3cdcfe8

View on GitHub

wyb closed a pull request on StarRocks/starrocks
[BugFix] Reset replication number for partition info to let the restored partitions 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 to keep its backed up value, only new partitions created aft...
wyb created a review on a pull request on StarRocks/starrocks

View on GitHub

stephen-shelby pushed 1 commit to main StarRocks/starrocks

View on GitHub

stephen-shelby closed a pull request on StarRocks/starrocks
[BugFix] fix `insert into select` don't use metadata cache
## Why I'm doing: ## What I'm doing: Fixes #issue ## What type of PR is this: - [x] BugFix - [ ] Feature - [ ] Enhancement - [ ] Refactor - [ ] UT - [ ] Doc - [ ] Tool Does thi...
satanson created a review on a pull request on StarRocks/starrocks

View on GitHub

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

View on GitHub

gengjun-git created a review on a pull request on StarRocks/starrocks

View on GitHub

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

View on GitHub

Load more