Skip to content

Commit 5abff90

Browse files
Update comments
1 parent 8d2ffac commit 5abff90

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

kernel/kernel-api/src/main/java/io/delta/kernel/internal/DeltaHistoryManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ public static Commit getActiveCommitAtTimestamp(
164164
List<ParsedCatalogCommitData> parsedCatalogCommits)
165165
throws TableNotFoundException {
166166

167-
// For now, we only accept ratified staged commits
167+
// For now, we only accept *staged* ratified commits (not inline)
168168
LogDataUtils.validateLogDataContainsOnlyRatifiedStagedCommits(parsedCatalogCommits);
169169

170170
// Create a mapper for delta version -> file status that takes into account ratified commits

kernel/kernel-api/src/main/java/io/delta/kernel/internal/files/LogDataUtils.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
import java.util.stream.Collectors;
2424
import java.util.stream.Stream;
2525

26-
// TODO: update after https://github.com/delta-io/delta/pull/5279 is merged
2726
public final class LogDataUtils {
2827
public static void validateLogDataContainsOnlyRatifiedStagedCommits(
2928
List<? extends ParsedLogData> logDatas) {

0 commit comments

Comments
 (0)