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

FileBlockReader<File> is never used #5181

Merged
merged 3 commits into from Sep 1, 2023

Conversation

problame
Copy link
Contributor

@problame problame commented Sep 1, 2023

part of #4743

preliminary to #5180

@problame problame requested review from a team as code owners September 1, 2023 13:30
@problame problame requested review from save-buffer, shanyp and arpad-m and removed request for a team, save-buffer and shanyp September 1, 2023 13:30
@problame problame changed the base branch from jcsp/scrubber-scan-metadata to main September 1, 2023 13:31
@github-actions
Copy link

github-actions bot commented Sep 1, 2023

1624 tests run: 1549 passed, 0 failed, 75 skipped (full report)


The comment gets automatically updated with the latest test results
cb977c2 at 2023-09-01T15:15:04.581Z :recycle:

@arpad-m
Copy link
Contributor

arpad-m commented Sep 1, 2023

There is a failure in CI:

error[E0107]: struct takes 0 generic arguments but 1 generic argument was supplied
 --> src/tenant/block_io.rs:106:13
  |
6 | let reader: FileBlockReader<std::fs::File> = unimplemented!("stub");
  |             ^^^^^^^^^^^^^^^--------------- help: remove these generics
  |             |
  |             expected 0 generic arguments

@problame problame merged commit aa22000 into main Sep 1, 2023
33 checks passed
@problame problame deleted the problame/file-block-reader-file-never-used branch September 1, 2023 15:30
jcsp pushed a commit that referenced this pull request Sep 4, 2023
arpad-m added a commit that referenced this pull request Sep 6, 2023
With #5181, the generics for `FileBlockReader` have been removed, so
having a `Virtual` postfix makes less sense now.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants