You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When log4j2 jdbc appender insert logs into clickhouse, clickhouse use a "desc ({SQL})" statement to get column MetaData, but clickhouse-java-0.6.4 dropped !response.getColumns().isEmpty() in ClickHouseStatementImpl.updateResult(), then getMetaData() return empty!
clickhouse-java-0.6.3:
clickhouse-java-0.6.4:
log4j2 can not get the column meta data now!!!
Configuration
Environment
Client version: 0.6.4
The text was updated successfully, but these errors were encountered:
Describe the bug
When log4j2 jdbc appender insert logs into clickhouse, clickhouse use a "desc ({SQL})" statement to get column MetaData, but clickhouse-java-0.6.4 dropped
!response.getColumns().isEmpty()
inClickHouseStatementImpl.updateResult()
, then getMetaData() return empty!clickhouse-java-0.6.3:
clickhouse-java-0.6.4:
log4j2 can not get the column meta data now!!!
Configuration
Environment
The text was updated successfully, but these errors were encountered: