clickhouse-jdbc-bug
Steps to reproduce:
- Start docker compose containers
docker compose up -d
You may need to wait for a while for jdbc initialization (~1-2 min for me).
- Run script that reproduces the bug
./reproduce.sh
- Tear down docker compose containers
docker compose down