Why package com.clickhouse.client.grpc.impl isn't in master branch?
See original GitHub issueI forked repository, cloned it, opened project in IDEA and tried to launch tests from clickhouse-jdbc/src/test/java/com/clickhouse/jdbc by clicking green triangle near tests in IDEA.
The IDEA starts building and fails with error
java: package com.clickhouse.client.grpc.impl does not exist
in files, which are importing this package. For example, this package is imported in clickhouse-grpc-client/src/main/java/com/clickhouse/client/grpc/ClickHouseStreamObserver.java
There is no impl
package in repository. The only mention of impl
package I found on jar-download.com, but downloading source code of impl
package and storing it in com/clickhouse/client/grpc
led to more compilation errors.
How can I launch tests and why package com.clickhouse.client.grpc.impl
isn’t in master branch
P.S. I want to implement specifying multiple hosts in connection URL and connection to alive host. That is why I need to launch tests for checking, if I broke something.
Issue Analytics
- State:
- Created 2 years ago
- Comments:7
Top GitHub Comments
Ok
Close this one - we can discuss
ClickHouseDataSource
enhancement in #894.