Skip to content

Commit 9f16264

Browse files
separate in case pk sorted
1 parent 7c32c65 commit 9f16264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/kqp/executer_actor/kqp_executer_impl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1597,7 +1597,7 @@ class TKqpExecuterBase : public TActorBootstrapped<TDerived> {
15971597
}
15981598
}
15991599

1600-
if (!AppData()->FeatureFlags.GetEnableSeparationComputeActorsFromRead() || (!isOlapScan && readSettings.Sorted)) {
1600+
if (!AppData()->FeatureFlags.GetEnableSeparationComputeActorsFromRead()) {
16011601
for (auto&& pair : nodeShards) {
16021602
auto& shardsInfo = pair.second;
16031603
for (auto&& shardInfo : shardsInfo) {

0 commit comments

Comments
 (0)