clickhouse-java
clickhouse-java copied to clipboard
java.io.EOFException: reached end of stream after reading xxx bytes; xxx bytes expected
spark sql read from clickhouse, clickhouse-jdbc version 0.2.4
error info
Hi @russqiang, it looks like you're using the legacy JDBC driver which is no longer supported. Could you upgrade to a most recent version like v0.4.6 and try again? In the new version, data format used between client and server was changed from text-based format(TSV) to RowBinary, so you may want to test in a local environment before applying the change to PROD.
@russqiang Have you done the experiment?