[ 
https://issues.apache.org/jira/browse/HAWQ-810?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15327163#comment-15327163
 ] 

ASF GitHub Bot commented on HAWQ-810:
-------------------------------------

GitHub user xunzhang opened a pull request:

    https://github.com/apache/incubator-hawq/pull/707

    HAWQ-810. Add stringFormat for feature test library

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/xunzhang/incubator-hawq HAWQ-810

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-hawq/pull/707.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #707
    
----
commit a4a2aeae4ff8f9addfb5d862ea502d46e2e685f8
Author: xunzhang <xunzhang...@gmail.com>
Date:   2016-06-13T11:08:01Z

    HAWQ-810. Add stringFormat for feature test library

----


> 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