clickhouse.rs
clickhouse.rs copied to clipboard
`Query::fetch_bytes` API is inconsistent with `Query::fetch_all`
See https://github.com/ClickHouse/clickhouse-rs/pull/182#pullrequestreview-2660245334
query().fetch() and query(..).fetch_all() vs query(..).fetch_bytes().collect()
Can you expand on what the issue here is? Is it just a correctness issue? How bad is it? Is there a simple repro? Does it happen all the time?
It's not about correctness, only API patterns