crobox / clickhouse-scala-client

Clickhouse Scala Client with Reactive Streams support
GNU Lesser General Public License v3.0
112 stars 25 forks source link

streaming raw and decompression #135

Open oliverdding opened 2 years ago

oliverdding commented 2 years ago

Thanks for your jobs!

I found an improvement on streaming raw result query, in which way the lib wound not decompress the compressed data, and hiding the HTTP headers from user who can never get the 'Content-Encoding' to decompress the data manaully.

image