clickhouse-java icon indicating copy to clipboard operation
clickhouse-java copied to clipboard

[client-v2] Implement a framework for schema validation

Open chernser opened this issue 4 weeks ago • 0 comments

Description

There are common case in integration connectors to validate record schema against a target table schema. Today it is done like:

  1. read list of tables
  2. read table schema (using different approach)
  3. cache these schema

chernser avatar Dec 01 '25 15:12 chernser