We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1651861 commit 788c8ecCopy full SHA for 788c8ec
ydb/library/yql/providers/s3/path_generator/yql_s3_path_generator.cpp
@@ -430,7 +430,7 @@ struct TPathGenerator: public IPathGenerator {
430
throw yexception() << "Invalid projection scheme: values are required field for " << columnName << " " << type;
431
}
432
if (!projection.contains("type")) {
433
- throw yexception() << "Invalid projection scheme: type are required field for " << columnName << " " << type;
+ throw yexception() << "Invalid projection scheme: type is a required field for " << columnName << " " << type;
434
435
for (const auto& p: projection) {
436
if (p.first == "type") {
0 commit comments