Young
Young
background: I try to integrate hikari with clickhouse-jdbc.  when I invoke dataSource.close(); I got an error `java.util.concurrent.RejectedExecutionException: Task com.clickhouse.jdbc.internal.ClickHouseConnectionImpl$$Lambda$1769/0x0000000800dbd840@4dd95dfd rejected from java.util.concurrent.ThreadPoolExecutor@165a9184[Terminated, pool size = 0, active threads =...
bug code : com.clickhouse.jdbc.internal.ClickHouseConnectionImpl#getTableColumns line 260 when I have a following table , this table contains a cloumn named '0' in this code, it will run the sql: this sql...