Skip to content

Commit 68a0ca4

Browse files
committed
Fixed pq simple tests
1 parent 065bbdf commit 68a0ca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/library/yql/providers/pq/provider/yql_pq_datasource_type_ann.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ class TPqDataSourceTypeAnnotationTransformer : public TVisitorTransformerBase {
132132
}
133133

134134
TStatus HandleDqTopicSource(TExprBase input, TExprContext& ctx) {
135-
if (!EnsureArgsCount(input.Ref(), 6, ctx)) {
135+
if (!EnsureArgsCount(input.Ref(), 7, ctx)) {
136136
return TStatus::Error;
137137
}
138138

0 commit comments

Comments
 (0)