Skip to content

Commit db924b1

Browse files
nepalmaximyurchuk
authored andcommitted
Merge PR #8169: Use GraceCode for Map by default
commit_hash:305f0a9de55c77198e0b867520c454d6ec29443c
1 parent 06791fb commit db924b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yql/essentials/core/type_ann/type_ann_join.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ namespace NTypeAnnImpl {
617617
}
618618

619619
for (auto i = 0U; i < input->Tail().ChildrenSize(); ++i) {
620-
if (const auto& flag = *input->Tail().Child(i); !flag.IsAtom({"LeftAny", "RightAny"})) {
620+
if (const auto& flag = *input->Tail().Child(i); !flag.IsAtom({"LeftAny", "RightAny", "Broadcast"})) {
621621
ctx.Expr.AddError(TIssue(ctx.Expr.GetPosition(flag.Pos()), TStringBuilder() << "Unsupported grace join option: " << flag.Content()));
622622
return IGraphTransformer::TStatus::Error;
623623
}

0 commit comments

Comments
 (0)