delta icon indicating copy to clipboard operation
delta copied to clipboard

[Kernel] [TODO] Assert that log files belong to the table

Open scottsand-db opened this issue 2 years ago • 3 comments

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:
}

https://github.com/delta-io/delta/blob/efa566fc24af0b2c65b08c2a7ad81e9c865e0e83/kernel/kernel-api/src/main/java/io/delta/kernel/internal/replay/LogReplay.java#L158

scottsand-db avatar Aug 09 '23 21:08 scottsand-db

I would like to take on this

zeotuan avatar Apr 21 '24 23:04 zeotuan

Hi, This seem to be resolved already in https://github.com/delta-io/delta/issues/2150

zeotuan avatar Apr 22 '24 23:04 zeotuan

@scottsand-db should we go ahead and close this issue?

raveeram-db avatar Aug 05 '24 23:08 raveeram-db