scylladb / scylladb/cpp-rs-driver
Implement is_virtual APIs for table and keyspace meta
Open
Nobody has claimed this yet.
P3
rust-driver-missing
- Dominant language
- C++
- Stars
- 26
- Forks
- 19
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 7
Description
APIs to cover:
cass_keyspace_meta_is_virtual
cass_table_meta_is_virtual
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the metadata API entry points corresponding to cass_keyspace_meta_is_virtual and cass_table_meta_is_virtual. Check how existing keyspace and table metadata APIs are exposed and tested, then verify that both requested APIs are implemented and covered by the relevant checks.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- api, databases
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100