We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e9cd6b commit 4f9fd4fCopy full SHA for 4f9fd4f
ydb/library/yql/core/qplayer/udf_resolver/yql_qplayer_udf_resolver.cpp
@@ -67,15 +67,15 @@ class TResolver : public IUdfResolver {
67
68
TResolveResult LoadRichMetadata(const TVector<TImport>& imports) const final {
69
if (QContext_.CanRead()) {
70
- ythrow yexception() << "can't replay LoadRichMetadata";
+ ythrow yexception() << "Can't replay LoadRichMetadata";
71
}
72
73
return Inner_->LoadRichMetadata(imports);
74
75
76
bool ContainsModule(const TStringBuf& moduleName) const final {
77
78
- ythrow yexception() << "can't replay ContainsModule";
+ ythrow yexception() << "Can't replay ContainsModule";
79
80
81
return Inner_->ContainsModule(moduleName);
0 commit comments