risingwave
risingwave copied to clipboard
feat(meta): drop actor and source in batch interface
I hereby agree to the terms of the Singularity Data, Inc. Contributor License Agreement.
What's changed and what's your intention?
- [x] drop actor in batch
- [x] drop source in batch
Checklist
- [x] I have written necessary rustdoc comments
- [x] I have added necessary unit tests and integration tests
- [x] All checks passed in
./risedev check
(or alias,./risedev c
)
Refer to a related PR or issue link (optional)
#4650
Codecov Report
Merging #5520 (64767fe) into main (938f427) will increase coverage by
0.03%
. The diff coverage is64.01%
.
@@ Coverage Diff @@
## main #5520 +/- ##
==========================================
+ Coverage 74.89% 74.92% +0.03%
==========================================
Files 924 924
Lines 147014 147053 +39
==========================================
+ Hits 110104 110180 +76
+ Misses 36910 36873 -37
Flag | Coverage Δ | |
---|---|---|
rust | 74.92% <64.01%> (+0.03%) |
:arrow_up: |
Flags with carried forward coverage won't be shown. Click here to find out more.
Impacted Files | Coverage Δ | |
---|---|---|
src/common/src/monitor/process_linux.rs | 60.29% <ø> (ø) |
|
src/common/src/util/value_encoding/mod.rs | 48.42% <ø> (+1.76%) |
:arrow_up: |
src/compute/src/server.rs | 0.00% <0.00%> (ø) |
|
src/ctl/src/cmd_impl/hummock/sst_dump.rs | 0.00% <0.00%> (ø) |
|
src/ctl/src/cmd_impl/table/scan.rs | 0.00% <0.00%> (ø) |
|
src/frontend/src/handler/query.rs | 20.49% <0.00%> (ø) |
|
...ntend/src/optimizer/plan_node/stream_table_scan.rs | 96.93% <ø> (ø) |
|
src/frontend/src/scheduler/error.rs | 8.33% <ø> (ø) |
|
src/frontend/src/scheduler/local.rs | 0.00% <0.00%> (ø) |
|
src/meta/src/manager/background_deleter.rs | 32.60% <0.00%> (-3.11%) |
:arrow_down: |
... and 52 more |
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
Any updates?