Github user sachouche commented on a diff in the pull request:
https://github.com/apache/drill/pull/970#discussion_r143017778
--- Diff:
exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet2/DrillParquetReader.java
---
@@ -84,14 +82,7 @@
private RecordReader<Void> recordReader;
private DrillParquetRecordMaterializer recordMaterializer;
private int recordCount;
- private List<ValueVector> primitiveVectors;
private OperatorContext operatorContext;
--- End diff --
Can you explain the reason you are removing the existing logic?
---