enhancementgood first issuekernel
仓库指标
- Star
- (8,807 star)
- PR 合并指标
- (平均合并 7天 1小时) (30 天内合并 142 个 PR)
描述
Complete the below TODO.
/**
* Verifies that a set of delta or checkpoint files to be read actually belongs to this table.
*/
private void assertLogFilesBelongToTable(Path logPath, Stream<FileStatus> allFiles) {
// TODO:
}