File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
kernel/kernel-api/src/main/java/io/delta/kernel/internal Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 2323import java .util .stream .Collectors ;
2424import java .util .stream .Stream ;
2525
26- // TODO: update after https://github.com/delta-io/delta/pull/5279 is merged
2726public final class LogDataUtils {
2827 public static void validateLogDataContainsOnlyRatifiedStagedCommits (
2928 List <? extends ParsedLogData > logDatas ) {
You can’t perform that action at this time.
0 commit comments