vertx-sql-client icon indicating copy to clipboard operation
vertx-sql-client copied to clipboard

Clickhouse Native(Binary) client

Open smagellan opened this issue 4 years ago • 8 comments

Motivation:

PR for https://github.com/eclipse-vertx/vertx-sql-client/issues/923

Conformance:

Your commits should be signed and you should have signed the Eclipse Contributor Agreement as explained in https://github.com/eclipse/vert.x/blob/master/CONTRIBUTING.md Please also make sure you adhere to the code style guidelines: https://github.com/vert-x3/wiki/wiki/Vert.x-code-style-guidelines

smagellan avatar Apr 10 '21 10:04 smagellan

what does native means here ? can we avoid using this word because it has a very precise meaning for Java

vietj avatar Apr 22 '21 09:04 vietj

@vietj, that's how authors call the protocol: https://clickhouse.tech/docs/en/interfaces/tcp/. Agree, it may confuse. I will remove 'native' from module name, packages and classes

smagellan avatar Apr 22 '21 17:04 smagellan

alright, then can you rebase you PR against master ?

On Thu, Apr 22, 2021 at 7:21 PM Vladimir @.***> wrote:

@.**** commented on this pull request.

In pom.xml https://github.com/eclipse-vertx/vertx-sql-client/pull/931#discussion_r618599707 :

@@ -59,7 +59,7 @@ <jar.manifest>${project.basedir}/src/main/resources/META-INF/MANIFEST.MF</jar.manifest> <source.skip>true</source.skip>

  • <testcontainers.version>1.12.4</testcontainers.version>

I was not able to start clickhouse testcontainer with 1.12.4. Should not be a problem since it is already upgraded in master: https://github.com/eclipse-vertx/vertx-sql-client/blob/master/pom.xml#L62

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/eclipse-vertx/vertx-sql-client/pull/931#discussion_r618599707, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABXDCRMBH74C6JYTAIPR7LTKBLJ3ANCNFSM42WMBGPQ .

vietj avatar Apr 23 '21 04:04 vietj

thanks!

On Thu, Apr 22, 2021 at 7:24 PM Vladimir @.***> wrote:

@vietj, that's how authors call the protocol: https://clickhouse.tech/docs/en/interfaces/tcp/. Agree, it may confuse. I will remove 'native' from module name, packages and classes

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.

vietj avatar Apr 23 '21 04:04 vietj

@vietj, I will try to rebase. My last attempt failed due to .github directory limitations, maybe I need to add extra git rebase options

smagellan avatar Apr 24 '21 11:04 smagellan

@vietj @smagellan
Hi, Are there any new developments? Thanks.

rawvoid avatar Aug 26 '21 03:08 rawvoid

this module needs to be rebased on laster master branch and then reviewed / merged

On Thu, Aug 26, 2021 at 5:21 AM aomsweet @.***> wrote:

@vietj https://github.com/vietj @smagellan https://github.com/smagellan Hi, Are there any new developments? Thanks.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/eclipse-vertx/vertx-sql-client/pull/931#issuecomment-906061740, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABXDCWNE4PEJHHFODH2RITT6WXKFANCNFSM42WMBGPQ .

vietj avatar Aug 26 '21 06:08 vietj

Thanks for the great work. I am looking forward to this.

rawvoid avatar Aug 26 '21 08:08 rawvoid