Github user codymarcel commented on a diff in the pull request:

    https://github.com/apache/phoenix/pull/115#discussion_r38472365
  
    --- Diff: 
phoenix-pherf/src/main/java/org/apache/phoenix/pherf/result/ResultUtil.java ---
    @@ -147,9 +147,9 @@ public String getSuffix() {
             if (null == FILE_SUFFIX) {
                 Date date = new Date();
                 Format formatter = new SimpleDateFormat("YYYY-MM-dd_hh-mm-ss");
    -            FILE_SUFFIX = "_" + formatter.format(date);
    +            FILE_SUFFIX = formatter.format(date);
    --- End diff --
    
    Should you call setFileSuffix()?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to