mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-06 15:42:39 +00:00
34 lines
1.1 KiB
Markdown
34 lines
1.1 KiB
Markdown
---
|
|
name: Bug report
|
|
about: Create a report to help us improve ClickHouse
|
|
title: ''
|
|
labels: bug
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
You have to provide the following information whenever possible.
|
|
|
|
**Describe the bug**
|
|
A clear and concise description of what works not as it is supposed to.
|
|
|
|
**Does it reproduce on recent release?**
|
|
[The list of releases](https://github.com/ClickHouse/ClickHouse/blob/master/utils/list-versions/version_date.tsv)
|
|
|
|
**How to reproduce**
|
|
* Which ClickHouse server version to use
|
|
* Which interface to use, if matters
|
|
* Non-default settings, if any
|
|
* `CREATE TABLE` statements for all tables involved
|
|
* Sample data for all these tables, use [clickhouse-obfuscator](https://github.com/ClickHouse/ClickHouse/blob/master/programs/obfuscator/Obfuscator.cpp#L42-L80) if necessary
|
|
* Queries to run that lead to unexpected result
|
|
|
|
**Expected behavior**
|
|
A clear and concise description of what you expected to happen.
|
|
|
|
**Error message and/or stacktrace**
|
|
If applicable, add screenshots to help explain your problem.
|
|
|
|
**Additional context**
|
|
Add any other context about the problem here.
|