ClickHouse / ClickHouse/ClickHouse
SHOW USERS LIKE/NOT LIKE
Open
comp-rbac
easy task
feature
- Dominant language
- C++
- Stars
- 49.9k
- Forks
- 9k
- Avg merge
- 21h 32m
- Merged PRs (30d)
- 515
Description
### Company or project name
ClickHouse
### Use case
`SHOW USERS NOT LIKE '%-internal'`
### Describe the solution you'd like
Implement it for USERS and also for all similar SHOW statements.
### Describe alternatives you've considered
_No response_
### Additional context
_No response_
Contributor guide
Research direction
Start by locating the parser and execution entry points for SHOW USERS and compare them with similar SHOW statements. Verify support for both LIKE and NOT LIKE patterns, then check that the behavior is consistent across the related SHOW statements and that the requested example works.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, sql
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100