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(storage): remove new_adhoc from CellBasedTable #3230

Merged
merged 1 commit into from
Jun 15, 2022
Merged

Conversation

lmatz
Copy link
Contributor

@lmatz lmatz commented Jun 15, 2022

What's changed and what's your intention?

It is not ad-hoc anymore. Was a workaround

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)

@codecov
Copy link

codecov bot commented Jun 15, 2022

Codecov Report

Merging #3230 (16592d6) into main (4342668) will decrease coverage by 0.00%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##             main    #3230      +/-   ##
==========================================
- Coverage   73.52%   73.51%   -0.01%     
==========================================
  Files         744      744              
  Lines      101452   101447       -5     
==========================================
- Hits        74590    74582       -8     
- Misses      26862    26865       +3     
Flag Coverage Δ
rust 73.51% <0.00%> (-0.01%) ⬇️

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

Impacted Files Coverage Δ
src/storage/src/table/cell_based_table.rs 71.24% <ø> (-0.43%) ⬇️
src/stream/src/from_proto/batch_query.rs 0.00% <0.00%> (ø)
src/meta/src/barrier/mod.rs 69.13% <0.00%> (-0.33%) ⬇️

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

@lmatz lmatz requested a review from BugenZhao June 15, 2022 05:33
@lmatz lmatz enabled auto-merge (squash) June 15, 2022 05:37
Copy link
Member

@xxchan xxchan left a comment

Choose a reason for hiding this comment

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

It was confusing!

@lmatz lmatz merged commit bfcdf32 into main Jun 15, 2022
@lmatz lmatz deleted the lz/refactor branch June 15, 2022 06:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants