delta-io/delta

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

已關閉

#1,968 建立於 2023年8月9日

 (4 則留言) (0 個反應) (0 位負責人)Scala (2,153 個分叉)batch import
enhancementgood first issuekernelstale

倉庫指標

星標
 (8,939 顆星)
PR 合併指標
 (平均合併 7天 1小時) (30 天內合併 142 個 PR)

描述

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

貢獻者指南