dlmarion commented on code in PR #3294:
URL: https://github.com/apache/accumulo/pull/3294#discussion_r1168703349
##########
server/base/src/main/java/org/apache/accumulo/server/constraints/MetadataConstraints.java:
##########
@@ -215,9 +219,16 @@ public List<Short> check(Environment env, Mutation
mutation) {
} catch (NumberFormatException | ArrayIndexOutOfBoundsException nfe) {
violations = addViolation(violations, 1);
}
- } else if (columnFamily.equals(ScanFileColumnFamily.NAME)) {} else if
(columnFamily
- .equals(OnDemandAssignmentStateColumnFamily.NAME)) {} else if
(columnFamily
- .equals(BulkFileColumnFamily.NAME)) {
+ } else if (columnFamily.equals(ScanFileColumnFamily.NAME)) {
+
+ } else if
(columnFamily.equals(HostingColumnFamily.GOAL_COLUMN.getColumnFamily())
+ &&
columnQualifier.equals(HostingColumnFamily.GOAL_COLUMN.getColumnQualifier())) {
Review Comment:
Suggestion applied in cd223b6
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]