cloudflare/ClickHouse
Publicmirrored fromhttps://github.com/cloudflare/ClickHouse
.github/ISSUE_TEMPLATE/bug-report-or-unexpected-behaviour.md
30lines · modecode
unknown
| 1 | --- |
| 2 | name: Bug report or unexpected behaviour |
| 3 | about: Create a report to help us improve ClickHouse |
| 4 | title: '' |
| 5 | labels: bug |
| 6 | assignees: '' |
| 7 | |
| 8 | --- |
| 9 | |
| 10 | (you don't have to strictly follow this form) |
| 11 | |
| 12 | **Describe the bug or unexpected behaviour** |
| 13 | A clear and concise description of what works not as it is supposed to. |
| 14 | |
| 15 | **How to reproduce** |
| 16 | * Which ClickHouse server version to use |
| 17 | * Which interface to use, if matters |
| 18 | * Non-default settings, if any |
| 19 | * `CREATE TABLE` statements for all tables involved |
| 20 | * Sample data for all these tables, use [clickhouse-obfuscator](https://github.com/ClickHouse/ClickHouse/blob/master/dbms/programs/obfuscator/Obfuscator.cpp#L42-L80) if necessary |
| 21 | * Queries to run that lead to unexpected result |
| 22 | |
| 23 | **Expected behavior** |
| 24 | A clear and concise description of what you expected to happen. |
| 25 | |
| 26 | **Error message and/or stacktrace** |
| 27 | If applicable, add screenshots to help explain your problem. |
| 28 | |
| 29 | **Additional context** |
| 30 | Add any other context about the problem here. |