[
https://issues.apache.org/jira/browse/TAJO-637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14364432#comment-14364432
]
ASF GitHub Bot commented on TAJO-637:
-------------------------------------
GitHub user seungunchoe reopened a pull request:
https://github.com/apache/tajo/pull/4
TAJO-637: Enhance to_char() function
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/seungunchoe/tajo TAJO-637
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/4.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 #4
----
commit 69c5589d40745ef81c4508625cd8a59fc6ae92d6
Author: Seungun Choe <[email protected]>
Date: 2014-04-01T06:55:23Z
TAJO-637: Enhance to_char() function
commit ae9e48a6b9389917913d4db2afe546fbf5a6d6f1
Author: Seungun Choe <[email protected]>
Date: 2014-04-02T01:03:16Z
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/tajo into
TAJO-637
commit c3059e021bfff4cfbf45b93578e862a5b2cdca45
Author: Seungun Choe <[email protected]>
Date: 2014-04-02T02:16:40Z
TAJO-637_after
commit 45366bae425b0dd225398eb7fa5e2d28503f1c76
Author: Seungun Choe <[email protected]>
Date: 2014-04-02T08:54:23Z
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/tajo into
TAJO-637
commit 82b401873cd91869fc394001c9acef4f46e417f9
Author: Seungun Choe <[email protected]>
Date: 2014-04-02T08:59:41Z
TAJO-637:Modified bug
commit 5231a8fbcccee02c911d5eeca5e9156a1caa298d
Author: Seungun Choe <[email protected]>
Date: 2014-04-03T07:22:34Z
TAJO-637:to_char() function for numeric to string
commit 5c9dccc08602061ddf18fa92a30359ccccb1f45b
Author: Seungun Choe <[email protected]>
Date: 2014-04-04T04:45:30Z
TAJO-637: to_char() add Test case
----
> Enhance to_char() function
> --------------------------
>
> Key: TAJO-637
> URL: https://issues.apache.org/jira/browse/TAJO-637
> Project: Tajo
> Issue Type: Improvement
> Affects Versions: 0.8.0
> Reporter: Keuntae Park
> Assignee: Seungun Choe
> Priority: Minor
> Labels: patch
> Attachments: TAJO-637.patch, TAJO-637_1.patch, TAJO-637_4.patch,
> TAJO-637_5.patch, TAJO-637_6.patch, TAJO-637_7.patch, TAJO_637_2.patch,
> TAJO_637_3.patch
>
>
> Currently, Tajo only supports to_char(timestamp, text) function.
> However, PostgreSQL supports to_char() for timestamp, interval, int, double,
> and numeric types
> Tajo needs to support more data types in to_char() as shown in
> http://www.postgresql.org/docs/9.3/static/functions-formatting.html
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)