Github user ppadma commented on a diff in the pull request:

    https://github.com/apache/drill/pull/611#discussion_r84957411
  
    --- Diff: 
exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/columnreaders/PageReader.java
 ---
    @@ -99,26 +99,47 @@
     
       int currentPageCount = -1;
     
    -  private FSDataInputStream inputStream;
    +  protected FSDataInputStream inputStream;
     
       // These need to be held throughout reading of the entire column chunk
       List<ByteBuf> allocatedDictionaryBuffers;
     
    -  private final CodecFactory codecFactory;
    +  protected final CodecFactory codecFactory;
    +  protected final String fileName;
     
    -  private final ParquetReaderStats stats;
    +  protected final ParquetReaderStats stats;
    +  private final boolean useBufferedReader;
    +  private final int scanBufferSize;
    +  private final boolean useFadvise;
     
    -  PageReader(ColumnReader<?> parentStatus, FileSystem fs, Path path, 
ColumnChunkMetaData columnChunkMetaData)
    -    throws ExecutionSetupException{
    +  
PageReader(org.apache.drill.exec.store.parquet.columnreaders.ColumnReader<?> 
parentStatus, FileSystem fs, Path path, ColumnChunkMetaData columnChunkMetaData)
    --- End diff --
    
    why not import this ?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to