[ https://issues.apache.org/jira/browse/IGNITE-1617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14943479#comment-14943479 ]
Vladimir Ozerov commented on IGNITE-1617: ----------------------------------------- 1) Queries: lets remove std:strings and use const char* instead. 2) Portable writers: remove overloads with std::string as thay do not add any value. 3) IgniteConfiguration: make it safe with private fields and const char*. > CPP: review string usage in public API > --------------------------------------- > > Key: IGNITE-1617 > URL: https://issues.apache.org/jira/browse/IGNITE-1617 > Project: Ignite > Issue Type: Task > Affects Versions: 1.1.4 > Reporter: Igor Sapego > Assignee: Igor Sapego > > Currently there is std::string type used in some parts of public API while > const char* used in some other parts. Need to review API and suggest solution > for the consistent string policy. -- This message was sent by Atlassian JIRA (v6.3.4#6332)