You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by "mzitnik (via GitHub)" <gi...@apache.org> on 2023/02/16 12:54:14 UTC

[GitHub] [beam] mzitnik opened a new issue, #25511: [Bug]:

mzitnik opened a new issue, #25511:
URL: https://github.com/apache/beam/issues/25511

   ### What happened?
   
   [BEAM SDKs Java IO ClickHouse](https://mvnrepository.com/artifact/org.apache.beam/beam-sdks-java-io-clickhouse) still using [ru.yandex.clickhouse](https://mvnrepository.com/artifact/ru.yandex.clickhouse) ยป [clickhouse-jdbc](https://mvnrepository.com/artifact/ru.yandex.clickhouse/clickhouse-jdbc), but in https://github.com/apache/beam/pull/24424 we changed to use our new library from implementation "com.clickhouse:clickhouse-jdbc:$clickhouse_jdbc_version:all" with one of our latest releases 
   
   ### Issue Priority
   
   Priority: 2 (default / most bugs should be filed as P2)
   
   ### Issue Components
   
   - [ ] Component: Python SDK
   - [X] Component: Java SDK
   - [ ] Component: Go SDK
   - [ ] Component: Typescript SDK
   - [ ] Component: IO connector
   - [ ] Component: Beam examples
   - [ ] Component: Beam playground
   - [ ] Component: Beam katas
   - [ ] Component: Website
   - [ ] Component: Spark Runner
   - [ ] Component: Flink Runner
   - [ ] Component: Samza Runner
   - [ ] Component: Twister2 Runner
   - [ ] Component: Hazelcast Jet Runner
   - [ ] Component: Google Cloud Dataflow Runner


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] johnjcasey commented on issue #25511: [Bug]: BEAM SDKs Java IO ClickHouse dependency using ru.yandex instead of com.clickhouse issue

Posted by "johnjcasey (via GitHub)" <gi...@apache.org>.
johnjcasey commented on issue #25511:
URL: https://github.com/apache/beam/issues/25511#issuecomment-1438859172

   It looks like 2.45 is using the new path as expected.
   https://mvnrepository.com/artifact/org.apache.beam/beam-sdks-java-io-clickhouse/2.45.0


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] johnjcasey closed issue #25511: [Bug]: BEAM SDKs Java IO ClickHouse dependency using ru.yandex instead of com.clickhouse issue

Posted by "johnjcasey (via GitHub)" <gi...@apache.org>.
johnjcasey closed issue #25511: [Bug]: BEAM SDKs Java IO ClickHouse dependency using ru.yandex instead of com.clickhouse issue
URL: https://github.com/apache/beam/issues/25511


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] Abacn commented on issue #25511: [Bug]: BEAM SDKs Java IO ClickHouse dependency using ru.yandex instead of com.clickhouse issue

Posted by "Abacn (via GitHub)" <gi...@apache.org>.
Abacn commented on issue #25511:
URL: https://github.com/apache/beam/issues/25511#issuecomment-1435068528

   https://mvnrepository.com/artifact/org.apache.beam/beam-sdks-java-io-clickhouse/2.45.0 is available on mavencentral now and the dependency `clickhouse-jdbc` is from `com.clickhouse`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] mzitnik commented on issue #25511: [Bug]: BEAM SDKs Java IO ClickHouse dependency using ru.yandex instead of com.clickhouse issue

Posted by "mzitnik (via GitHub)" <gi...@apache.org>.
mzitnik commented on issue #25511:
URL: https://github.com/apache/beam/issues/25511#issuecomment-1435984265

   @Abacn thanks for the update can tell what have you done since next time when i will update the driver i will have control over that 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org