Skip to content

Commit 9b4d079

Browse files
committed
Add default options to advance queue consumer
commit_hash:b7a4848fd251739854804af7bd3db3956a60c25e
1 parent cdf829b commit 9b4d079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yt/yt/client/api/queue_transaction.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ struct IQueueTransaction
7171
int partitionIndex,
7272
std::optional<i64> oldOffset,
7373
i64 newOffset,
74-
const TAdvanceQueueConsumerOptions& options) = 0;
74+
const TAdvanceQueueConsumerOptions& options = {}) = 0;
7575

7676
//! Writes rows in the queue with checking their sequence number.
7777
/*!

0 commit comments

Comments
 (0)