shangxinli commented on code in PR #968: URL: https://github.com/apache/parquet-mr/pull/968#discussion_r900993899
########## parquet-hadoop/src/main/java/org/apache/parquet/HadoopReadOptions.java: ########## @@ -61,9 +65,10 @@ private HadoopReadOptions(boolean useSignedStringMinMax, Configuration conf, FileDecryptionProperties fileDecryptionProperties) { super( - useSignedStringMinMax, useStatsFilter, useDictionaryFilter, useRecordFilter, useColumnIndexFilter, - usePageChecksumVerification, useBloomFilter, recordFilter, metadataFilter, codecFactory, allocator, - maxAllocationSize, properties, fileDecryptionProperties + useSignedStringMinMax, useStatsFilter, useDictionaryFilter, useRecordFilter, Review Comment: it seems two spaces were removed. -- 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