[ 
https://issues.apache.org/jira/browse/HAWQ-810?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

hongwu resolved HAWQ-810.
-------------------------
    Resolution: Done

> Add string format for feature test library
> ------------------------------------------
>
>                 Key: HAWQ-810
>                 URL: https://issues.apache.org/jira/browse/HAWQ-810
>             Project: Apache HAWQ
>          Issue Type: New Feature
>          Components: Tests
>            Reporter: hongwu
>            Assignee: hongwu
>
> For example, define a string:
> {noformat}
> std::string s = stringFormat("hello %s %s world", "xunzhang", "wuhong");
> {noformat}
> instead of:
> {noformat}
> std::string s = "hello" + "xunzhang" + "wuhong" + "world";
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to