Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
isnotinvain committed Feb 21, 2015
1 parent 8b54667 commit 64d6c7f
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,6 @@ private static final class ColumnChunkPageWriter implements PageWriter {
private ColumnChunkPageWriter(ColumnDescriptor path, BytesCompressor compressor, int pageSize) {
this.path = path;
this.compressor = compressor;

// this writer will write many pages, so we make the initial slab size 1 page size.
// It will then double over time until it reaches COLUMN_CHUNK_WRITER_MAX_SIZE_HINT at
// which point it will grow linearly.
this.buf = new ConcatenatingByteArrayCollector();
this.totalStatistics = getStatsBasedOnType(this.path.getType());
}
Expand Down

0 comments on commit 64d6c7f

Please sign in to comment.