We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b32fb1 commit 709b748Copy full SHA for 709b748
fluss-lake/fluss-lake-lance/src/main/java/com/alibaba/fluss/lake/lance/tiering/LanceLakeCommitter.java
@@ -66,6 +66,8 @@ public LanceCommittable toCommittable(List<LanceWriteResult> lanceWriteResults)
66
67
@Override
68
public long commit(LanceCommittable committable) throws IOException {
69
+ // TODO: store bucketLogEndOffsets in Lance transaction properties, see
70
+ // https://github.com/lancedb/lance/issues/4181
71
return LanceDatasetAdapter.appendFragments(config, committable.committable());
72
}
73
0 commit comments