question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Why package com.clickhouse.client.grpc.impl isn't in master branch?

See original GitHub issue

I 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:closed
  • Created 2 years ago
  • Comments:7

github_iconTop GitHub Comments

1reaction
df530commented, Jan 9, 2022

Ok

0reactions
zhicwucommented, Apr 10, 2022

Close this one - we can discuss ClickHouseDataSource enhancement in #894.

Read more comments on GitHub >

github_iconTop Results From Across the Web

2022 Changelog | ClickHouse Docs
If /dev/tty is available, the progress in clickhouse-client and clickhouse-local will be rendered directly to the terminal, without writing to STDERR. It allows ......
Read more >
Installing ClickHouse | ClickHouse Docs
ClickHouse can run on any Linux, FreeBSD, or Mac OS X with x86_64, AArch64, or PowerPC64LE CPU architecture. ... To run ClickHouse on...
Read more >
2021 Changelog | ClickHouse Docs
New asynchronous INSERT mode allows to accumulate inserted data and store it in a single batch in background. On client it can be...
Read more >
2020 Changelog | ClickHouse Docs
Fixed the issue when some tables not synchronized to ClickHouse from MySQL ... Fix possible Unexpected packet Data received from client error logged...
Read more >
clickhouse-grpc-client - Maven Central Repository Search
Licenses. The Apache Software License, Version 2.0. Home page, https://github.com/ClickHouse/clickhouse-jdbc/tree/master/clickhouse-grpc-client.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found