Skip to content

Commit b09d2b5

Browse files
authored
Merge d30ca06 into 1717439
2 parents 1717439 + d30ca06 commit b09d2b5

File tree

1 file changed

+2
-0
lines changed
  • ydb/library/yql/providers/yt/lib/init_yt_api

1 file changed

+2
-0
lines changed

ydb/library/yql/providers/yt/lib/init_yt_api/init.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,11 @@ class TInitYtApi {
7777
YQL_CLOG(DEBUG, ProviderYt) << "Set poller_interval to " << d;
7878
} else {
7979
YQL_CLOG(ERROR, ProviderYt) << "Invalid poller_interval value " << p->AsString();
80+
throw yexception() << "Invalid poller_interval value " << p->AsString();
8081
}
8182
} catch (...) {
8283
YQL_CLOG(ERROR, ProviderYt) << "Cannot parse poller_interval: " << CurrentExceptionMessage();
84+
throw;
8385
}
8486
}
8587
}

0 commit comments

Comments
 (0)