Package io.delta.kernel.internal.replay
Class LogReplayUtils
Object
io.delta.kernel.internal.replay.LogReplayUtils
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic voidassertLogFilesBelongToTable(Path logPath, List<FileStatus> allFiles) Verifies that a set of delta or checkpoint files to be read actually belongs to this table.getUniqueFileAction(ColumnVector pathVector, ColumnVector dvVector, int rowId)
-
Method Details
-
getUniqueFileAction
public static LogReplayUtils.UniqueFileActionTuple getUniqueFileAction(ColumnVector pathVector, ColumnVector dvVector, int rowId) -
assertLogFilesBelongToTable
Verifies that a set of delta or checkpoint files to be read actually belongs to this table. Visible only for testing.
-