Skip to content

Commit 2b02448

Browse files
GrigoriyPACopilot
andauthored
Update ydb/library/yql/dq/opt/dq_opt_phy.cpp
Co-authored-by: Copilot <[email protected]>
1 parent fec2c32 commit 2b02448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/library/yql/dq/opt/dq_opt_phy.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3486,7 +3486,7 @@ bool ValidateStreamLookupJoinFlags(const TDqJoin& join, TExprContext& ctx) {
34863486
}
34873487

34883488
if (!rightAny) {
3489-
if (false) { // Temporaily change to waring to allow for smooth transition
3489+
if (false) { // Temporarily change to warning to allow for smooth transition
34903490
ctx.AddError(TIssue(ctx.GetPosition(join.Pos()), "Streamlookup: must be LEFT JOIN /*+streamlookup(...)*/ ANY"));
34913491
return false;
34923492
} else {

0 commit comments

Comments
 (0)