amousavigourabi commented on code in PR #1141: URL: https://github.com/apache/parquet-mr/pull/1141#discussion_r1335213515
########## parquet-pig/src/main/java/org/apache/parquet/pig/TupleReadSupport.java: ########## @@ -154,9 +172,9 @@ private static FieldSchema union(FieldSchema mergedFieldSchema, FieldSchema newF @Override public ReadContext init(InitContext initContext) { - Schema pigSchema = getPigSchema(initContext.getConfiguration()); - RequiredFieldList requiredFields = getRequiredFields(initContext.getConfiguration()); - boolean columnIndexAccess = initContext.getConfiguration().getBoolean(PARQUET_COLUMN_INDEX_ACCESS, false); + Schema pigSchema = getPigSchema(initContext.getConfig()); Review Comment: Agreed -- 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...@parquet.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org