vvysotskyi commented on a change in pull request #2232: URL: https://github.com/apache/drill/pull/2232#discussion_r640144770
########## File path: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/columnreaders/NullableFixedByteAlignedReaders.java ########## @@ -318,6 +318,27 @@ protected void readField(long recordsToReadInThisPass) { } } break; + case FIXED_LEN_BYTE_ARRAY: + case BINARY: + if (usingDictionary) { Review comment: Not only this change but also some changes in `ColumnReaderFactory`. Initially one of those methods returned the wrong reader for `FIXED_LEN_BYTE_ARRAY` decimals with a dictionary encoding. But I have made additional cleanup to combine the logic of choosing the reader a little bit. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org