yadavay-amzn commented on PR #3607:
URL: https://github.com/apache/parquet-java/pull/3607#issuecomment-4653239600

   @wgtmac @asifsmohammed Reworked — removed the global static cache entirely. 
Now computes `shouldIgnoreStatistics` once per file in `fromParquetMetadata` 
before the row-group loop and passes the pre-computed flag through 
`buildColumnChunkMetaData` → `fromParquetStatisticsInternal`. No static state, 
no memory concerns. Thanks for the feedback!


-- 
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]

Reply via email to