-
Notifications
You must be signed in to change notification settings - Fork 353
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
gh-2580 remove dynamic schema. #2870
Conversation
((OperationView) resultOp).setView(validView); | ||
// Deprecated function still in use due to Federated GetTraits bug with DYNAMIC_SCHEMA |
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.
((OperationView) resultOp).setView(validView); | |
// Deprecated function still in use due to Federated GetTraits bug with DYNAMIC_SCHEMA | |
((OperationView) resultOp).setView(validView); |
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.
Just a single suggestion removing something referencing DYNAMIC SCHEMA in a comment.
@@ -101,10 +100,7 @@ protected void validateViews(final Operation op, final User user, final Store st | |||
if (graphIdValid) { | |||
currentResult = new ValidationResult(); | |||
clonedOp.graphIdsCSV(graphId); | |||
// Deprecated function still in use due to Federated GetTraits bug with DYNAMIC_SCHEMA | |||
if (!graphSerialisable.getGraph().getStoreTraits().contains(StoreTrait.DYNAMIC_SCHEMA)) { |
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.
This only used to run on proxy stores and federated stores but now on all, is this okay?
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.
"Not (Traits contains Dynamic Schema)"
superseded |
Related Issue