ctubbsii commented on a change in pull request #406: ACCUMULO-3389 Fix name in
tsBatchDeleter
URL: https://github.com/apache/accumulo/pull/406#discussion_r175879172
##########
File path:
core/src/main/java/org/apache/accumulo/core/client/IteratorSetting.java
##########
@@ -89,7 +89,7 @@ public String getName() {
*/
public void setName(String name) {
checkArgument(name != null, "name is null");
- checkArgument(!name.contains("."), "Iterator name cannot contain a
dot/period");
+ checkArgument(!name.contains("."), "Iterator name cannot contain a
dot/period: " + name);
Review comment:
+1
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services