Skip to content

Commit db99cc3

Browse files
authored
YQ kqprun enable runtime listing by default (#8096)
1 parent 7a9bcb1 commit db99cc3

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ LogConfig {
2424
}
2525

2626
QueryServiceConfig {
27+
EnableMatchRecognize: true
2728
MdbTransformHost: false
2829
ProgressStatsPeriodMs: 1000
2930
QueryArtifactsCompressionMethod: "zstd_6"
3031
ScriptResultRowsLimit: 0
3132
ScriptResultSizeLimit: 10485760
32-
EnableMatchRecognize: true
3333

3434
FileStorage {
3535
MaxFiles: 1000
@@ -63,6 +63,7 @@ QueryServiceConfig {
6363

6464
S3 {
6565
AllowConcurrentListings: true
66+
AllowLocalFiles: true
6667
FileSizeLimit: 100000000000
6768
GeneratorPathsLimit: 50000
6869
ListingCallbackPerThreadQueueSize: 100
@@ -74,7 +75,6 @@ QueryServiceConfig {
7475
MaxReadSizePerQuery: 1000000000000
7576
MinDesiredDirectoriesOfFilesPerQuery: 1000
7677
RegexpCacheSize: 100
77-
AllowLocalFiles: true
7878

7979
DefaultSettings {
8080
Name: "AtomicUploadCommit"
@@ -84,6 +84,10 @@ QueryServiceConfig {
8484
Name: "UseBlocksSource"
8585
Value: "true"
8686
}
87+
DefaultSettings {
88+
Name: "UseRuntimeListing"
89+
Value: "true"
90+
}
8791
}
8892

8993
Yt {

0 commit comments

Comments
 (0)