notebook1 clickhouse-server has reference to database using postgresql, there is no postgresql installed
Open
Nobody has claimed this yet.
- Dominant language
- HCL
- Stars
- 4
- Forks
- 15
- Avg merge
- 1h 50m
- Merged PRs (30d)
- 4
Description
ENGINE = PostgreSQL('localhost', 'thesis_ech', 'hasso_plattner_bo', '[HIDDEN]') │```
because postgresql isn't installed, this accumulates errors in the clickhouse-server.err.log
determine if it should be dropped
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 with notebook1 and inspect the CREATE DATABASE statement that uses the PostgreSQL engine. Check clickhouse-server.err.log to confirm whether this reference is causing the accumulated errors and determine whether the database should be dropped. Done means the decision is documented and, if appropriate, the obsolete reference is removed without leaving those errors.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- clickhouse, postgresql
- Domain
- databases
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100