Skip to content

Commit 8b82a3e

Browse files
committed
fix(kqp): disable stream lookup for data query
1 parent a246d2e commit 8b82a3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/protos/table_service_config.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ message TTableServiceConfig {
224224
optional uint64 SessionIdleDurationSeconds = 28 [default = 600];
225225
optional TAggregationConfig AggregationConfig = 29;
226226
optional bool EnableKqpScanQueryStreamLookup = 30 [default = true];
227-
optional bool EnableKqpDataQueryStreamLookup = 31 [default = true];
227+
optional bool EnableKqpDataQueryStreamLookup = 31 [default = false];
228228
optional TExecuterRetriesConfig ExecuterRetriesConfig = 32;
229229
reserved 33; // optional bool EnableKqpDataQueryStreamPointLookup = 33 [default = false];
230230
optional bool EnablePublishKqpProxyByRM = 34 [default = true];

0 commit comments

Comments
 (0)