hudi-agent commented on code in PR #19992:
URL: https://github.com/apache/hudi/pull/19992#discussion_r4043854873
##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/source/stats/FileStatsIndex.java:
##########
@@ -384,20 +384,26 @@ private static Object doUnpack(
return converter.convert(rawVal);
}
+ /**
+ * Reads statistics for the requested columns and relative partition paths.
Review Comment:
🤖 nit: the original comment explained why fetching by column-name prefixes
considerably trims down the data read; that rationale got dropped when this
javadoc was reworded to only mention the partition-scoping behavior. Worth
keeping both points since neither is obvious to a future reader.
<sub><i>⚠️ AI-generated; verify before applying. React 👍/👎 to flag
quality.</i></sub>
--
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]