-
Notifications
You must be signed in to change notification settings - Fork 202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ENH: introduce primary fields in plugin schemas #5184
ENH: introduce primary fields in plugin schemas #5184
Conversation
Signed-off-by: George Chen <[email protected]>
Signed-off-by: George Chen <[email protected]>
final PrimaryFieldsOverride primaryFieldsOverride; | ||
try { | ||
final URL primaryFieldsOverrideURL = primaryFieldsOverrideFilePath == null ? | ||
getClass().getClassLoader().getResource("example-primary-fields-override.yaml").toURI().toURL() : |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps we should make the override provide the path to a JSON file for overriding. Otherwise, somebody who wants to override would need to rebuild the jar file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I removed override example file.
Signed-off-by: George Chen <[email protected]>
Signed-off-by: George Chen <[email protected]>
Signed-off-by: George Chen <[email protected]>
Signed-off-by: George Chen <[email protected]>
Description
This PR introduces custom primary fields into plugin JSON schemas.
Issues Resolved
Resolves #[Issue number to be closed when this PR is merged]
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.