PavithraRamachandran opened a new pull request #28484: URL: https://github.com/apache/spark/pull/28484
### What changes were proposed in this pull request? **ParquetInputSplit, ParquetFileReader.readFooter , ParquetFileReader.readAllFootersInParallel** The above api s have become deprecated and their support will be removed in parquet 2.0 . These Api s have been changed as per the suggestions given in the doc release by parquet, using the alternative [https://www.javadoc.io/doc/org.apache.parquet/parquet-hadoop/1.8.3/org/apache/parquet/hadoop/ParquetFileReader.html](url) [https://www.javadoc.io/doc/org.apache.parquet/parquet-hadoop/1.10.1/org/apache/parquet/hadoop/ParquetInputSplit.html](url) ### Why are the changes needed? To use alternative api s inplace of the deprecated api s ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? UT cases where run. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
