Skip to content

Commit

Permalink
Remove unused NULL_ENTRY_SIZE from OrcBatchPageSource
Browse files Browse the repository at this point in the history
  • Loading branch information
Ying Su authored and mbasmanova committed Sep 3, 2019
1 parent ea257f5 commit 643ee08
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
public class OrcBatchPageSource
implements ConnectorPageSource
{
private static final int NULL_ENTRY_SIZE = 0;
private final OrcBatchRecordReader recordReader;
private final OrcDataSource orcDataSource;

Expand Down

0 comments on commit 643ee08

Please sign in to comment.