Github user parthchandra commented on a diff in the pull request:
https://github.com/apache/drill/pull/1049#discussion_r153909807
--- Diff:
exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/columnreaders/ColumnReaderFactory.java
---
@@ -138,6 +138,8 @@
return new
ParquetFixedWidthDictionaryReaders.DictionaryBigIntReader(recordReader,
allocateSize, descriptor, columnChunkMetaData, fixedLength, (BigIntVector) v,
schemaElement);
--- End diff --
OK I'll try to add these. BTW, I realized that the test files that I added
for the unit tests are not annotated, so I'll need to fix those as well!
---