Skip to content

Commit

Permalink
Merge pull request #22 from ClickHouse/better-fix-16-1
Browse files Browse the repository at this point in the history
Better fix for #16

(cherry picked from commit b4ed7e2)
  • Loading branch information
alexey-milovidov authored and nikitamikhaylov committed Oct 15, 2024
1 parent 8b74b9c commit 4764dbd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cpp/src/arrow/util/logging.cc
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,6 @@ class CerrLog {
if (has_logged_) {
stream << std::endl;
}
if (severity_ == ArrowLogLevel::ARROW_FATAL) {
throw std::runtime_error(stream.str());
}
}

std::ostream& Stream() {
Expand Down

0 comments on commit 4764dbd

Please sign in to comment.