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 ce7a327 commit d3b5041Copy full SHA for d3b5041
yt/yt/client/api/rpc_proxy/client_base.cpp
@@ -1046,6 +1046,7 @@ TFuture<TSelectRowsResult> TClientBase::SelectRows(
1046
}
1047
req->set_range_expansion_limit(options.RangeExpansionLimit);
1048
req->set_max_subqueries(options.MaxSubqueries);
1049
+ req->set_min_row_count_per_subquery(options.MinRowCountPerSubquery);
1050
req->set_allow_full_scan(options.AllowFullScan);
1051
req->set_allow_join_without_index(options.AllowJoinWithoutIndex);
1052
0 commit comments