delta-io/delta
Ver no GitHub[Kernel] [TODO] Assert that log files belong to the table
Open
#1.968 aberto em 9 de ago. de 2023
enhancementgood first issuekernel
Métricas do repositório
- Stars
- (8.807 stars)
- Métricas de merge de PR
- (Mesclagem média 7d 1h) (142 fundiu PRs em 30d)
Description
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:
}