ClickHouse / ClickHouse/clickhouse-rs
Expose constants or enums for ClickHouse formats
Open
enhancement
- Dominant language
- Rust
- Stars
- 559
- Forks
- 172
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 3
Description
Mentioned in https://github.com/ClickHouse/clickhouse-rs/pull/311 by @abonander:
> related: expose constants for formats to obviate the need for magic constant strings?
Contributor guide
Research direction
Read the related pull request #311 first, then trace how ClickHouse format strings are currently used in the client. Define the public constants or enums and identify the existing format references that should use them; done means callers no longer need the relevant magic strings.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- clickhouse, rust
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100