spff

Results 2 issues of spff

**Describe the bug** when type is notnull LowCardinality(String) DEFAULT 'NULL' **To Reproduce** Minimal piece of Python code that reproduces the problem. ```python client.execute("drop table if exists testnn") client.execute("create table testnn...

bug

**Describe the bug** A clear and concise description of what the bug is. ``` Traceback (most recent call last): File "venv/lib/python3.9/site-packages/aiokafka/util.py", line 41, in wait_for return await fut asyncio.exceptions.CancelledError During...