confluentinc / confluentinc/ksql
Check avro fields and KSQL schema compatibility in CREATE ddl statements
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Java
- Stars
- 315
- Forks
- 1k
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 36
Description
For avro format when user creates a stream or table using CREATE STREAM and CREATE TABLE statements check missing and incompatible fields in avro schema.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files or tests are named. Start by locating the CREATE STREAM and CREATE TABLE DDL entry points, then trace the existing Avro schema handling and schema-validation tests; done means missing and incompatible Avro fields are rejected consistently for both statements.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, kafka, sql
- Domain
- databases, stream-processing
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100