databendlabs / databend-jdbc

jdbc implementation for databend cloud
Apache License 2.0
10 stars 10 forks source link

chore(driver): use databend docker image do some test #279

Closed TCeason closed 5 days ago

TCeason commented 5 days ago

cc @hantmac @everpcpc Please review this pr.

hantmac commented 5 days ago

cc @hantmac @everpcpc Please review this pr.

@TCeason The CI failed because the DatabendClientV1.discoverNodes(client, settings); depends on the new feature in databend query, maybe the stable version of docker image does not contains this feature.

TCeason commented 5 days ago

cc @hantmac @everpcpc Please review this pr.

@TCeason The CI failed because the DatabendClientV1.discoverNodes(client, settings); depends on the new feature in databend query, maybe the stable version of docker image does not contains this feature.

Get

hantmac commented 5 days ago

So I close this pr because the jdbc need the new feature.