Skip to content

Commit a8b8852

Browse files
committed
babenko-issues of rXXXXXX
393e631681493083d286196f8c5425238dea2394
1 parent 91c6afb commit a8b8852

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

yt/yt/client/table_client/adapters.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ using NProfiling::TWallTimer;
2121

2222
////////////////////////////////////////////////////////////////////////////////
2323

24-
const NLogging::TLogger Logger("TableClientAdapters");
24+
YT_DEFINE_GLOBAL(const NLogging::TLogger, Logger, "TableClientAdapters");
2525

2626
////////////////////////////////////////////////////////////////////////////////
2727

@@ -237,7 +237,7 @@ void PipeReaderToWriterByBatches(
237237
} catch (const std::exception& ex) {
238238
YT_LOG_ERROR(ex, "Failed to transfer batches from reader to writer");
239239

240-
THROW_ERROR_EXCEPTION(ex);
240+
throw;
241241
}
242242
}
243243

0 commit comments

Comments
 (0)