Ecosyste.ms: Timeline

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

GreptimeTeam/greptimedb

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

View on GitHub

RickCao-2017 starred GreptimeTeam/greptimedb
codecov[bot] created a comment on a pull request on GreptimeTeam/greptimedb
## [Codecov](https://app.codecov.io/gh/GreptimeTeam/greptimedb/pull/4867?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

evenyag opened an issue on GreptimeTeam/greptimedb
Avoid using the same scheduler for compaction and flush
### What type of enhancement is this? Refactor, Tech debt reduction ### What does the enhancement do? Although compaction executes in a different runtime, it share the same scheduler with flush ...
codecov[bot] created a comment on a pull request on GreptimeTeam/greptimedb
## [Codecov](https://app.codecov.io/gh/GreptimeTeam/greptimedb/pull/4862?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

WenyXu opened a pull request on GreptimeTeam/greptimedb
fix: replace timeout_millis and connect_timeout_millis with Duration in DatanodeClientOptions
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...
evenyag opened an issue on GreptimeTeam/greptimedb
Support cancelling a region's compaction
### What type of enhancement is this? Tech debt reduction ### What does the enhancement do? Now we don't provide a way to cancel background jobs especially the compaction job. Compaction may be ...
waynexia created a comment on a pull request on GreptimeTeam/greptimedb
This implementation itself looks good to me. But I'm thinking this mechanism of assigning priority outside of runtime has some natural limitations... >This is a workaround before we refactor the...

View on GitHub

WenyXu created a review comment on a pull request on GreptimeTeam/greptimedb
The JSON null is not the same as the null in a datatype system. ```sql SELECT json_path_exists(parse_json('null'), '$.a'); ```

View on GitHub

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

View on GitHub

pixelmaven starred GreptimeTeam/greptimedb
discord9 created a comment on an issue on GreptimeTeam/greptimedb
This bug is fixed in v0.9.5 release in #4599(specifically in [here](https://github.com/GreptimeTeam/greptimedb/pull/4599/commits/dd5716c5413bd7d8bb5c7142d7709c3864850029)), so if it isn't too much ...

View on GitHub

Kev1n8 created a review comment on a pull request on GreptimeTeam/greptimedb
I'm not entirely certain. It might be helpful to check issue #4865, where I noticed that the function seems unable to handle null JSON with this sub signature.

View on GitHub

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

View on GitHub

yangbajing starred GreptimeTeam/greptimedb
killme2008 created a review comment on a pull request on GreptimeTeam/greptimedb
This sub signature should be enough for datafusion, it will take care of null type by default.

View on GitHub

killme2008 created a review on a pull request on GreptimeTeam/greptimedb
Good job!

View on GitHub

killme2008 created a review on a pull request on GreptimeTeam/greptimedb
Good job!

View on GitHub

sunng87 created a review comment on a pull request on GreptimeTeam/greptimedb
Yes, I suggest to use a single SchemaInfo to reduce allocate. The later ones should always override previous. Also I'm not sure if we can always use `String` for tag types.

View on GitHub

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

View on GitHub

sunng87 created a comment on a pull request on GreptimeTeam/greptimedb
We will need to update document for this feature.

View on GitHub

Kev1n8 created a review comment on a pull request on GreptimeTeam/greptimedb
I would like to fix [this](#4865) in a follow-on PR.

View on GitHub

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

View on GitHub

Kev1n8 created a comment on an issue on GreptimeTeam/greptimedb
I'm already working on it.

View on GitHub

Kev1n8 opened an issue on GreptimeTeam/greptimedb
json_path_exists can't deal with null json
### What type of bug is this? Incorrect result ### What subsystems are affected? Standalone mode, Frontend ### Minimal reproduce step The recently added `json_path_exists` behaves wrongly when...
Kev1n8 created a review comment on a pull request on GreptimeTeam/greptimedb
I wonder what should the UDF behaves when given a vector of json with both null and non-null values. For example, I could do ``` Signature::one_of( vec![ TypeSignat...

View on GitHub

Kev1n8 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/4864?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

Kev1n8 opened a pull request on GreptimeTeam/greptimedb
feat: add json_path_match udf
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) part of #4805. ## What's ch...
ActivePeter created a review comment on a pull request on GreptimeTeam/greptimedb
Maybe we will add multi-command selection in the future, is there better solution?

View on GitHub

Load more