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 06791fb commit db924b1Copy full SHA for db924b1
yql/essentials/core/type_ann/type_ann_join.cpp
@@ -617,7 +617,7 @@ namespace NTypeAnnImpl {
617
}
618
619
for (auto i = 0U; i < input->Tail().ChildrenSize(); ++i) {
620
- if (const auto& flag = *input->Tail().Child(i); !flag.IsAtom({"LeftAny", "RightAny"})) {
+ if (const auto& flag = *input->Tail().Child(i); !flag.IsAtom({"LeftAny", "RightAny", "Broadcast"})) {
621
ctx.Expr.AddError(TIssue(ctx.Expr.GetPosition(flag.Pos()), TStringBuilder() << "Unsupported grace join option: " << flag.Content()));
622
return IGraphTransformer::TStatus::Error;
623
0 commit comments