ychernysh commented on code in PR #2937: URL: https://github.com/apache/drill/pull/2937#discussion_r1741157487
########## exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/columnreaders/ParquetColumnMetadata.java: ########## @@ -56,10 +56,10 @@ public ParquetColumnMetadata(ColumnDescriptor column) { this.column = column; } - public void resolveDrillType(Map<String, SchemaElement> schemaElements, OptionManager options) { + public void resolveDrillType(Map<String, SchemaElement> schemaElements, OptionManager options, boolean isEnforcedOptional) { Review Comment: Let me try it... -- 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. To unsubscribe, e-mail: dev-unsubscr...@drill.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org