pgaref commented on a change in pull request #475: URL: https://github.com/apache/orc/pull/475#discussion_r411523965
########## File path: java/core/src/java/org/apache/orc/impl/TreeReaderFactory.java ########## @@ -160,11 +189,152 @@ public boolean fileUsedProlepticGregorian() { } } + public static abstract class FilterContext { Review comment: As showcased in TestRowFilteringComplexTypes class only LIST and MAP types are not currently supported and will be addressed by ORC-619 ---------------------------------------------------------------- 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