gaborkaszab commented on code in PR #14508:
URL: https://github.com/apache/iceberg/pull/14508#discussion_r2537341524
##########
core/src/main/java/org/apache/iceberg/PartitionStatsHandler.java:
##########
@@ -275,7 +275,9 @@ static PartitionStatisticsFile writePartitionStatsFile(
*
* @param schema The {@link Schema} of the partition statistics file.
* @param inputFile An {@link InputFile} pointing to the partition stats
file.
+ * @deprecated will be removed in 1.12.0, use {@link
PartitionStatisticsScan} instead
*/
+ @Deprecated
public static CloseableIterable<PartitionStats> readPartitionStatsFile(
Review Comment:
FYI, I added the relevant tests back that exercise this deprecated function.
--
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]