Skip to content

Commit

Permalink
Removing a dependency on com.google.bigtable.repackaged.
Browse files Browse the repository at this point in the history
  • Loading branch information
sduskis committed Oct 9, 2015
1 parent a35391b commit 995ea41
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@

import com.google.api.client.util.Lists;
import com.google.api.client.util.Preconditions;
import com.google.bigtable.repackaged.com.google.common.collect.ImmutableList;
import com.google.bigtable.v1.BigtableServiceGrpc.BigtableService;
import com.google.bigtable.v1.SampleRowKeysRequest;
import com.google.bigtable.v1.SampleRowKeysResponse;
Expand Down Expand Up @@ -144,7 +143,7 @@ static class Source extends BoundedSource<Result> {
* Configuration for a Cloud Bigtable connection, a table, and an optional scan.
*/
private final CloudBigtableScanConfiguration configuration;
private transient ImmutableList<SampleRowKeysResponse> sampleRowKeys;
private transient List<SampleRowKeysResponse> sampleRowKeys;

/**
* A {@link BoundedSource} for a Cloud Bigtable {@link Table} with a start/stop key range, along
Expand Down

0 comments on commit 995ea41

Please sign in to comment.