keith-turner commented on code in PR #1120:
URL: https://github.com/apache/fluo/pull/1120#discussion_r1059231874
##########
modules/core/src/main/java/org/apache/fluo/core/impl/TransactionImpl.java:
##########
@@ -1571,6 +1579,20 @@ private void beginCommitAsyncTest(CommitData cd) {
}
public SnapshotScanner newSnapshotScanner(Span span, Collection<Column>
columns) {
- return new SnapshotScanner(env, new SnapshotScanner.Opts(span, columns,
false), startTs, stats);
+ return newSnapshotScanner(span, columns, env.getAuthorizations());
Review Comment:
Looking into to it, this whole method can be removed. Just pushed a change
to my branch with that update.
--
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]