1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Minimal piece of Python code that reproduces the problem.
**Expected behavior**
A clear and concise description of what you expected to happen.
**Versions**
- Version of package with the problem.
- ClickHouse server version. Version can be obtained by running `SELECT version()` query.
- Python version.
|