Skip to content

Commit 788c8ec

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/library/yql/providers/s3/path_generator/yql_s3_path_generator.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ struct TPathGenerator: public IPathGenerator {
430430
throw yexception() << "Invalid projection scheme: values are required field for " << columnName << " " << type;
431431
}
432432
if (!projection.contains("type")) {
433-
throw yexception() << "Invalid projection scheme: type are required field for " << columnName << " " << type;
433+
throw yexception() << "Invalid projection scheme: type is a required field for " << columnName << " " << type;
434434
}
435435
for (const auto& p: projection) {
436436
if (p.first == "type") {

0 commit comments

Comments
 (0)