Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vitstn committed Sep 10, 2024
1 parent 90e28a1 commit d2b37ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ydb/library/yql/sql/pg/pg_sql.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4027,7 +4027,7 @@ class TConverter : public IPGParseEvents {
}

if (argStrs.empty()) {
AddError("Expected at least argument for table function");
AddError("Expected at least one argument for table function");
return nullptr;
}

Expand Down

0 comments on commit d2b37ca

Please sign in to comment.