Class LogReplayUtils

Object
io.delta.kernel.internal.replay.LogReplayUtils

public class LogReplayUtils extends Object
  • Method Details

    • getUniqueFileAction

      public static LogReplayUtils.UniqueFileActionTuple getUniqueFileAction(ColumnVector pathVector, ColumnVector dvVector, int rowId)
    • assertLogFilesBelongToTable

      public static void assertLogFilesBelongToTable(Path logPath, List<FileStatus> allFiles)
      Verifies that a set of delta or checkpoint files to be read actually belongs to this table. Visible only for testing.