You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use new ClickHouseDataSource(url, clickHouseProperties()); for datasource creation
After update to 0.3.1 it ignores database from url and uses default
Downgrading to 0.3.0 fixes the problem