in src/main/java/com/spotify/bigtable/sample/BigtableSampleRowKeysImpl.java [55:58]
public BigtableSampleRowKeysImpl(Bigtable bigtable, String table) {
super(bigtable, table);
sampleRowKeysRequest = SampleRowKeysRequest.newBuilder().setTableName(getFullTableName());
}