delta-io/delta
[Kernel] [TODO] Assert that log files belong to the table
Chiusa
#1968 aperta il 9 ago 2023
enhancementgood first issuekernelstale
Metriche repository
- Star
- (8947 stelle)
- 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:
}