Skip to content

Commit 709b748

Browse files
committed
add comments about lance transaction properties
1 parent 2b32fb1 commit 709b748

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

fluss-lake/fluss-lake-lance/src/main/java/com/alibaba/fluss/lake/lance/tiering/LanceLakeCommitter.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ public LanceCommittable toCommittable(List<LanceWriteResult> lanceWriteResults)
6666

6767
@Override
6868
public long commit(LanceCommittable committable) throws IOException {
69+
// TODO: store bucketLogEndOffsets in Lance transaction properties, see
70+
// https://github.com/lancedb/lance/issues/4181
6971
return LanceDatasetAdapter.appendFragments(config, committable.committable());
7072
}
7173

0 commit comments

Comments
 (0)