/clickhouse-jdbc-bug

Repo to reproduce jdbc UUID bug

Primary LanguageShell

clickhouse-jdbc-bug

Steps to reproduce:

  1. Start docker compose containers
docker compose up -d

You may need to wait for a while for jdbc initialization (~1-2 min for me).

  1. Run script that reproduces the bug
./reproduce.sh
  1. Tear down docker compose containers
docker compose down