File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
ydb/tests/tools/kqprun/configuration Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -24,12 +24,12 @@ LogConfig {
24
24
}
25
25
26
26
QueryServiceConfig {
27
+ EnableMatchRecognize: true
27
28
MdbTransformHost: false
28
29
ProgressStatsPeriodMs: 1000
29
30
QueryArtifactsCompressionMethod: "zstd_6"
30
31
ScriptResultRowsLimit: 0
31
32
ScriptResultSizeLimit: 10485760
32
- EnableMatchRecognize: true
33
33
34
34
FileStorage {
35
35
MaxFiles: 1000
@@ -63,6 +63,7 @@ QueryServiceConfig {
63
63
64
64
S3 {
65
65
AllowConcurrentListings: true
66
+ AllowLocalFiles: true
66
67
FileSizeLimit: 100000000000
67
68
GeneratorPathsLimit: 50000
68
69
ListingCallbackPerThreadQueueSize: 100
@@ -74,7 +75,6 @@ QueryServiceConfig {
74
75
MaxReadSizePerQuery: 1000000000000
75
76
MinDesiredDirectoriesOfFilesPerQuery: 1000
76
77
RegexpCacheSize: 100
77
- AllowLocalFiles: true
78
78
79
79
DefaultSettings {
80
80
Name: "AtomicUploadCommit"
@@ -84,6 +84,10 @@ QueryServiceConfig {
84
84
Name: "UseBlocksSource"
85
85
Value: "true"
86
86
}
87
+ DefaultSettings {
88
+ Name: "UseRuntimeListing"
89
+ Value: "true"
90
+ }
87
91
}
88
92
89
93
Yt {
You can’t perform that action at this time.
0 commit comments