aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordtorilov <dtorilov@yandex-team.com>2024-05-27 10:21:05 +0300
committerdtorilov <dtorilov@yandex-team.com>2024-05-27 10:33:05 +0300
commit8252f93d81626e09c191953f7616eacd16721565 (patch)
tree2c5ab8efdde1a07bc9ce463b1c9436380b463066
parentc82434dcd1d57fd1a343d3f8c382159bbf3e0563 (diff)
downloadydb-8252f93d81626e09c191953f7616eacd16721565.tar.gz
Fix explain query syntax version
d33706ebb0e081857f49e91e81d8029601c357b6
-rw-r--r--yt/yt_proto/yt/client/api/rpc_proxy/proto/api_service.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt/yt_proto/yt/client/api/rpc_proxy/proto/api_service.proto b/yt/yt_proto/yt/client/api/rpc_proxy/proto/api_service.proto
index c9c593f22a..9eae7aeecf 100644
--- a/yt/yt_proto/yt/client/api/rpc_proxy/proto/api_service.proto
+++ b/yt/yt_proto/yt/client/api/rpc_proxy/proto/api_service.proto
@@ -804,7 +804,7 @@ message TReqExplainQuery
optional string udf_registry_path = 10;
optional string execution_pool = 11;
optional bool new_range_inference = 12;
- optional int32 syntax_version = 13;
+ optional int32 syntax_version = 13 [default = 1];
}
message TRspExplainQuery