summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorauzhegov <[email protected]>2023-06-14 17:47:24 +0300
committerauzhegov <[email protected]>2023-06-14 17:47:24 +0300
commit5f83c9f31701030a967c2a618034c562d73261b0 (patch)
tree13c0cdc642835cf7579e9e884c1d9c5d3d83b72d
parente61ddf711e3091d7fe3a224065994edc1f22db7e (diff)
change columns limit for binding creation to support clickbench
-rw-r--r--ydb/public/api/protos/draft/fq.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/public/api/protos/draft/fq.proto b/ydb/public/api/protos/draft/fq.proto
index 419ca761e3e..2d7cba78880 100644
--- a/ydb/public/api/protos/draft/fq.proto
+++ b/ydb/public/api/protos/draft/fq.proto
@@ -623,7 +623,7 @@ message GetResultDataResult {
// Binding API
message Schema {
- repeated Ydb.Column column = 1 [(Ydb.size).le = 100];
+ repeated Ydb.Column column = 1 [(Ydb.size).le = 1000];
}
message DataStreamsBinding {