Skip to content

Commit d3b5041

Browse files
author
sabdenovch
committed
Fix MinRowCountPerSubquery options getting lost
commit_hash:9260aa4e245870829fc2040cae423ab4c6891360
1 parent ce7a327 commit d3b5041

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

yt/yt/client/api/rpc_proxy/client_base.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1046,6 +1046,7 @@ TFuture<TSelectRowsResult> TClientBase::SelectRows(
10461046
}
10471047
req->set_range_expansion_limit(options.RangeExpansionLimit);
10481048
req->set_max_subqueries(options.MaxSubqueries);
1049+
req->set_min_row_count_per_subquery(options.MinRowCountPerSubquery);
10491050
req->set_allow_full_scan(options.AllowFullScan);
10501051
req->set_allow_join_without_index(options.AllowJoinWithoutIndex);
10511052

0 commit comments

Comments
 (0)