Skip to content

Fix the schema that is sent with the data sothe jsonConverter can be used with the data#58

Open
aindriu-aiven wants to merge 4 commits intomainfrom
aindriu-aiven/csv-extractor-schema-fix
Open

Fix the schema that is sent with the data sothe jsonConverter can be used with the data#58
aindriu-aiven wants to merge 4 commits intomainfrom
aindriu-aiven/csv-extractor-schema-fix

Conversation

@aindriu-aiven
Copy link
Copy Markdown
Collaborator

About this change - What it does

Resolves: #xxxxx

Why this way

@aindriu-aiven aindriu-aiven force-pushed the aindriu-aiven/csv-extractor-schema-fix branch from f4f67b8 to 114f988 Compare April 21, 2026 06:55
}

return new SchemaAndValue(valueSchema, output);
return new SchemaAndValue(valueSchema.build(), output);
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is actually incorrect still fixing.

@aindriu-aiven aindriu-aiven force-pushed the aindriu-aiven/csv-extractor-schema-fix branch 2 times, most recently from 70fa536 to 8d6f865 Compare April 22, 2026 12:00
…used with the data

Signed-off-by: Aindriu Lavelle <aindriu.lavelle@aiven.io>
Signed-off-by: Aindriu Lavelle <aindriu.lavelle@aiven.io>
Signed-off-by: Aindriu Lavelle <aindriu.lavelle@aiven.io>
@aindriu-aiven aindriu-aiven force-pushed the aindriu-aiven/csv-extractor-schema-fix branch from 13395d7 to efdd2d4 Compare May 1, 2026 12:01
Signed-off-by: Aindriu Lavelle <aindriu.lavelle@aiven.io>
ConnectorConfig.configDef();
Map<String, String> props = new HashMap<>();
props.put("value.converter", "org.apache.kafka.connect.storage.StringConverter");
CommonConfigFragment.Setter test = CommonConfigFragment.setter(props);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant