diff --git a/ydb/tests/tools/kqprun/configuration/app_config.conf b/ydb/tests/tools/kqprun/configuration/app_config.conf index 1b241fd2f5e9..aefa738f0ce7 100644 --- a/ydb/tests/tools/kqprun/configuration/app_config.conf +++ b/ydb/tests/tools/kqprun/configuration/app_config.conf @@ -24,12 +24,12 @@ LogConfig { } QueryServiceConfig { + EnableMatchRecognize: true MdbTransformHost: false ProgressStatsPeriodMs: 1000 QueryArtifactsCompressionMethod: "zstd_6" ScriptResultRowsLimit: 0 ScriptResultSizeLimit: 10485760 - EnableMatchRecognize: true FileStorage { MaxFiles: 1000 @@ -63,6 +63,7 @@ QueryServiceConfig { S3 { AllowConcurrentListings: true + AllowLocalFiles: true FileSizeLimit: 100000000000 GeneratorPathsLimit: 50000 ListingCallbackPerThreadQueueSize: 100 @@ -74,7 +75,6 @@ QueryServiceConfig { MaxReadSizePerQuery: 1000000000000 MinDesiredDirectoriesOfFilesPerQuery: 1000 RegexpCacheSize: 100 - AllowLocalFiles: true DefaultSettings { Name: "AtomicUploadCommit" @@ -84,6 +84,10 @@ QueryServiceConfig { Name: "UseBlocksSource" Value: "true" } + DefaultSettings { + Name: "UseRuntimeListing" + Value: "true" + } } Yt {