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.
2 parents c5cd816 + 6b370e0 commit 8e0187cCopy full SHA for 8e0187c
ydb/library/yql/providers/common/mkql/parser.cpp
@@ -215,6 +215,7 @@ TRuntimeNode BuildParseCall(
215
if (parseItemStructType->GetMembersCount() == 0) {
216
return ctx.ProgramBuilder.NewStruct(parseItemType, {});
217
}
218
+ MKQL_ENSURE(parseItemStructType->GetMembersCount() == 1, "Only one field supported in raw format");
219
220
bool isOptional;
221
const auto schemeType = UnpackOptionalData(
0 commit comments