aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoruzhas <uzhas@ydb.tech>2022-09-07 16:58:04 +0300
committeruzhas <uzhas@ydb.tech>2022-09-07 16:58:04 +0300
commit9ebd40d89377600f68e2c1eb67077f2053a61ae0 (patch)
tree048eedcde4a9e9325fe3e49225bd6d9d8d8462f9
parent274921aab863e1cb7a037ba33d6e4613546bf31c (diff)
downloadydb-9ebd40d89377600f68e2c1eb67077f2053a61ae0.tar.gz
up to 2K generated paths
-rw-r--r--ydb/library/yql/providers/s3/path_generator/yql_s3_path_generator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/library/yql/providers/s3/path_generator/yql_s3_path_generator.h b/ydb/library/yql/providers/s3/path_generator/yql_s3_path_generator.h
index e8ae05b2789..5049218bcd4 100644
--- a/ydb/library/yql/providers/s3/path_generator/yql_s3_path_generator.h
+++ b/ydb/library/yql/providers/s3/path_generator/yql_s3_path_generator.h
@@ -69,6 +69,6 @@ struct IPathGenerator {
using TPathGeneratorPtr = std::shared_ptr<const IPathGenerator>;
-TPathGeneratorPtr CreatePathGenerator(const TString& projection, const std::vector<TString>& partitionedBy, size_t pathsLimit = 1000);
+TPathGeneratorPtr CreatePathGenerator(const TString& projection, const std::vector<TString>& partitionedBy, size_t pathsLimit = 2000);
}