-
Notifications
You must be signed in to change notification settings - Fork 618
Closed
Labels
bugjdbc-v1JDBC driverJDBC driverjdbc-v2jdbc-v2 issuesjdbc-v2 issuesusabilitywhat affects usability of the clientwhat affects usability of the client
Milestone
Description
Describe the bug
I'm trying to send some data from a couple of tables in my Clickhouse database to big query by using Airbyte but I'm having this error:
java.sql.SQLFeatureNotSupportedException: getResultSet not implemented
that is shown because indeed clickhouse-jdbc didn't implement the function getResultSet in ClickHouseArray.java.
Error log
INFO i.a.w.g.ReplicationWorkerHelper(getReplicationOutput):313 - failures: [ {
"failureOrigin" : "source",
"failureType" : "system_error",
"internalMessage" : "java.lang.RuntimeException: java.lang.RuntimeException: java.sql.SQLFeatureNotSupportedException: getResultSet not implemented",
"externalMessage" : "Something went wrong in the connector. See the logs for more details.",
"metadata" : {
"attemptNumber" : 2,
"jobId" : 5708,
"from_trace_message" : true,
"connector_command" : "read"
},
Configuration
Environment
- Client version: 23.5.3.24
- Language version: 11.0.19
- OS: Debian GNU/Linux 11 (bullseye)
Is there a plan for implementing it?
Dancafra, gaabs and Steffen911
Metadata
Metadata
Assignees
Labels
bugjdbc-v1JDBC driverJDBC driverjdbc-v2jdbc-v2 issuesjdbc-v2 issuesusabilitywhat affects usability of the clientwhat affects usability of the client