You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tajo.apache.org by "DaeMyung Kang (JIRA)" <ji...@apache.org> on 2013/12/04 18:40:35 UTC

[jira] [Updated] (TAJO-379) Fix Fail to Parse Integer Type in LazyTuple

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

DaeMyung Kang updated TAJO-379:
-------------------------------

    Attachment: TAJO-379.patch

Please review this.

actually, We don't need to trim for Float type(because Float.valueof and Double.valueof ignore whitespace.)
But for consistency, I apply tirm to all.

> Fix Fail to Parse Integer Type in LazyTuple
> -------------------------------------------
>
>                 Key: TAJO-379
>                 URL: https://issues.apache.org/jira/browse/TAJO-379
>             Project: Tajo
>          Issue Type: Bug
>            Reporter: DaeMyung Kang
>            Assignee: DaeMyung Kang
>         Attachments: TAJO-379.patch
>
>
> Situation:
> in LazyTuple
> it just tokenize string with ',' so Long.valueof or Integer.valueof will fail
> when parameter has whitespace.
> Fix:
> trim all tokenized string.



--
This message was sent by Atlassian JIRA
(v6.1#6144)