Skip to content

Commit 02c0592

Browse files
committed
fix
1 parent 42f9593 commit 02c0592

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

paimon-api/src/main/java/org/apache/paimon/CoreOptions.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2929,6 +2929,10 @@ public String consumerId() {
29292929
return consumerId;
29302930
}
29312931

2932+
public boolean bucketAppendOrdered() {
2933+
return options.get(BUCKET_APPEND_ORDERED);
2934+
}
2935+
29322936
@Nullable
29332937
public Integer fullCompactionDeltaCommits() {
29342938
return options.get(FULL_COMPACTION_DELTA_COMMITS);

0 commit comments

Comments
 (0)