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 7c32c65 commit 9f16264Copy full SHA for 9f16264
ydb/core/kqp/executer_actor/kqp_executer_impl.h
@@ -1597,7 +1597,7 @@ class TKqpExecuterBase : public TActorBootstrapped<TDerived> {
1597
}
1598
1599
1600
- if (!AppData()->FeatureFlags.GetEnableSeparationComputeActorsFromRead() || (!isOlapScan && readSettings.Sorted)) {
+ if (!AppData()->FeatureFlags.GetEnableSeparationComputeActorsFromRead()) {
1601
for (auto&& pair : nodeShards) {
1602
auto& shardsInfo = pair.second;
1603
for (auto&& shardInfo : shardsInfo) {
0 commit comments