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 client compression is enabled and HTTPs is used, server returns error "Code: 271. DB::Exception: Can't decompress data: header is corrupt with decompressed block size 0: While executing ParallelParsingBlockInputFormat. (CANNOT_DECOMPRESS)"
Note: as input ClickHouseInputStream is used: ClickHouseInputStream in = new ByteArrayQueueInputStream(...)
Describe the bug
When client compression is enabled and HTTPs is used, server returns error "Code: 271. DB::Exception: Can't decompress data: header is corrupt with decompressed block size 0: While executing ParallelParsingBlockInputFormat. (CANNOT_DECOMPRESS)"
Note: as input ClickHouseInputStream is used:
ClickHouseInputStream in = new ByteArrayQueueInputStream(...)
Configuration
Environment
ClickHouse server
CREATE TABLE
statements for tables involved:The text was updated successfully, but these errors were encountered: