Skip to content

Commit

Permalink
remove unused constant
Browse files Browse the repository at this point in the history
  • Loading branch information
julienledem committed Mar 4, 2015
1 parent 81e399f commit 5304ee1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@

class ColumnChunkPageWriteStore implements PageWriteStore {
private static final Log LOG = Log.getLog(ColumnChunkPageWriteStore.class);
private static final int COLUMN_CHUNK_WRITER_MAX_SIZE_HINT = 64 * 1024;

private static ParquetMetadataConverter parquetMetadataConverter = new ParquetMetadataConverter();

Expand Down

0 comments on commit 5304ee1

Please sign in to comment.