Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JingsongLi committed Sep 18, 2024
1 parent 31ea0f3 commit 0f3492a
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
import org.apache.paimon.operation.FileStoreCommit;
import org.apache.paimon.operation.FileStoreScan;
import org.apache.paimon.operation.FileStoreWrite;
import org.apache.paimon.operation.ManifestsReader;
import org.apache.paimon.operation.PartitionExpire;
import org.apache.paimon.operation.SnapshotDeletion;
import org.apache.paimon.operation.SplitRead;
Expand Down Expand Up @@ -92,11 +91,6 @@ public BucketMode bucketMode() {
return wrapped.bucketMode();
}

@Override
public ManifestsReader newManifestsReader(boolean forWrite) {
return wrapped.newManifestsReader(forWrite);
}

@Override
public FileStoreScan newScan() {
privilegeChecker.assertCanSelect(identifier);
Expand Down

0 comments on commit 0f3492a

Please sign in to comment.