ClickHouse / clickhouse-js

Official JS client for ClickHouse DB
https://clickhouse.com
Apache License 2.0
205 stars 25 forks source link

[Node.js] Fix incomplete rows handling in streaming transformations #204

Closed slvrtrn closed 10 months ago

slvrtrn commented 10 months ago

Summary

In specific scenarios, with a large number of incoming rows and/or large chunk sizes, incomplete rows were not handled correctly, and produced corrupted UTF-8 strings.

NB: I still need to check the web version, as I suspect it could have the same bug. See #205

Checklist