ivandasch commented on a change in pull request #9860:
URL: https://github.com/apache/ignite/pull/9860#discussion_r822906232
##########
File path: modules/platforms/cpp/odbc/src/config/configuration.cpp
##########
@@ -513,6 +529,14 @@ namespace ignite
if (value.IsSet())
map[key] = NestedTxMode::ToString(value.GetValue());
}
+
+ template<>
+ void Configuration::AddToMap(ArgumentMap& map, const std::string&
key,
+ const
SettableValue<EngineMode::Type>& value)
Review comment:
Could you remind what is the formatting rule for arguments?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]