Skip to content

Commit

Permalink
Merge f7ba50f into c0d60de
Browse files Browse the repository at this point in the history
  • Loading branch information
avevad authored Sep 8, 2024
2 parents c0d60de + f7ba50f commit 0909aa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ydb/library/yql/providers/yt/provider/yql_yt_key.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ bool TYtKey::Parse(const TExprNode& key, TExprContext& ctx, bool isOutput) {

const TExprNode* tableName = nameNode->Child(0);

if (tableName->Content().empty()) {
if (tableName->Content().empty() || tableName ->Content() == "//") {
ctx.AddError(TIssue(ctx.GetPosition(tableName->Pos()), "Table name must not be empty"));
return false;
}
Expand Down

0 comments on commit 0909aa2

Please sign in to comment.