aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorapollo1321 <apollo1321@yandex-team.com>2024-10-18 19:12:30 +0300
committerapollo1321 <apollo1321@yandex-team.com>2024-10-18 19:24:04 +0300
commit0b6a2c94a69320772fb4944d6a2c39657f10b7b6 (patch)
treefa683ee3d9f82854959cf2a5f1e40d6cdcb5797c
parent9c17f2c15e5697b9ec4c5df840d728c89c9399e0 (diff)
downloadydb-0b6a2c94a69320772fb4944d6a2c39657f10b7b6.tar.gz
Fix issue
Fix issue commit_hash:b0190c0b56d0be237ab4b54a94574adc607f0965
-rw-r--r--yt/yt/client/api/rpc_proxy/row_batch_reader.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/yt/yt/client/api/rpc_proxy/row_batch_reader.cpp b/yt/yt/client/api/rpc_proxy/row_batch_reader.cpp
index 22223f6945..e0d95775b4 100644
--- a/yt/yt/client/api/rpc_proxy/row_batch_reader.cpp
+++ b/yt/yt/client/api/rpc_proxy/row_batch_reader.cpp
@@ -139,8 +139,7 @@ TFuture<TSharedRange<TUnversionedRow>> TRowBatchReader::GetRows()
}
void TRowBatchReader::ApplyStatistics(const NProto::TRowsetStatistics& /*statistics*/)
-{
-}
+{ }
////////////////////////////////////////////////////////////////////////////////