ClickHouse/.github/ISSUE_TEMPLATE/80_backward-compatibility.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

31 lines
993 B
Markdown
Raw Normal View History

2019-09-05 08:51:56 +00:00
---
2020-03-13 17:52:09 +00:00
name: Backward compatibility issue
2021-01-10 00:42:05 +00:00
about: Report the case when the behaviour of a new version can break existing use cases
2019-09-05 08:51:56 +00:00
title: ''
2020-03-13 17:52:09 +00:00
labels: backward compatibility
2019-09-05 08:51:56 +00:00
assignees: ''
---
(you don't have to strictly follow this form)
2024-06-04 03:00:39 +00:00
**Company or project name**
Put your company name or project description here
2020-03-13 17:52:09 +00:00
**Describe the issue**
2019-09-05 08:51:56 +00:00
A clear and concise description of what works not as it is supposed to.
**How to reproduce**
2020-03-13 17:52:09 +00:00
* Which ClickHouse server versions are incompatible
2019-09-05 08:51:56 +00:00
* 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
2019-09-05 08:51:56 +00:00
* Queries to run that lead to unexpected result
**Error message and/or stacktrace**
If applicable, add screenshots to help explain your problem.
**Additional context**
Add any other context about the problem here.