delta-io/delta
Auf GitHub ansehen[Kernel] [TODO] Assert that log files belong to the table
Open
#1.968 geöffnet am 9. Aug. 2023
enhancementgood first issuekernel
Repository-Metriken
- Stars
- (8.807 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 7T 1h) (142 gemergte PRs in 30 T)
Beschreibung
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:
}