yadavay-amzn commented on PR #3607: URL: https://github.com/apache/parquet-java/pull/3607#issuecomment-4759536686
@asif-moh @wgtmac Addressed the feedback: factored `CorruptStatistics` into `fileHasCorruptStatistics` + `isCorruptStatisticsColumnType` (with `shouldIgnoreStatistics` delegating), precompute the file-level flag once in `fromParquetMetadata` (schema-gated so binary-free files do no `created_by` parsing), thread a boolean through `buildColumnChunkMetaData`/`fromParquetStatisticsInternal`, drop the duplicated body and dead code, and fix the per-column gate so non-binary columns are not ignored. Updated the title/description to match. PTAL. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
