Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
sopel39 committed Aug 6, 2020
1 parent 1538372 commit b631eb8
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ private class RaptorSplitSource
private final OptionalLong transactionId;
private final Optional<List<String>> bucketToNode;
private final ResultIterator<BucketShards> iterator;
private final TupleDomain<RaptorColumnHandle> effectivePredicate;

@GuardedBy("this")
private CompletableFuture<ConnectorSplitBatch> future;
Expand All @@ -147,7 +146,6 @@ public RaptorSplitSource(
Optional<List<String>> bucketToNode)
{
this.tableId = tableId;
this.effectivePredicate = requireNonNull(effectivePredicate, "effectivePredicate is null");
this.transactionId = requireNonNull(transactionId, "transactionId is null");
this.bucketToNode = requireNonNull(bucketToNode, "bucketToNode is null");

Expand Down

0 comments on commit b631eb8

Please sign in to comment.