Browse Source

Intermediate changes

robot-piglet 1 year ago
parent
commit
373052f21d
1 changed files with 2 additions and 1 deletions
  1. 2 1
      yt/yql/plugin/bridge/interface.h

+ 2 - 1
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();
 
 ////////////////////////////////////////////////////////////////////////////////