aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorapachee <apachee@yandex-team.com>2024-10-17 12:10:04 +0300
committerapachee <apachee@yandex-team.com>2024-10-17 12:30:52 +0300
commit9b4d079ea101e7a8cf48c35f307330457712c52a (patch)
tree53aceb5714cb954aa71245f2c2df20135c46c317
parentcdf829ba2950dbc46273b904ead57acdf6c702c2 (diff)
downloadydb-9b4d079ea101e7a8cf48c35f307330457712c52a.tar.gz
Add default options to advance queue consumer
commit_hash:b7a4848fd251739854804af7bd3db3956a60c25e
-rw-r--r--yt/yt/client/api/queue_transaction.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt/yt/client/api/queue_transaction.h b/yt/yt/client/api/queue_transaction.h
index f01beae541..4644fcc8e1 100644
--- a/yt/yt/client/api/queue_transaction.h
+++ b/yt/yt/client/api/queue_transaction.h
@@ -71,7 +71,7 @@ struct IQueueTransaction
int partitionIndex,
std::optional<i64> oldOffset,
i64 newOffset,
- const TAdvanceQueueConsumerOptions& options) = 0;
+ const TAdvanceQueueConsumerOptions& options = {}) = 0;
//! Writes rows in the queue with checking their sequence number.
/*!