delta-io/delta
View on GitHub[Kernel] [TODO] Assert that log files belong to the table
Open
#1,968 opened on Aug 9, 2023
enhancementgood first issuekernel
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:
}