Skip to content

v1.3.9 (2026-05-21)

Choose a tag to compare

@github-actions github-actions released this 22 May 17:45
0dd4cc2

Bug Fixes

  • To gracefully handle live schema drift between the connector and ClickHouse, refresh the table mappings when connector encounters Code: 131. DB::Exception: Too large string size and log column-level schema updates. Now, the connector refreshes its table mappings automatically when ClickHouse returns either Code: 33 or Code: 131 and retries the insert. (#751)