emilie-wang commented on code in PR #623:
URL: https://github.com/apache/incubator-xtable/pull/623#discussion_r1934390019
##########
xtable-core/src/main/java/org/apache/xtable/delta/DeltaStatsExtractor.java:
##########
@@ -223,6 +223,15 @@ public List<ColumnStat> getColumnStatsForFile(AddFile
addFile, List<InternalFiel
}
}
+ public long getNumRecords(AddFile addFile) {
Review Comment:
Sure, I created a wrapper called `FileStats`, which contains
`List<ColumnStat>` and `numRecords` for per file.
--
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]