Skip to content

Conversation

@rayokota
Copy link
Member

@rayokota rayokota commented Nov 1, 2024

No description provided.

@rayokota rayokota requested review from a team as code owners November 1, 2024 19:16
@confluent-cla-assistant
Copy link

🎉 All Contributor License Agreements have been signed. Ready to merge.
Please push an empty commit if you would like to re-run the checks to verify CLA status for all contributors.

schema = {
schemaType: 'AVRO',
schema: JSON.stringify(avroSchema),
}
Copy link
Member Author

Choose a reason for hiding this comment

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

This just puts the previous code in an if block

schema = {
schemaType: 'JSON',
schema: JSON.stringify(jsonSchema),
}
Copy link
Member Author

Choose a reason for hiding this comment

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

This just puts the previous code in an if block

this.config().useLatestWithMetadata == null) {
const fileDesc = messageDesc.file
schema = await this.getSchemaInfo(fileDesc)
}
Copy link
Member Author

Choose a reason for hiding this comment

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

This just puts the previous code in an if block

Copy link

@zhaochun-ma zhaochun-ma left a comment

Choose a reason for hiding this comment

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

Thanks for the PR. would be great to add new test cases

@rayokota rayokota merged commit 0cc42af into master Nov 1, 2024
2 checks passed
@rayokota rayokota deleted the opt-lookup branch November 1, 2024 21:14
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.

3 participants