Skip to content

Commit a9c3db9

Browse files
GrigoriyPACopilot
andauthored
Update ydb/library/yql/providers/s3/provider/yql_s3_datasink_type_ann.cpp
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 788c8ec commit a9c3db9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/library/yql/providers/s3/provider/yql_s3_datasink_type_ann.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ class TS3DataSinkTypeAnnotationTransformer : public TVisitorTransformerBase {
438438
return nullptr;
439439
}
440440
} else {
441-
ctx.AddError(TIssue(ctx.GetPosition(key->Pos()), TStringBuilder() << "Missed key column '" << key->Content() << "' for partitioned by."));
441+
ctx.AddError(TIssue(ctx.GetPosition(key->Pos()), TStringBuilder() << "Missing key column for partitioning: '" << key->Content() << "'. Please ensure the column is included in the schema."));
442442
return nullptr;
443443
}
444444
}

0 commit comments

Comments
 (0)