aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpechatnov <pechatnov@yandex-team.com>2024-06-26 12:50:48 +0300
committerpechatnov <pechatnov@yandex-team.com>2024-06-26 13:07:47 +0300
commit8786410f845be82ce0a7d9df5039c992dd7c0aea (patch)
tree49719fb69d47bc46ddbd4c0fce3a52a65064c5a3
parentfbc04094a609c84b6c093c08a0321d151fbf9109 (diff)
downloadydb-8786410f845be82ce0a7d9df5039c992dd7c0aea.tar.gz
YT: Remove obsolete comment
9a867ab161f0eba3ec55e349dfe10fae53aba2e9
-rw-r--r--yt/yt/client/queue_client/queue_rowset.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/yt/yt/client/queue_client/queue_rowset.h b/yt/yt/client/queue_client/queue_rowset.h
index 33cd30efee..c714732f68 100644
--- a/yt/yt/client/queue_client/queue_rowset.h
+++ b/yt/yt/client/queue_client/queue_rowset.h
@@ -13,7 +13,6 @@ namespace NYT::NQueueClient {
struct TQueueRowBatchReadOptions
{
i64 MaxRowCount = 1000;
- //! Currently only used if DataWeightPerRowHint is set.
i64 MaxDataWeight = 16_MB;
//! If set, this value is used to compute the number of rows to read considering the given MaxDataWeight.