forked from GreptimeTeam/greptimedb
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: use inserter
instead of grpc_handler
in pipeline operator
#7
Merged
paomian
merged 19 commits into
paomian:feat/log-handler
from
shuiyisong:refactor/log_handler
Jun 4, 2024
Merged
refactor: use inserter
instead of grpc_handler
in pipeline operator
#7
paomian
merged 19 commits into
paomian:feat/log-handler
from
shuiyisong:refactor/log_handler
Jun 4, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…Team#4095) * chore: finish cherry-pick * chore: remove unused code
…eam#4101) * fix: display the PartitionBound and PartitionDef correctly * Update src/partition/src/partition.rs Co-authored-by: dennis zhuang <killme2008@gmail.com> * fix: fix unit test of partition definition --------- Co-authored-by: dennis zhuang <killme2008@gmail.com>
…afkaLogStore` (GreptimeTeam#4083) * feat: add `LogStoreFactory` to `TestEnv` * feat: add `multiple_log_store_factories` template * test: run `test_flush_reopen_region` and `test_region_replay` with `KafkaLogStore` * chore: move deps to workspace * chore: apply suggestions from CR
…Team#4102) * fix: recover memtable options when opening physical regions * chore: fmt * chore: merge data region options
* fix: fix EntityTooSmall issue * chore(ci): add minio to coverage * tests: add test for parquet writer * chore: move tests to `common-datasource` crate
* fix: mfp missing rows if run twice in same tick * tests: run mfp for multiple times * refactor: make mfp less hacky * feat: make channel larger * chore: typos
* set global runtime size * fix: resolve PR comments * fix: log the whole option * fix ci * debug ci * debug ci --------- Co-authored-by: Weny Xu <wenymedia@gmail.com>
paomian
approved these changes
Jun 4, 2024
paomian
pushed a commit
that referenced
this pull request
Jul 8, 2024
* catch up changes Signed-off-by: tison <wander4096@gmail.com> * fmt Signed-off-by: tison <wander4096@gmail.com> * Fix cache for 0471 (#7) * Fix cache for 0471 Signed-off-by: Xuanwo <github@xuanwo.io> * Make clippy happy Signed-off-by: Xuanwo <github@xuanwo.io> --------- Signed-off-by: Xuanwo <github@xuanwo.io> * tidy Signed-off-by: tison <wander4096@gmail.com> * use opendal's exported type Signed-off-by: tison <wander4096@gmail.com> * clippy Signed-off-by: tison <wander4096@gmail.com> * fmt Signed-off-by: tison <wander4096@gmail.com> --------- Signed-off-by: tison <wander4096@gmail.com> Signed-off-by: Xuanwo <github@xuanwo.io> Co-authored-by: Xuanwo <github@xuanwo.io>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I hereby agree to the terms of the GreptimeDB CLA
What's changed and what's your intention?
TODO:
pipeline_operator
Checklist
Refer to a related PR or issue link (optional)