delta-io/delta
Vedi su GitHub[Kernel] [TODO] Assert that log files belong to the table
Open
#1968 aperta il 9 ago 2023
enhancementgood first issuekernel
Metriche repository
- Star
- (8807 star)
- Metriche merge PR
- (Merge medio 7g 1h) (142 PR mergiate in 30 g)
Descrizione
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:
}