----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6861/#review10916 -----------------------------------------------------------
/trunk/core/src/main/java/org/apache/accumulo/core/security/ColumnVisibility.java <https://reviews.apache.org/r/6861/#comment23448> I think it would be better to escape the authorizations only once per scan (per tablet server), and compare the escaped versions as terms, rather than unescape each term for comparison. - Christopher Tubbs On Aug. 30, 2012, 8:59 p.m., kturner wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/6861/ > ----------------------------------------------------------- > > (Updated Aug. 30, 2012, 8:59 p.m.) > > > Review request for accumulo. > > > Description > ------- > > A patch for adding quoting to column visibility > > > Diffs > ----- > > > /trunk/core/src/main/java/org/apache/accumulo/core/security/Authorizations.java > 1379035 > > /trunk/core/src/main/java/org/apache/accumulo/core/security/ColumnVisibility.java > 1379035 > > /trunk/core/src/main/java/org/apache/accumulo/core/security/VisibilityEvaluator.java > 1379035 > > /trunk/core/src/test/java/org/apache/accumulo/core/security/ColumnVisibilityTest.java > 1379035 > > /trunk/core/src/test/java/org/apache/accumulo/core/security/VisibilityEvaluatorTest.java > 1379035 > > Diff: https://reviews.apache.org/r/6861/diff/ > > > Testing > ------- > > > Thanks, > > kturner > >
