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

feat: Add into_seekable_read_by_range support for blocking read #2799

Merged
merged 2 commits into from Aug 7, 2023

Conversation

Xuanwo
Copy link
Member

@Xuanwo Xuanwo commented Aug 7, 2023

Fix #2791

We don't have this support since there is all blocking services support seek. But with the addition of blocking layer, we should fill this gap.

Signed-off-by: Xuanwo <github@xuanwo.io>
Copy link
Member

@suyanhanx suyanhanx left a comment

Choose a reason for hiding this comment

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

That's great. Thanks.

I'm not sure if this behavior is covered by the test. May you check this?

@Xuanwo
Copy link
Member Author

Xuanwo commented Aug 7, 2023

I'm not sure if this behavior is covered by the test. May you check this?

No services really implement this feature (blocking & next & !seek). We will get this covered once we have one (for example, after blocking layer added)

@Xuanwo Xuanwo merged commit fc19dad into main Aug 7, 2023
87 checks passed
@Xuanwo Xuanwo deleted the add-blocking-support branch August 7, 2023 04:45
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.

Implement seek support for blocking reader
2 participants