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:05:20 UTC

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

hongwu created HAWQ-810:
---------------------------

             Summary: 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: Jiali Yao


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)