ClickHouse / ClickHouse/clickhouse-java
[client-v2] Implement a framework for schema validation
Open
area:general
area:jdbc-metadata
client-api-v2
- Dominant language
- Java
- Stars
- 1.6k
- Forks
- 636
- Avg merge
- 2d 16h
- Merged PRs (30d)
- 28
Description
### 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
Contributor guide
Assessment
This issue has not been assessed yet.