Skip to content

Commit fd83b86

Browse files
author
eshcherbin
committed
Fix some issues
commit_hash:d6b25193257aa73d9d81196326bdb49a2cdd3b94
1 parent 79ac4ed commit fd83b86

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

yt/yt/client/table_client/schemaless_buffered_dynamic_table_writer.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,11 @@ class TSchemalessBufferedDynamicTableWriter
8383

8484
TBackoffStrategy RetryBackoffStrategy_;
8585

86-
TPromise<void> ClosePromise_ = NewPromise<void>();
86+
const TPromise<void> ClosePromise_ = NewPromise<void>();
8787
std::atomic<bool> Closed_ = false;
8888

89-
void Loop() {
89+
void Loop()
90+
{
9091
while (!Closed_) {
9192
auto asyncBatch = Batcher_->DequeueBatch();
9293
auto batch = WaitForUnique(asyncBatch)

0 commit comments

Comments
 (0)