alanpaulkwan commented on issue #16912:
URL: https://github.com/apache/doris/issues/16912#issuecomment-1454205305
I just tried Clickhouse and got this error using the 3.2 driver - is this PR
request related?
`
mysql> CREATE CATALOG jdbc_clickhouse PROPERTIES (
-> "type"="jdbc",
-> "user"="default",
-> "password"="donttrytohackmeitsnotmyrealpassword",
-> "jdbc_url" = "jdbc:clickhouse://127.0.0.1:8123/demo",
-> "driver_url" = "clickhouse-jdbc-0.3.2-patch11-all.jar",
-> "driver_class" = "com.clickhouse.jdbc.ClickHouseDriver"
-> );
Query OK, 0 rows affected (0.13 sec)
mysql> switch jdbc_clickhouse
mysql> show databases;
ERROR 1105 (HY000): JdbcClientException, msg: java.io.IOException: "M?@Pw� `
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]