Ecosyste.ms: Timeline

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

GreptimeTeam/greptimedb

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

View on GitHub

rafael-gumiero starred GreptimeTeam/greptimedb
slitobo opened an issue on GreptimeTeam/greptimedb
flow result incorrect
### What type of bug is this? Unexpected error ### What subsystems are affected? Standalone mode ### Minimal reproduce step I referenced this document to verify the usage of flow, but it repor...
paomian created a review comment on a pull request on GreptimeTeam/greptimedb
The field with the same name, can not determine whether it is in other types of attr or its own type of attr, other types of attr in the field with the same name type can be overridden, but if it i...

View on GitHub

paomian 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/4859?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

shuiyisong created a review comment on a pull request on GreptimeTeam/greptimedb
All three schema lists will eventually be merged in `merge_schema` before the value is appended to the row, so even if they have the same name it's not going to matter. Also we don't differentiate ...

View on GitHub

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

View on GitHub

WenyXu opened a draft pull request on GreptimeTeam/greptimedb
test: add fuzz tests for migrate metric regions
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 y...
paomian created a review comment on a pull request on GreptimeTeam/greptimedb
I can think of a situation that is not easy to deal with, that is, resource attr and log attr have the same name field but different types, and sharing a schema info will result in a type mismatch ...

View on GitHub

paomian 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
We can pub this mod in `lib.rs` than we don't need this allow atrribute.

View on GitHub

evenyag 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
Why do we need this cmd argument? An argument to control the times of the loop to run the test in `test_spec_priority_and_workload()` is more helpful than this argument. For example, a `num_loops` ...

View on GitHub

evenyag created a review comment on a pull request on GreptimeTeam/greptimedb
A str workload id is more readable. e.g. compute_heavily/blocking_write

View on GitHub

evenyag created a review comment on a pull request on GreptimeTeam/greptimedb
The readme is outdated.

View on GitHub

evenyag created a review comment on a pull request on GreptimeTeam/greptimedb
Remove unused codes.

View on GitHub

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

View on GitHub

shuiyisong created a review comment on a pull request on GreptimeTeam/greptimedb
We can open a separate PR to refactor this logic later.

View on GitHub

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

View on GitHub

paomian created a review comment on a pull request on GreptimeTeam/greptimedb
It might work, but the logic might be a little more complicated.

View on GitHub

paomian 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
> I wonder if we can apply the fetch to each partition range which can reduce the rows to sort in the window sort. But maybe this isn't a necessary optimization. It's fine to remove the fetch here....

View on GitHub

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

View on GitHub

shuiyisong created a review comment on a pull request on GreptimeTeam/greptimedb
On second thought, can we use one `SchemaInfo` to collect resource, scope and log attributes in the same place?

View on GitHub

shuiyisong created a review comment on a pull request on GreptimeTeam/greptimedb
By changing the invocation to the following ```Rust let final_extra_schema_info = merge_schema(vec![ ( &extra_resource_schema, OpenTelemetryLogRecordAttrTyp...

View on GitHub

shuiyisong created a review comment on a pull request on GreptimeTeam/greptimedb
```suggestion ```

View on GitHub

shuiyisong created a review comment on a pull request on GreptimeTeam/greptimedb
```suggestion ```

View on GitHub

shuiyisong created a review comment on a pull request on GreptimeTeam/greptimedb
```suggestion ensure!( column_schema.datatype == schema.datatype, IncompatibleSchemaSnafu { colum...

View on GitHub

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

View on GitHub

Load more