Skip to content

Commit 7aed41a

Browse files
authored
YQ kqprun enable generic pushdown by default (#15434)
1 parent e40ad75 commit 7aed41a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ydb/tests/tools/kqprun/configuration/app_config.conf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,11 @@ QueryServiceConfig {
103103
port: 2130
104104
}
105105
}
106+
107+
DefaultSettings {
108+
Name: "UsePredicatePushdown"
109+
Value: "true"
110+
}
106111
}
107112

108113
HttpGateway {

0 commit comments

Comments
 (0)