Skip to content

Commit 78b9827

Browse files
authored
YQL: Fix prompt in error message (#7888)
1 parent e392541 commit 78b9827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/library/yql/sql/v1/query.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ class TPrepTableKeys: public ITableKeys {
501501
} else {
502502
sb << "Possible arguments are: prefix, pattern, suffix, view." << Endl;
503503
}
504-
sb << "Pass [] to arguments you want to skip.";
504+
sb << "Pass empty string in arguments if you want to skip.";
505505

506506
ctx.Error(Pos) << sb;
507507
return nullptr;

0 commit comments

Comments
 (0)