delta-io/delta
[Kernel] [TODO] Assert that log files belong to the table
Fechada
#1.968 aberto em 9 de ago. de 2023
enhancementgood first issuekernelstale
Métricas do repositório
- Stars
- (8.950 estrelas)
- Métricas de merge de PR
- (Métricas PR pendentes)
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:
}