You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hawq.apache.org by "hongwu (JIRA)" <ji...@apache.org> on 2016/06/13 10:08:21 UTC

[jira] [Assigned] (HAWQ-810) Add string format for feature test library

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

hongwu reassigned HAWQ-810:
---------------------------

    Assignee: hongwu  (was: Jiali Yao)

> 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)