ClickHouse / ClickHouse/clickhouse-rs

`Query::fetch_bytes` API is inconsistent with `Query::fetch_all`

Open
#207 2 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Rust
Stars
559
Forks
172
Avg merge
1d 19h
Merged PRs (30d)
3

Description

See https://github.com/ClickHouse/clickhouse-rs/pull/182#pullrequestreview-2660245334
`query().fetch()` and `query(..).fetch_all()` vs `query(..).fetch_bytes().collect()`

Contributor guide

Open the contributing guide

Research direction

Start with the linked pull request review and inspect the Query::fetch, Query::fetch_all, and Query::fetch_bytes APIs. Compare their return and collection behavior; the work is done when the bytes-fetching API follows the intended consistency established by the review.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
api
Issue type
Refactor
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.