aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2023-12-10 16:49:41 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2023-12-10 17:02:17 +0300
commit373052f21d8ee25dceb85dc08992de6b0c143857 (patch)
treeacefe813dbafe62795dd3600032fe252078f44fb
parent61b9a129e09f93dd786208ef1aeb3c378fb9adc1 (diff)
downloadydb-373052f21d8ee25dceb85dc08992de6b0c143857.tar.gz
Intermediate changes
-rw-r--r--yt/yql/plugin/bridge/interface.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/yt/yql/plugin/bridge/interface.h b/yt/yql/plugin/bridge/interface.h
index f685e46688..d1e277fe69 100644
--- a/yt/yql/plugin/bridge/interface.h
+++ b/yt/yql/plugin/bridge/interface.h
@@ -9,7 +9,8 @@
////////////////////////////////////////////////////////////////////////////////
-// NB(mpereskokova): don't forget to update min_required_abi_version at yt/yql/agent/config.cpp and abi_version in yt/yql/plugin/dynamic/impl.cpp during breaking changes
+// NB(mpereskokova): Do not forget to update EYqlPluginAbiVersion and supported versions
+// during ABI changes.
using TFuncBridgeGetAbiVersion = ssize_t();
////////////////////////////////////////////////////////////////////////////////