Skip to content

Commit

Permalink
Fixed pq simple tests
Browse files Browse the repository at this point in the history
  • Loading branch information
GrigoriyPA committed Nov 25, 2024
1 parent 5e90a37 commit 1803581
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ class TPqDataSourceTypeAnnotationTransformer : public TVisitorTransformerBase {
}

TStatus HandleDqTopicSource(TExprBase input, TExprContext& ctx) {
if (!EnsureArgsCount(input.Ref(), 6, ctx)) {
if (!EnsureArgsCount(input.Ref(), 7, ctx)) {
return TStatus::Error;
}

Expand Down

0 comments on commit 1803581

Please sign in to comment.