Skip to content
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(source): move state related to stream crate #3545

Merged
merged 3 commits into from
Jun 29, 2022
Merged

Conversation

tabVersion
Copy link
Contributor

Signed-off-by: tabVersion tabvision@bupt.icu

I hereby agree to the terms of the Singularity Data, Inc. Contributor License Agreement.

What's changed and what's your intention?

PLEASE DO NOT LEAVE THIS EMPTY !!!

Please explain IN DETAIL what the changes are in this PR and why they are needed:

as title, moving because of cycle dependency: risingwave_storage -> risingwave_meta -> risingwave_connector -> risingwave_storage

  • Summarize your change (mandatory)
  • How does this PR work? Need a brief introduction for the changed logic (optional)
  • Describe clearly one logical change and avoid lazy messages (optional)
  • Describe any limitations of the current code (optional)
  • Add the 'user-facing changes' label if your PR contains changes that are visible to users (optional)

Checklist

  • I have written necessary docs and comments
  • I have added necessary unit tests and integration tests
  • All checks passed in ./risedev check (or alias, ./risedev c)

Refer to a related PR or issue link (optional)

Signed-off-by: tabVersion <tabvision@bupt.icu>
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

license-eye has totally checked 884 files.

Valid Invalid Ignored Fixed
882 1 1 0
Click to see the invalid file list
  • src/stream/src/executor/source/mod.rs

src/stream/src/executor/source/mod.rs Show resolved Hide resolved
Copy link
Contributor

@shanicky shanicky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Signed-off-by: tabVersion <tabvision@bupt.icu>
@tabVersion tabVersion added the mergify/can-merge Indicates that the PR can be added to the merge queue label Jun 29, 2022
@codecov
Copy link

codecov bot commented Jun 29, 2022

Codecov Report

Merging #3545 (310feb5) into main (60c6fbf) will decrease coverage by 0.00%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #3545      +/-   ##
==========================================
- Coverage   74.44%   74.44%   -0.01%     
==========================================
  Files         771      770       -1     
  Lines      108464   108424      -40     
==========================================
- Hits        80743    80713      -30     
+ Misses      27721    27711      -10     
Flag Coverage Δ
rust 74.44% <ø> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/connector/src/lib.rs 100.00% <ø> (ø)
src/stream/src/executor/source/source_executor.rs 95.41% <ø> (ø)
src/stream/src/executor/source/state.rs 89.11% <ø> (ø)
src/meta/src/manager/id.rs 94.94% <0.00%> (-1.13%) ⬇️
src/common/src/types/ordered_float.rs 24.70% <0.00%> (-0.20%) ⬇️
src/storage/src/hummock/local_version_manager.rs 79.27% <0.00%> (+0.12%) ⬆️
src/frontend/src/expr/utils.rs 99.24% <0.00%> (+0.50%) ⬆️
src/meta/src/hummock/mock_hummock_meta_client.rs 41.50% <0.00%> (+0.94%) ⬆️

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

@mergify mergify bot merged commit 3201d61 into main Jun 29, 2022
@mergify mergify bot deleted the tab/refactor-state branch June 29, 2022 06:39
huangjw806 pushed a commit that referenced this pull request Jul 5, 2022
* fix cycle dep

Signed-off-by: tabVersion <tabvision@bupt.icu>

* add license

Signed-off-by: tabVersion <tabvision@bupt.icu>

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mergify/can-merge Indicates that the PR can be added to the merge queue type/refactor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants