clickhouse-java
clickhouse-java copied to clipboard
[client-v2] Implement a framework for schema validation
Description
There are common case in integration connectors to validate record schema against a target table schema. Today it is done like:
- read list of tables
- read table schema (using different approach)
- cache these schema