keith-turner commented on code in PR #3746:
URL: https://github.com/apache/accumulo/pull/3746#discussion_r1478880406


##########
core/pom.xml:
##########
@@ -258,6 +262,9 @@
                 <allow>javax[.]security[.]auth[.]DestroyFailedException</allow>
                 <!-- allow questionable Hadoop exceptions for mapreduce -->
                 
<allow>org[.]apache[.]hadoop[.]mapred[.](FileAlreadyExistsException|InvalidJobConfException)</allow>
+                <!-- allow the following types from the visibility API -->
+                
<allow>org[.]apache[.]accumulo[.]access[.]AccessExpression</allow>
+                
<allow>org[.]apache[.]accumulo[.]access[.]IllegalAccessExpressionException</allow>

Review Comment:
   The reason for this is that 
org.apache.accumulo.core.security.VisibilityParseException now has a 
constructor that takes IllegalAccessExpressionException.



-- 
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]

Reply via email to