Ecosyste.ms: Timeline

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

GreptimeTeam/greptimedb

shuiyisong created a review on a pull request on GreptimeTeam/greptimedb
Rest LGTM

View on GitHub

evenyag created a review comment on a pull request on GreptimeTeam/greptimedb
Maybe we can output the json line by line? ```rust error!("real output, case_id: {case_id}, batch: {batch_idx}, batch: {buf}"); ```

View on GitHub

evenyag created a review comment on a pull request on GreptimeTeam/greptimedb
Can we use log? e.g. ```suggestion error!("case_id:{case_id}, real_output: [{buf}]"); ```

View on GitHub

evenyag created a review on a pull request on GreptimeTeam/greptimedb
Others LGTM

View on GitHub

evenyag created a review on a pull request on GreptimeTeam/greptimedb
Others LGTM

View on GitHub

evenyag created a review comment on a pull request on GreptimeTeam/greptimedb
Maybe outputting the case id is enough? We can debug the case locally. Another approach is print to the log. The default ut logging will also output to stderr.

View on GitHub

evenyag created a review on a pull request on GreptimeTeam/greptimedb

View on GitHub

discord9 created a review comment on a pull request on GreptimeTeam/greptimedb
> The limit across all partition ranges is meaningless. Rows from different partition ranges are unsorted and may be overlapping. Due to this PartSort is mostly input for WindowSort, having a fe...

View on GitHub

discord9 created a review on a pull request on GreptimeTeam/greptimedb

View on GitHub

evenyag created a review comment on a pull request on GreptimeTeam/greptimedb
The limit across all partition ranges is meaningless. Rows from different partition ranges are unsorted and may be overlapping.

View on GitHub

evenyag created a review on a pull request on GreptimeTeam/greptimedb

View on GitHub

MilleniumSpark starred GreptimeTeam/greptimedb
discord9 created a review comment on a pull request on GreptimeTeam/greptimedb
> Will it be more helpful if we apply the limit to each partition range in this stream instead of all partition ranges? I don't quite understand, why is that more useful?

View on GitHub

discord9 created a review on a pull request on GreptimeTeam/greptimedb

View on GitHub

discord9 created a review comment on a pull request on GreptimeTeam/greptimedb
> Can we reduce the part_cnt/batch_size and use assert? We can also use a for loop to compare and assert the output so we don't need to output the result to files. Why reduce batch size, wouldn'...

View on GitHub

discord9 created a review on a pull request on GreptimeTeam/greptimedb

View on GitHub

discord9 created a review comment on a pull request on GreptimeTeam/greptimedb
> Should we reserve the memory pool here? I don't think we allocate memory in here right? So I will leave the input operator to reserve memory pool for use here, just like what I did in `sort_bu...

View on GitHub

discord9 created a review on a pull request on GreptimeTeam/greptimedb

View on GitHub

github-actions[bot] pushed 1 commit to gh-pages GreptimeTeam/greptimedb
  • Deploying to gh-pages from @ GreptimeTeam/greptimedb@6d503b047a131e8edf50e124fc1872c1eec8fe79 🚀 b370e06

View on GitHub

MichaelScofield deleted a branch GreptimeTeam/greptimedb

dashboard/v0.6.0

github-merge-queue[bot] pushed 1 commit to main GreptimeTeam/greptimedb

View on GitHub

MichaelScofield closed a pull request on GreptimeTeam/greptimedb
feat: update dashboard to v0.6.0
I hereby agree to the terms of the [GreptimeDB CLA](https://github.com/GreptimeTeam/.github/blob/main/CLA.md). ## Refer to a related PR or issue link (optional) ## What's changed and what's your ...
github-merge-queue[bot] deleted a branch GreptimeTeam/greptimedb

gh-readonly-queue/main/pr-4861-5d28f7a91230cfc44f14d3bac6c291187e76b85e

github-merge-queue[bot] created a branch on GreptimeTeam/greptimedb

gh-readonly-queue/main/pr-4861-5d28f7a91230cfc44f14d3bac6c291187e76b85e - An open-source, cloud-native, unified time series database for metrics, logs and events with SQL/PromQL supported. Available on GreptimeCloud.

MichaelScofield created a review on a pull request on GreptimeTeam/greptimedb

View on GitHub

codecov[bot] created a comment on a pull request on GreptimeTeam/greptimedb
## [Codecov](https://app.codecov.io/gh/GreptimeTeam/greptimedb/pull/4861?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=G...

View on GitHub

v0y4g3r created a review on a pull request on GreptimeTeam/greptimedb
LGTM

View on GitHub

ZonaHex opened a pull request on GreptimeTeam/greptimedb
feat: update dashboard to v0.6.0
I hereby agree to the terms of the [GreptimeDB CLA](https://github.com/GreptimeTeam/.github/blob/main/CLA.md). ## Refer to a related PR or issue link (optional) ## What's changed and what's your ...
ZonaHex created a branch on GreptimeTeam/greptimedb

dashboard/v0.6.0 - An open-source, cloud-native, unified time series database for metrics, logs and events with SQL/PromQL supported. Available on GreptimeCloud.

sunng87 opened a draft pull request on GreptimeTeam/greptimedb
feat: implement parse_query api
I hereby agree to the terms of the [GreptimeDB CLA](https://github.com/GreptimeTeam/.github/blob/main/CLA.md). ## Refer to a related PR or issue link (optional) Fixes #4839 ## What's chan...
Load more